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_ppapi_plugin.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_ppapi_plugin.gypi')
-rw-r--r-- | content/content_ppapi_plugin.gypi | 61 |
1 files changed, 30 insertions, 31 deletions
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi index 9efd3e1..fcc58da 100644 --- a/content/content_ppapi_plugin.gypi +++ b/content/content_ppapi_plugin.gypi @@ -3,35 +3,34 @@ # found in the LICENSE file. { - # TODO(dpranke): Fix indentation. - 'dependencies': [ - '../base/base.gyp:base', - '../ppapi/ppapi_internal.gyp:ppapi_proxy', - ], - 'sources': [ - 'ppapi_plugin/broker_process_dispatcher.cc', - 'ppapi_plugin/broker_process_dispatcher.h', - 'ppapi_plugin/plugin_process_dispatcher.cc', - 'ppapi_plugin/plugin_process_dispatcher.h', - 'ppapi_plugin/ppapi_broker_main.cc', - 'ppapi_plugin/ppapi_plugin_main.cc', - 'ppapi_plugin/ppapi_thread.cc', - 'ppapi_plugin/ppapi_thread.h', - 'ppapi_plugin/ppapi_webkit_thread.cc', - 'ppapi_plugin/ppapi_webkit_thread.h', - 'ppapi_plugin/ppapi_webkitplatformsupport_impl.cc', - 'ppapi_plugin/ppapi_webkitplatformsupport_impl.h', - ], - 'include_dirs': [ - '..', - ], - 'conditions': [ - ['OS=="mac"', { - 'link_settings': { - 'mac_bundle_resources': [ - 'ppapi_plugin/ppapi.sb', - ], - }, - }], - ], + 'dependencies': [ + '../base/base.gyp:base', + '../ppapi/ppapi_internal.gyp:ppapi_proxy', + ], + 'sources': [ + 'ppapi_plugin/broker_process_dispatcher.cc', + 'ppapi_plugin/broker_process_dispatcher.h', + 'ppapi_plugin/plugin_process_dispatcher.cc', + 'ppapi_plugin/plugin_process_dispatcher.h', + 'ppapi_plugin/ppapi_broker_main.cc', + 'ppapi_plugin/ppapi_plugin_main.cc', + 'ppapi_plugin/ppapi_thread.cc', + 'ppapi_plugin/ppapi_thread.h', + 'ppapi_plugin/ppapi_webkit_thread.cc', + 'ppapi_plugin/ppapi_webkit_thread.h', + 'ppapi_plugin/ppapi_webkitplatformsupport_impl.cc', + 'ppapi_plugin/ppapi_webkitplatformsupport_impl.h', + ], + 'include_dirs': [ + '..', + ], + 'conditions': [ + ['OS=="mac"', { + 'link_settings': { + 'mac_bundle_resources': [ + 'ppapi_plugin/ppapi.sb', + ], + }, + }], + ], } |