| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'app_base', | 8 'target_name': 'app_base', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE', | 10 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../base/base.gyp:base_static', | 13 '../base/base.gyp:base_static', |
| 14 '../ui/ui.gyp:ui_gfx', | 14 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 15 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 15 '../skia/skia.gyp:skia', | 16 '../skia/skia.gyp:skia', |
| 16 '../third_party/libpng/libpng.gyp:libpng', | 17 '../third_party/libpng/libpng.gyp:libpng', |
| 17 '../third_party/sqlite/sqlite.gyp:sqlite', | 18 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 18 '../third_party/zlib/zlib.gyp:zlib', | 19 '../third_party/zlib/zlib.gyp:zlib', |
| 20 '../ui/ui.gyp:ui_gfx', |
| 19 '<(libjpeg_gyp_path):libjpeg', | 21 '<(libjpeg_gyp_path):libjpeg', |
| 20 ], | 22 ], |
| 21 'export_dependent_settings': [ | 23 'export_dependent_settings': [ |
| 22 '../base/base.gyp:base', | 24 '../base/base.gyp:base', |
| 23 '../base/base.gyp:base_static', | 25 '../base/base.gyp:base_static', |
| 24 ], | 26 ], |
| 25 'sources': [ | 27 'sources': [ |
| 26 'app_paths.h', | 28 'app_paths.h', |
| 27 'app_paths.cc', | 29 'app_paths.cc', |
| 28 'mac/nsimage_cache.h', | 30 'mac/nsimage_cache.h', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'configurations': { | 75 'configurations': { |
| 74 'Common_Base': { | 76 'Common_Base': { |
| 75 'msvs_target_platform': 'x64', | 77 'msvs_target_platform': 'x64', |
| 76 }, | 78 }, |
| 77 }, | 79 }, |
| 78 }, | 80 }, |
| 79 ], | 81 ], |
| 80 }], | 82 }], |
| 81 ], | 83 ], |
| 82 } | 84 } |
| OLD | NEW |