| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 # it does not work due to a gyp issue. | 195 # it does not work due to a gyp issue. |
| 196 'direct_dependent_settings': { | 196 'direct_dependent_settings': { |
| 197 'include_dirs': [ | 197 'include_dirs': [ |
| 198 '..', | 198 '..', |
| 199 ], | 199 ], |
| 200 }, | 200 }, |
| 201 'dependencies': [ | 201 'dependencies': [ |
| 202 # TODO(gregoryd): chrome_resources and chrome_strings could be | 202 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 203 # shared with the 64-bit target, but it does not work due to a gyp | 203 # shared with the 64-bit target, but it does not work due to a gyp |
| 204 # issue. | 204 # issue. |
| 205 'app/policy/cloud_policy_codegen.gyp:policy', |
| 205 'chrome_resources', | 206 'chrome_resources', |
| 206 'chrome_strings', | 207 'chrome_strings', |
| 207 'common_constants', | 208 'common_constants', |
| 208 'common_net', | 209 'common_net', |
| 209 'default_plugin/default_plugin.gyp:default_plugin', | 210 'default_plugin/default_plugin.gyp:default_plugin', |
| 210 'policy', | |
| 211 'theme_resources', | 211 'theme_resources', |
| 212 '../app/app.gyp:app_base', | 212 '../app/app.gyp:app_base', |
| 213 '../app/app.gyp:app_resources', | 213 '../app/app.gyp:app_resources', |
| 214 '../base/base.gyp:base', | 214 '../base/base.gyp:base', |
| 215 '../base/base.gyp:base_i18n', | 215 '../base/base.gyp:base_i18n', |
| 216 '../build/temp_gyp/googleurl.gyp:googleurl', | 216 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 217 '../ipc/ipc.gyp:ipc', | 217 '../ipc/ipc.gyp:ipc', |
| 218 '../net/net.gyp:net', | 218 '../net/net.gyp:net', |
| 219 '../printing/printing.gyp:printing', | 219 '../printing/printing.gyp:printing', |
| 220 '../skia/skia.gyp:skia', | 220 '../skia/skia.gyp:skia', |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'variables': { | 586 'variables': { |
| 587 'chrome_common_target': 1, | 587 'chrome_common_target': 1, |
| 588 }, | 588 }, |
| 589 'dependencies': [ | 589 'dependencies': [ |
| 590 # TODO(gregoryd): chrome_resources and chrome_strings could be | 590 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 591 # shared with the 32-bit target, but it does not work due to a gyp | 591 # shared with the 32-bit target, but it does not work due to a gyp |
| 592 # issue. | 592 # issue. |
| 593 'chrome_resources', | 593 'chrome_resources', |
| 594 'chrome_strings', | 594 'chrome_strings', |
| 595 'common_constants_win64', | 595 'common_constants_win64', |
| 596 'policy_win64', | 596 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
| 597 '../app/app.gyp:app_base_nacl_win64', | 597 '../app/app.gyp:app_base_nacl_win64', |
| 598 '../app/app.gyp:app_resources', | 598 '../app/app.gyp:app_resources', |
| 599 '../base/base.gyp:base_nacl_win64', | 599 '../base/base.gyp:base_nacl_win64', |
| 600 '../ipc/ipc.gyp:ipc_win64', | 600 '../ipc/ipc.gyp:ipc_win64', |
| 601 '../third_party/libxml/libxml.gyp:libxml', | 601 '../third_party/libxml/libxml.gyp:libxml', |
| 602 ], | 602 ], |
| 603 'include_dirs': [ | 603 'include_dirs': [ |
| 604 '../third_party/npapi', | 604 '../third_party/npapi', |
| 605 '../third_party/icu/public/i18n', | 605 '../third_party/icu/public/i18n', |
| 606 '../third_party/icu/public/common', | 606 '../third_party/icu/public/common', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 618 ], | 618 ], |
| 619 'sources': [ | 619 'sources': [ |
| 620 '../webkit/glue/webkit_glue_dummy.cc', | 620 '../webkit/glue/webkit_glue_dummy.cc', |
| 621 'common/file_system/file_system_dispatcher_dummy.cc', | 621 'common/file_system/file_system_dispatcher_dummy.cc', |
| 622 'common/resource_dispatcher_dummy.cc', | 622 'common/resource_dispatcher_dummy.cc', |
| 623 'common/socket_stream_dispatcher_dummy.cc', | 623 'common/socket_stream_dispatcher_dummy.cc', |
| 624 'common/url_constants.cc', | 624 'common/url_constants.cc', |
| 625 ], | 625 ], |
| 626 'export_dependent_settings': [ | 626 'export_dependent_settings': [ |
| 627 '../app/app.gyp:app_base_nacl_win64', | 627 '../app/app.gyp:app_base_nacl_win64', |
| 628 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
| 628 ], | 629 ], |
| 629 # TODO(gregoryd): This could be shared with the 32-bit target, but | 630 # TODO(gregoryd): This could be shared with the 32-bit target, but |
| 630 # it does not work due to a gyp issue. | 631 # it does not work due to a gyp issue. |
| 631 'direct_dependent_settings': { | 632 'direct_dependent_settings': { |
| 632 'include_dirs': [ | 633 'include_dirs': [ |
| 633 '..', | 634 '..', |
| 634 ], | 635 ], |
| 635 }, | 636 }, |
| 636 'configurations': { | 637 'configurations': { |
| 637 'Common_Base': { | 638 'Common_Base': { |
| 638 'msvs_target_platform': 'x64', | 639 'msvs_target_platform': 'x64', |
| 639 }, | 640 }, |
| 640 }, | 641 }, |
| 641 }, | 642 }, |
| 642 ], | 643 ], |
| 643 }], | 644 }], |
| 644 ], | 645 ], |
| 645 } | 646 } |
| OLD | NEW |