| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'common/sandbox_mac.h', | 109 'common/sandbox_mac.h', |
| 110 'common/sandbox_mac.mm', | 110 'common/sandbox_mac.mm', |
| 111 'common/sandbox_policy.cc', | 111 'common/sandbox_policy.cc', |
| 112 'common/sandbox_policy.h', | 112 'common/sandbox_policy.h', |
| 113 'common/serialized_script_value.cc', | 113 'common/serialized_script_value.cc', |
| 114 'common/serialized_script_value.h', | 114 'common/serialized_script_value.h', |
| 115 'common/time_format.cc', | 115 'common/time_format.cc', |
| 116 'common/time_format.h', | 116 'common/time_format.h', |
| 117 'common/chrome_version_info.h', | 117 'common/chrome_version_info.h', |
| 118 'common/chrome_version_info.cc', | 118 'common/chrome_version_info.cc', |
| 119 'common/webblobregistry_impl.cc', |
| 120 'common/webblobregistry_impl.h', |
| 119 'common/win_safe_util.cc', | 121 'common/win_safe_util.cc', |
| 120 'common/win_safe_util.h', | 122 'common/win_safe_util.h', |
| 121 ], | 123 ], |
| 122 }], | 124 }], |
| 123 ], | 125 ], |
| 124 }, | 126 }, |
| 125 'targets': [ | 127 'targets': [ |
| 126 { | 128 { |
| 127 'target_name': 'common', | 129 'target_name': 'common', |
| 128 'type': '<(library)', | 130 'type': '<(library)', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 157 '../printing/printing.gyp:printing', | 159 '../printing/printing.gyp:printing', |
| 158 '../skia/skia.gyp:skia', | 160 '../skia/skia.gyp:skia', |
| 159 '../third_party/bzip2/bzip2.gyp:bzip2', | 161 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 160 '../third_party/icu/icu.gyp:icui18n', | 162 '../third_party/icu/icu.gyp:icui18n', |
| 161 '../third_party/icu/icu.gyp:icuuc', | 163 '../third_party/icu/icu.gyp:icuuc', |
| 162 '../third_party/libxml/libxml.gyp:libxml', | 164 '../third_party/libxml/libxml.gyp:libxml', |
| 163 '../third_party/sqlite/sqlite.gyp:sqlite', | 165 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 164 '../third_party/zlib/zlib.gyp:zlib', | 166 '../third_party/zlib/zlib.gyp:zlib', |
| 165 '../third_party/npapi/npapi.gyp:npapi', | 167 '../third_party/npapi/npapi.gyp:npapi', |
| 166 '../webkit/support/webkit_support.gyp:appcache', | 168 '../webkit/support/webkit_support.gyp:appcache', |
| 169 '../webkit/support/webkit_support.gyp:blob', |
| 167 '../webkit/support/webkit_support.gyp:glue', | 170 '../webkit/support/webkit_support.gyp:glue', |
| 168 ], | 171 ], |
| 169 'sources': [ | 172 'sources': [ |
| 170 # .cc, .h, and .mm files under chrome/common that are not required for | 173 # .cc, .h, and .mm files under chrome/common that are not required for |
| 171 # building 64-bit Windows targets. Test files are not included. | 174 # building 64-bit Windows targets. Test files are not included. |
| 172 'common/desktop_notifications/active_notification_tracker.h', | 175 'common/desktop_notifications/active_notification_tracker.h', |
| 173 'common/desktop_notifications/active_notification_tracker.cc', | 176 'common/desktop_notifications/active_notification_tracker.cc', |
| 174 'common/extensions/extension.cc', | 177 'common/extensions/extension.cc', |
| 175 'common/extensions/extension.h', | 178 'common/extensions/extension.h', |
| 176 'common/extensions/extension_action.cc', | 179 'common/extensions/extension_action.cc', |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'configurations': { | 501 'configurations': { |
| 499 'Common_Base': { | 502 'Common_Base': { |
| 500 'msvs_target_platform': 'x64', | 503 'msvs_target_platform': 'x64', |
| 501 }, | 504 }, |
| 502 }, | 505 }, |
| 503 }, | 506 }, |
| 504 ], | 507 ], |
| 505 }], | 508 }], |
| 506 ], | 509 ], |
| 507 } | 510 } |
| OLD | NEW |