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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 }, | 185 }, |
186 'dependencies': [ | 186 'dependencies': [ |
187 # TODO(gregoryd): chrome_resources and chrome_strings could be | 187 # TODO(gregoryd): chrome_resources and chrome_strings could be |
188 # shared with the 64-bit target, but it does not work due to a gyp | 188 # shared with the 64-bit target, but it does not work due to a gyp |
189 # issue. | 189 # issue. |
190 'chrome_resources', | 190 'chrome_resources', |
191 'chrome_strings', | 191 'chrome_strings', |
192 'common_constants', | 192 'common_constants', |
193 'common_net', | 193 'common_net', |
194 'default_plugin/default_plugin.gyp:default_plugin', | 194 'default_plugin/default_plugin.gyp:default_plugin', |
| 195 'policy', |
195 'theme_resources', | 196 'theme_resources', |
196 '../app/app.gyp:app_base', | 197 '../app/app.gyp:app_base', |
197 '../app/app.gyp:app_resources', | 198 '../app/app.gyp:app_resources', |
198 '../base/base.gyp:base', | 199 '../base/base.gyp:base', |
199 '../base/base.gyp:base_i18n', | 200 '../base/base.gyp:base_i18n', |
200 '../build/temp_gyp/googleurl.gyp:googleurl', | 201 '../build/temp_gyp/googleurl.gyp:googleurl', |
201 '../ipc/ipc.gyp:ipc', | 202 '../ipc/ipc.gyp:ipc', |
202 '../net/net.gyp:net', | 203 '../net/net.gyp:net', |
203 '../printing/printing.gyp:printing', | 204 '../printing/printing.gyp:printing', |
204 '../skia/skia.gyp:skia', | 205 '../skia/skia.gyp:skia', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'variables': { | 561 'variables': { |
561 'chrome_common_target': 1, | 562 'chrome_common_target': 1, |
562 }, | 563 }, |
563 'dependencies': [ | 564 'dependencies': [ |
564 # TODO(gregoryd): chrome_resources and chrome_strings could be | 565 # TODO(gregoryd): chrome_resources and chrome_strings could be |
565 # shared with the 32-bit target, but it does not work due to a gyp | 566 # shared with the 32-bit target, but it does not work due to a gyp |
566 # issue. | 567 # issue. |
567 'chrome_resources', | 568 'chrome_resources', |
568 'chrome_strings', | 569 'chrome_strings', |
569 'common_constants_win64', | 570 'common_constants_win64', |
| 571 'policy_win64', |
570 '../app/app.gyp:app_base_nacl_win64', | 572 '../app/app.gyp:app_base_nacl_win64', |
571 '../app/app.gyp:app_resources', | 573 '../app/app.gyp:app_resources', |
572 '../base/base.gyp:base_nacl_win64', | 574 '../base/base.gyp:base_nacl_win64', |
573 '../ipc/ipc.gyp:ipc_win64', | 575 '../ipc/ipc.gyp:ipc_win64', |
574 '../third_party/libxml/libxml.gyp:libxml', | 576 '../third_party/libxml/libxml.gyp:libxml', |
575 ], | 577 ], |
576 'include_dirs': [ | 578 'include_dirs': [ |
577 '../third_party/npapi', | 579 '../third_party/npapi', |
578 '../third_party/icu/public/i18n', | 580 '../third_party/icu/public/i18n', |
579 '../third_party/icu/public/common', | 581 '../third_party/icu/public/common', |
(...skipping 29 matching lines...) Expand all Loading... |
609 'configurations': { | 611 'configurations': { |
610 'Common_Base': { | 612 'Common_Base': { |
611 'msvs_target_platform': 'x64', | 613 'msvs_target_platform': 'x64', |
612 }, | 614 }, |
613 }, | 615 }, |
614 }, | 616 }, |
615 ], | 617 ], |
616 }], | 618 }], |
617 ], | 619 ], |
618 } | 620 } |
OLD | NEW |