OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'common_net', | 127 'common_net', |
128 'theme_resources', | 128 'theme_resources', |
129 '../app/app.gyp:app_base', | 129 '../app/app.gyp:app_base', |
130 '../app/app.gyp:app_resources', | 130 '../app/app.gyp:app_resources', |
131 '../base/base.gyp:base', | 131 '../base/base.gyp:base', |
132 '../base/base.gyp:base_i18n', | 132 '../base/base.gyp:base_i18n', |
133 '../build/temp_gyp/googleurl.gyp:googleurl', | 133 '../build/temp_gyp/googleurl.gyp:googleurl', |
134 '../ipc/ipc.gyp:ipc', | 134 '../ipc/ipc.gyp:ipc', |
135 '../net/net.gyp:net', | 135 '../net/net.gyp:net', |
136 '../skia/skia.gyp:skia', | 136 '../skia/skia.gyp:skia', |
| 137 '../third_party/bzip2/bzip2.gyp:bzip2', |
137 '../third_party/icu/icu.gyp:icui18n', | 138 '../third_party/icu/icu.gyp:icui18n', |
138 '../third_party/icu/icu.gyp:icuuc', | 139 '../third_party/icu/icu.gyp:icuuc', |
139 '../third_party/libxml/libxml.gyp:libxml', | 140 '../third_party/libxml/libxml.gyp:libxml', |
140 '../third_party/sqlite/sqlite.gyp:sqlite', | 141 '../third_party/sqlite/sqlite.gyp:sqlite', |
141 '../third_party/zlib/zlib.gyp:zlib', | 142 '../third_party/zlib/zlib.gyp:zlib', |
142 '../third_party/npapi/npapi.gyp:npapi', | 143 '../third_party/npapi/npapi.gyp:npapi', |
143 '../webkit/default_plugin/default_plugin.gyp:default_plugin', | 144 '../webkit/default_plugin/default_plugin.gyp:default_plugin', |
144 '../webkit/support/webkit_support.gyp:appcache', | 145 '../webkit/support/webkit_support.gyp:appcache', |
145 '../webkit/support/webkit_support.gyp:glue', | 146 '../webkit/support/webkit_support.gyp:glue', |
146 ], | 147 ], |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'configurations': { | 409 'configurations': { |
409 'Common_Base': { | 410 'Common_Base': { |
410 'msvs_target_platform': 'x64', | 411 'msvs_target_platform': 'x64', |
411 }, | 412 }, |
412 }, | 413 }, |
413 }, | 414 }, |
414 ], | 415 ], |
415 }], | 416 }], |
416 ], | 417 ], |
417 } | 418 } |
OLD | NEW |