| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'dependencies': [ | 94 'dependencies': [ |
| 95 # TODO(gregoryd): chrome_resources and chrome_strings could be | 95 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 96 # shared with the 64-bit target, but it does not work due to a gyp | 96 # shared with the 64-bit target, but it does not work due to a gyp |
| 97 # issue. | 97 # issue. |
| 98 'app/policy/cloud_policy_codegen.gyp:policy', | 98 'app/policy/cloud_policy_codegen.gyp:policy', |
| 99 'chrome_resources', | 99 'chrome_resources', |
| 100 'chrome_strings', | 100 'chrome_strings', |
| 101 'common_constants', | 101 'common_constants', |
| 102 'common_net', | 102 'common_net', |
| 103 'default_plugin/default_plugin.gyp:default_plugin', | 103 'default_plugin/default_plugin.gyp:default_plugin', |
| 104 'safe_browsing_proto', | |
| 105 'theme_resources', | 104 'theme_resources', |
| 106 'theme_resources_standard', | 105 'theme_resources_standard', |
| 107 '../base/base.gyp:base', | 106 '../base/base.gyp:base', |
| 108 '../base/base.gyp:base_i18n', | 107 '../base/base.gyp:base_i18n', |
| 109 '../base/base.gyp:base_static', | 108 '../base/base.gyp:base_static', |
| 110 '../build/temp_gyp/googleurl.gyp:googleurl', | 109 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 111 '../content/content.gyp:content_common', | 110 '../content/content.gyp:content_common', |
| 112 '../ipc/ipc.gyp:ipc', | 111 '../ipc/ipc.gyp:ipc', |
| 113 '../net/net.gyp:net', | 112 '../net/net.gyp:net', |
| 114 '../printing/printing.gyp:printing', | 113 '../printing/printing.gyp:printing', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'configurations': { | 484 'configurations': { |
| 486 'Common_Base': { | 485 'Common_Base': { |
| 487 'msvs_target_platform': 'x64', | 486 'msvs_target_platform': 'x64', |
| 488 }, | 487 }, |
| 489 }, | 488 }, |
| 490 }, | 489 }, |
| 491 ], | 490 ], |
| 492 }], | 491 }], |
| 493 ], | 492 ], |
| 494 } | 493 } |
| OLD | NEW |