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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 }, | 196 }, |
197 'dependencies': [ | 197 'dependencies': [ |
198 # TODO(gregoryd): chrome_resources and chrome_strings could be | 198 # TODO(gregoryd): chrome_resources and chrome_strings could be |
199 # shared with the 64-bit target, but it does not work due to a gyp | 199 # shared with the 64-bit target, but it does not work due to a gyp |
200 # issue. | 200 # issue. |
201 'chrome_resources', | 201 'chrome_resources', |
202 'chrome_strings', | 202 'chrome_strings', |
203 'common_constants', | 203 'common_constants', |
204 'common_net', | 204 'common_net', |
205 'default_plugin/default_plugin.gyp:default_plugin', | 205 'default_plugin/default_plugin.gyp:default_plugin', |
| 206 'policy', |
206 'theme_resources', | 207 'theme_resources', |
207 '../app/app.gyp:app_base', | 208 '../app/app.gyp:app_base', |
208 '../app/app.gyp:app_resources', | 209 '../app/app.gyp:app_resources', |
209 '../base/base.gyp:base', | 210 '../base/base.gyp:base', |
210 '../base/base.gyp:base_i18n', | 211 '../base/base.gyp:base_i18n', |
211 '../build/temp_gyp/googleurl.gyp:googleurl', | 212 '../build/temp_gyp/googleurl.gyp:googleurl', |
212 '../ipc/ipc.gyp:ipc', | 213 '../ipc/ipc.gyp:ipc', |
213 '../net/net.gyp:net', | 214 '../net/net.gyp:net', |
214 '../printing/printing.gyp:printing', | 215 '../printing/printing.gyp:printing', |
215 '../skia/skia.gyp:skia', | 216 '../skia/skia.gyp:skia', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'variables': { | 575 'variables': { |
575 'chrome_common_target': 1, | 576 'chrome_common_target': 1, |
576 }, | 577 }, |
577 'dependencies': [ | 578 'dependencies': [ |
578 # TODO(gregoryd): chrome_resources and chrome_strings could be | 579 # TODO(gregoryd): chrome_resources and chrome_strings could be |
579 # shared with the 32-bit target, but it does not work due to a gyp | 580 # shared with the 32-bit target, but it does not work due to a gyp |
580 # issue. | 581 # issue. |
581 'chrome_resources', | 582 'chrome_resources', |
582 'chrome_strings', | 583 'chrome_strings', |
583 'common_constants_win64', | 584 'common_constants_win64', |
| 585 'policy_win64', |
584 '../app/app.gyp:app_base_nacl_win64', | 586 '../app/app.gyp:app_base_nacl_win64', |
585 '../app/app.gyp:app_resources', | 587 '../app/app.gyp:app_resources', |
586 '../base/base.gyp:base_nacl_win64', | 588 '../base/base.gyp:base_nacl_win64', |
587 '../ipc/ipc.gyp:ipc_win64', | 589 '../ipc/ipc.gyp:ipc_win64', |
588 '../third_party/libxml/libxml.gyp:libxml', | 590 '../third_party/libxml/libxml.gyp:libxml', |
589 ], | 591 ], |
590 'include_dirs': [ | 592 'include_dirs': [ |
591 '../third_party/npapi', | 593 '../third_party/npapi', |
592 '../third_party/icu/public/i18n', | 594 '../third_party/icu/public/i18n', |
593 '../third_party/icu/public/common', | 595 '../third_party/icu/public/common', |
(...skipping 29 matching lines...) Expand all Loading... |
623 'configurations': { | 625 'configurations': { |
624 'Common_Base': { | 626 'Common_Base': { |
625 'msvs_target_platform': 'x64', | 627 'msvs_target_platform': 'x64', |
626 }, | 628 }, |
627 }, | 629 }, |
628 }, | 630 }, |
629 ], | 631 ], |
630 }], | 632 }], |
631 ], | 633 ], |
632 } | 634 } |
OLD | NEW |