diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 21:11:29 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 21:11:29 +0000 |
commit | 54f8747d6057a3e794e1c24c3246c7d6c580db3f (patch) | |
tree | d72d287d49387521829c85355911eb449a9ef3b0 /content/content_utility.gypi | |
parent | e44df4bd50372d562731300d039f8d22029d8548 (diff) | |
download | chromium_src-54f8747d6057a3e794e1c24c3246c7d6c580db3f.zip chromium_src-54f8747d6057a3e794e1c24c3246c7d6c580db3f.tar.gz chromium_src-54f8747d6057a3e794e1c24c3246c7d6c580db3f.tar.bz2 |
fix indentation in content_*.gypi.
This is a whitespace-only change to clean up from the refactoring of a
couple weeks ago for the component build.
R=jam@chromium.org
BUG=90442
TEST=none
Review URL: http://codereview.chromium.org/8046015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_utility.gypi')
-rw-r--r-- | content/content_utility.gypi | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/content/content_utility.gypi b/content/content_utility.gypi index 0d2f700..d60e016 100644 --- a/content/content_utility.gypi +++ b/content/content_utility.gypi @@ -3,26 +3,25 @@ # found in the LICENSE file. { - # TODO(dpranke): Fix indentation. - 'dependencies': [ - '../base/base.gyp:base', - ], - 'sources': [ - 'utility/content_utility_client.h', - 'utility/utility_main.cc', - 'utility/utility_thread.cc', - 'utility/utility_thread.h', - ], - 'include_dirs': [ - '..', - ], - 'conditions': [ - ['OS=="mac"', { - 'link_settings': { - 'mac_bundle_resources': [ - 'utility/utility.sb', - ], - }, - }], - ], + 'dependencies': [ + '../base/base.gyp:base', + ], + 'sources': [ + 'utility/content_utility_client.h', + 'utility/utility_main.cc', + 'utility/utility_thread.cc', + 'utility/utility_thread.h', + ], + 'include_dirs': [ + '..', + ], + 'conditions': [ + ['OS=="mac"', { + 'link_settings': { + 'mac_bundle_resources': [ + 'utility/utility.sb', + ], + }, + }], + ], } |