| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 99         #  shared with the 64-bit target, but it does not work due to a gyp | 99         #  shared with the 64-bit target, but it does not work due to a gyp | 
| 100         # issue. | 100         # issue. | 
| 101         'app/policy/cloud_policy_codegen.gyp:policy', | 101         'app/policy/cloud_policy_codegen.gyp:policy', | 
| 102         'chrome_resources', | 102         'chrome_resources', | 
| 103         'chrome_strings', | 103         'chrome_strings', | 
| 104         'common_constants', | 104         'common_constants', | 
| 105         'common_net', | 105         'common_net', | 
| 106         'default_plugin/default_plugin.gyp:default_plugin', | 106         'default_plugin/default_plugin.gyp:default_plugin', | 
| 107         'safe_browsing_csd_proto', | 107         'safe_browsing_csd_proto', | 
| 108         'theme_resources', | 108         'theme_resources', | 
|  | 109         'theme_resources_standard', | 
| 109         '../app/app.gyp:app_base', | 110         '../app/app.gyp:app_base', | 
| 110         '../app/app.gyp:app_resources', | 111         '../app/app.gyp:app_resources', | 
| 111         '../base/base.gyp:base', | 112         '../base/base.gyp:base', | 
| 112         '../base/base.gyp:base_i18n', | 113         '../base/base.gyp:base_i18n', | 
| 113         '../build/temp_gyp/googleurl.gyp:googleurl', | 114         '../build/temp_gyp/googleurl.gyp:googleurl', | 
| 114         '../content/content.gyp:content_common', | 115         '../content/content.gyp:content_common', | 
| 115         '../ipc/ipc.gyp:ipc', | 116         '../ipc/ipc.gyp:ipc', | 
| 116         '../net/net.gyp:net', | 117         '../net/net.gyp:net', | 
| 117         '../printing/printing.gyp:printing', | 118         '../printing/printing.gyp:printing', | 
| 118         '../skia/skia.gyp:skia', | 119         '../skia/skia.gyp:skia', | 
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 524           'configurations': { | 525           'configurations': { | 
| 525             'Common_Base': { | 526             'Common_Base': { | 
| 526               'msvs_target_platform': 'x64', | 527               'msvs_target_platform': 'x64', | 
| 527             }, | 528             }, | 
| 528           }, | 529           }, | 
| 529         }, | 530         }, | 
| 530       ], | 531       ], | 
| 531     }], | 532     }], | 
| 532   ], | 533   ], | 
| 533 } | 534 } | 
| OLD | NEW | 
|---|