Convert tabs to spaces in handler.gyp.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/1040193002
This commit is contained in:
Mark Mentovai 2015-03-31 19:08:24 -04:00
parent 809ea8158d
commit 961141f4f5

View File

@ -45,13 +45,13 @@
'mac/main.cc', 'mac/main.cc',
], ],
# In an in-Chromium build with component=shared_library, # In an in-Chromium build with component=shared_library,
# crashpad_handler will depend on shared libraries such as # crashpad_handler will depend on shared libraries such as
# libbase.dylib located in out/{Debug,Release} via the @rpath # libbase.dylib located in out/{Debug,Release} via the @rpath
# mechanism. When crashpad_handler is copied to its home deep inside # mechanism. When crashpad_handler is copied to its home deep inside
# the Chromium app bundle, it needs to have an LC_RPATH command # the Chromium app bundle, it needs to have an LC_RPATH command
# pointing back to the directory containing these dependency # pointing back to the directory containing these dependency
# libraries. # libraries.
'variables': { 'variables': {
'component%': 'static_library', 'component%': 'static_library',
}, },