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