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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 }, | 181 }, |
182 'dependencies': [ | 182 'dependencies': [ |
183 # TODO(gregoryd): chrome_resources and chrome_strings could be | 183 # TODO(gregoryd): chrome_resources and chrome_strings could be |
184 # shared with the 64-bit target, but it does not work due to a gyp | 184 # shared with the 64-bit target, but it does not work due to a gyp |
185 # issue. | 185 # issue. |
186 'chrome_resources', | 186 'chrome_resources', |
187 'chrome_strings', | 187 'chrome_strings', |
188 'common_constants', | 188 'common_constants', |
189 'common_net', | 189 'common_net', |
190 'default_plugin/default_plugin.gyp:default_plugin', | 190 'default_plugin/default_plugin.gyp:default_plugin', |
| 191 'policy_source', |
191 'theme_resources', | 192 'theme_resources', |
192 '../app/app.gyp:app_base', | 193 '../app/app.gyp:app_base', |
193 '../app/app.gyp:app_resources', | 194 '../app/app.gyp:app_resources', |
194 '../base/base.gyp:base', | 195 '../base/base.gyp:base', |
195 '../base/base.gyp:base_i18n', | 196 '../base/base.gyp:base_i18n', |
196 '../build/temp_gyp/googleurl.gyp:googleurl', | 197 '../build/temp_gyp/googleurl.gyp:googleurl', |
197 '../ipc/ipc.gyp:ipc', | 198 '../ipc/ipc.gyp:ipc', |
198 '../net/net.gyp:net', | 199 '../net/net.gyp:net', |
199 '../printing/printing.gyp:printing', | 200 '../printing/printing.gyp:printing', |
200 '../skia/skia.gyp:skia', | 201 '../skia/skia.gyp:skia', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 'configurations': { | 606 'configurations': { |
606 'Common_Base': { | 607 'Common_Base': { |
607 'msvs_target_platform': 'x64', | 608 'msvs_target_platform': 'x64', |
608 }, | 609 }, |
609 }, | 610 }, |
610 }, | 611 }, |
611 ], | 612 ], |
612 }], | 613 }], |
613 ], | 614 ], |
614 } | 615 } |
OLD | NEW |