| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'type': 'static_library', | 148 'type': 'static_library', |
| 149 'variables': { 'enable_wexit_time_destructors': 1, }, | 149 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 150 'dependencies': [ | 150 'dependencies': [ |
| 151 'chrome_resources.gyp:chrome_extra_resources', | 151 'chrome_resources.gyp:chrome_extra_resources', |
| 152 'chrome_resources.gyp:chrome_resources', | 152 'chrome_resources.gyp:chrome_resources', |
| 153 'chrome_resources.gyp:chrome_strings', | 153 'chrome_resources.gyp:chrome_strings', |
| 154 'chrome_resources.gyp:theme_resources', | 154 'chrome_resources.gyp:theme_resources', |
| 155 'common/extensions/api/api.gyp:api', | 155 'common/extensions/api/api.gyp:api', |
| 156 '../base/base.gyp:base', | 156 '../base/base.gyp:base', |
| 157 '../content/content.gyp:content_browser', | 157 '../content/content.gyp:content_browser', |
| 158 '../crypto/crypto.gyp:crypto', |
| 158 '../net/net.gyp:http_server', | 159 '../net/net.gyp:http_server', |
| 159 '../net/net.gyp:net', | 160 '../net/net.gyp:net', |
| 160 '../skia/skia.gyp:skia', | 161 '../skia/skia.gyp:skia', |
| 161 '../third_party/icu/icu.gyp:icui18n', | 162 '../third_party/icu/icu.gyp:icui18n', |
| 162 '../third_party/icu/icu.gyp:icuuc', | 163 '../third_party/icu/icu.gyp:icuuc', |
| 163 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 164 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 164 '../third_party/libusb/libusb.gyp:libusb', | 165 '../third_party/libusb/libusb.gyp:libusb', |
| 165 ], | 166 ], |
| 166 'include_dirs': [ | 167 'include_dirs': [ |
| 167 '..', | 168 '..', |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 'sources': [ | 1118 'sources': [ |
| 1118 'service/cloud_print/print_system_cups.cc', | 1119 'service/cloud_print/print_system_cups.cc', |
| 1119 ], | 1120 ], |
| 1120 }], | 1121 }], |
| 1121 ], | 1122 ], |
| 1122 }, | 1123 }, |
| 1123 ], | 1124 ], |
| 1124 }], | 1125 }], |
| 1125 ], # 'conditions' | 1126 ], # 'conditions' |
| 1126 } | 1127 } |
| OLD | NEW |