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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'app_base_target': 0, | 8 'app_base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE', | 56 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE', |
57 'variables': { | 57 'variables': { |
58 'app_base_target': 1, | 58 'app_base_target': 1, |
59 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/app', | 59 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/app', |
60 }, | 60 }, |
61 'dependencies': [ | 61 'dependencies': [ |
62 # app resources and ui_strings should be shared with the 64-bit | 62 # app resources and ui_strings should be shared with the 64-bit |
63 # target, but it doesn't work due to a bug in gyp | 63 # target, but it doesn't work due to a bug in gyp |
64 '../base/base.gyp:base', | 64 '../base/base.gyp:base', |
65 '../base/base.gyp:base_i18n', | 65 '../base/base.gyp:base_i18n', |
66 '../ui/gfx/gfx.gyp:gfx', | 66 '../ui/ui.gyp:ui_gfx', |
67 '../net/net.gyp:net', | 67 '../net/net.gyp:net', |
68 '../skia/skia.gyp:skia', | 68 '../skia/skia.gyp:skia', |
69 '../third_party/icu/icu.gyp:icui18n', | 69 '../third_party/icu/icu.gyp:icui18n', |
70 '../third_party/icu/icu.gyp:icuuc', | 70 '../third_party/icu/icu.gyp:icuuc', |
71 '../third_party/libpng/libpng.gyp:libpng', | 71 '../third_party/libpng/libpng.gyp:libpng', |
72 '../third_party/sqlite/sqlite.gyp:sqlite', | 72 '../third_party/sqlite/sqlite.gyp:sqlite', |
73 '../third_party/zlib/zlib.gyp:zlib', | 73 '../third_party/zlib/zlib.gyp:zlib', |
74 '../ui/base/strings/ui_strings.gyp:ui_strings', | 74 '../ui/base/strings/ui_strings.gyp:ui_strings', |
75 '<(libjpeg_gyp_path):libjpeg', | 75 '<(libjpeg_gyp_path):libjpeg', |
76 ], | 76 ], |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'configurations': { | 452 'configurations': { |
453 'Common_Base': { | 453 'Common_Base': { |
454 'msvs_target_platform': 'x64', | 454 'msvs_target_platform': 'x64', |
455 }, | 455 }, |
456 }, | 456 }, |
457 }, | 457 }, |
458 ], | 458 ], |
459 }], | 459 }], |
460 ], | 460 ], |
461 } | 461 } |
OLD | NEW |