| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '../build/temp_gyp/googleurl.gyp:googleurl', | 128 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 129 '../ipc/ipc.gyp:ipc', | 129 '../ipc/ipc.gyp:ipc', |
| 130 '../net/net.gyp:net', | 130 '../net/net.gyp:net', |
| 131 '../skia/skia.gyp:skia', | 131 '../skia/skia.gyp:skia', |
| 132 '../third_party/icu/icu.gyp:icui18n', | 132 '../third_party/icu/icu.gyp:icui18n', |
| 133 '../third_party/icu/icu.gyp:icuuc', | 133 '../third_party/icu/icu.gyp:icuuc', |
| 134 '../third_party/libxml/libxml.gyp:libxml', | 134 '../third_party/libxml/libxml.gyp:libxml', |
| 135 '../third_party/sqlite/sqlite.gyp:sqlite', | 135 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 136 '../third_party/zlib/zlib.gyp:zlib', | 136 '../third_party/zlib/zlib.gyp:zlib', |
| 137 '../third_party/npapi/npapi.gyp:npapi', | 137 '../third_party/npapi/npapi.gyp:npapi', |
| 138 '../webkit/webkit.gyp:appcache', | 138 '../webkit/support/webkit_support_in_chromium.gyp:appcache', |
| 139 '../webkit/webkit.gyp:glue', | 139 '../webkit/support/webkit_support_in_chromium.gyp:glue', |
| 140 ], | 140 ], |
| 141 'sources': [ | 141 'sources': [ |
| 142 # .cc, .h, and .mm files under chrome/common that are not required for | 142 # .cc, .h, and .mm files under chrome/common that are not required for |
| 143 # building 64-bit Windows targets. Test files are not included. | 143 # building 64-bit Windows targets. Test files are not included. |
| 144 'common/desktop_notifications/active_notification_tracker.h', | 144 'common/desktop_notifications/active_notification_tracker.h', |
| 145 'common/desktop_notifications/active_notification_tracker.cc', | 145 'common/desktop_notifications/active_notification_tracker.cc', |
| 146 'common/extensions/extension.cc', | 146 'common/extensions/extension.cc', |
| 147 'common/extensions/extension.h', | 147 'common/extensions/extension.h', |
| 148 'common/extensions/extension_action.cc', | 148 'common/extensions/extension_action.cc', |
| 149 'common/extensions/extension_action.h', | 149 'common/extensions/extension_action.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'configurations': { | 391 'configurations': { |
| 392 'Common_Base': { | 392 'Common_Base': { |
| 393 'msvs_target_platform': 'x64', | 393 'msvs_target_platform': 'x64', |
| 394 }, | 394 }, |
| 395 }, | 395 }, |
| 396 }, | 396 }, |
| 397 ], | 397 ], |
| 398 }], | 398 }], |
| 399 ], | 399 ], |
| 400 } | 400 } |
| OLD | NEW |