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', | |
11 'dependencies': [ | 10 'dependencies': [ |
12 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
13 '../base/base.gyp:base_static', | 12 '../base/base.gyp:base_static', |
14 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
15 '../build/temp_gyp/googleurl.gyp:googleurl', | 14 '../build/temp_gyp/googleurl.gyp:googleurl', |
16 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
17 '../third_party/libpng/libpng.gyp:libpng', | 16 '../third_party/libpng/libpng.gyp:libpng', |
18 '../third_party/sqlite/sqlite.gyp:sqlite', | 17 '../third_party/sqlite/sqlite.gyp:sqlite', |
19 '../third_party/zlib/zlib.gyp:zlib', | 18 '../third_party/zlib/zlib.gyp:zlib', |
20 '../ui/ui.gyp:ui_gfx', | 19 '../ui/ui.gyp:ui_gfx', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'configurations': { | 74 'configurations': { |
76 'Common_Base': { | 75 'Common_Base': { |
77 'msvs_target_platform': 'x64', | 76 'msvs_target_platform': 'x64', |
78 }, | 77 }, |
79 }, | 78 }, |
80 }, | 79 }, |
81 ], | 80 ], |
82 }], | 81 }], |
83 ], | 82 ], |
84 } | 83 } |
OLD | NEW |