Chromium Code Reviews| Index: app/app_base.gypi |
| diff --git a/app/app_base.gypi b/app/app_base.gypi |
| index b12f27e8987fb6721955c9fa841e71219af55a32..b8906e76dc117aaa6fa1c79903c313d6609ff98c 100644 |
| --- a/app/app_base.gypi |
| +++ b/app/app_base.gypi |
| @@ -3,25 +3,16 @@ |
| # found in the LICENSE file. |
| { |
| + 'variables': { |
| + 'chromium_code': 1, |
| + }, |
| 'targets': [ |
| { |
| 'target_name': 'app_base', |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| - '../base/base.gyp:base_static', |
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| - '../build/temp_gyp/googleurl.gyp:googleurl', |
| - '../skia/skia.gyp:skia', |
| - '../third_party/libpng/libpng.gyp:libpng', |
| '../third_party/sqlite/sqlite.gyp:sqlite', |
| - '../third_party/zlib/zlib.gyp:zlib', |
| - '../ui/ui.gyp:ui_gfx', |
| - '<(libjpeg_gyp_path):libjpeg', |
| - ], |
| - 'export_dependent_settings': [ |
| - '../base/base.gyp:base', |
| - '../base/base.gyp:base_static', |
| ], |
| 'sources': [ |
| 'sql/connection.cc', |
| @@ -38,3 +29,9 @@ |
| }, |
| ], |
| } |
| + |
| +# Local Variables: |
|
tony
2011/07/01 20:58:37
Please don't add this. I'm going to try to remove
tfarina
2011/07/01 21:05:52
Removed.
|
| +# tab-width:2 |
| +# indent-tabs-mode:nil |
| +# End: |
| +# vim: set expandtab tabstop=2 shiftwidth=2: |