OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'type': 'static_library', | 285 'type': 'static_library', |
286 'dependencies': [ | 286 'dependencies': [ |
287 '../base/base.gyp:base', | 287 '../base/base.gyp:base', |
288 '../base/base.gyp:base_prefs', | 288 '../base/base.gyp:base_prefs', |
289 '../components/components.gyp:copresence_endpoints', | 289 '../components/components.gyp:copresence_endpoints', |
290 '../components/components.gyp:keyed_service_content', | 290 '../components/components.gyp:keyed_service_content', |
291 '../components/components.gyp:keyed_service_core', | 291 '../components/components.gyp:keyed_service_core', |
292 '../components/components.gyp:pref_registry', | 292 '../components/components.gyp:pref_registry', |
293 '../components/components.gyp:sessions_content', | 293 '../components/components.gyp:sessions_content', |
294 '../components/components.gyp:storage_monitor', | 294 '../components/components.gyp:storage_monitor', |
| 295 '../components/components.gyp:ui_zoom', |
295 '../components/components.gyp:web_cache_browser', | 296 '../components/components.gyp:web_cache_browser', |
296 '../components/components.gyp:web_modal', | 297 '../components/components.gyp:web_modal', |
297 '../content/content.gyp:content_browser', | 298 '../content/content.gyp:content_browser', |
298 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 299 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
299 '../device/serial/serial.gyp:device_serial', | 300 '../device/serial/serial.gyp:device_serial', |
300 '../google_apis/google_apis.gyp:google_apis', | 301 '../google_apis/google_apis.gyp:google_apis', |
301 '../skia/skia.gyp:skia', | 302 '../skia/skia.gyp:skia', |
302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 303 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
303 '../third_party/re2/re2.gyp:re2', | 304 '../third_party/re2/re2.gyp:re2', |
304 'browser/api/api_registration.gyp:extensions_api_registration', | 305 'browser/api/api_registration.gyp:extensions_api_registration', |
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1278 'conditions': [ | 1279 'conditions': [ |
1279 ['OS=="win" and win_use_allocator_shim==1', { | 1280 ['OS=="win" and win_use_allocator_shim==1', { |
1280 'dependencies': [ | 1281 'dependencies': [ |
1281 '../base/allocator/allocator.gyp:allocator', | 1282 '../base/allocator/allocator.gyp:allocator', |
1282 ], | 1283 ], |
1283 }], | 1284 }], |
1284 ], | 1285 ], |
1285 }, | 1286 }, |
1286 ] | 1287 ] |
1287 } | 1288 } |
OLD | NEW |