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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 app_strings should be shared with the 64-bit | 62 # app resources and app_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 'app_resources', | 64 'app_resources', |
65 'app_strings', | 65 'app_strings', |
66 '../base/base.gyp:base', | 66 '../base/base.gyp:base', |
67 '../base/base.gyp:base_i18n', | 67 '../base/base.gyp:base_i18n', |
68 '../gfx/gfx.gyp:gfx', | 68 '../ui/gfx/gfx.gyp:gfx', |
69 '../net/net.gyp:net', | 69 '../net/net.gyp:net', |
70 '../skia/skia.gyp:skia', | 70 '../skia/skia.gyp:skia', |
71 '../third_party/icu/icu.gyp:icui18n', | 71 '../third_party/icu/icu.gyp:icui18n', |
72 '../third_party/icu/icu.gyp:icuuc', | 72 '../third_party/icu/icu.gyp:icuuc', |
73 '../third_party/libpng/libpng.gyp:libpng', | 73 '../third_party/libpng/libpng.gyp:libpng', |
74 '../third_party/sqlite/sqlite.gyp:sqlite', | 74 '../third_party/sqlite/sqlite.gyp:sqlite', |
75 '../third_party/zlib/zlib.gyp:zlib', | 75 '../third_party/zlib/zlib.gyp:zlib', |
76 '<(libjpeg_gyp_path):libjpeg', | 76 '<(libjpeg_gyp_path):libjpeg', |
77 ], | 77 ], |
78 'include_dirs': [ | 78 'include_dirs': [ |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 'configurations': { | 453 'configurations': { |
454 'Common_Base': { | 454 'Common_Base': { |
455 'msvs_target_platform': 'x64', | 455 'msvs_target_platform': 'x64', |
456 }, | 456 }, |
457 }, | 457 }, |
458 }, | 458 }, |
459 ], | 459 ], |
460 }], | 460 }], |
461 ], | 461 ], |
462 } | 462 } |
OLD | NEW |