| 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 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'browser/appcache/chrome_appcache_service.h', | 317 'browser/appcache/chrome_appcache_service.h', |
| 318 'browser/appcache/view_appcache_internals_job.h', | 318 'browser/appcache/view_appcache_internals_job.h', |
| 319 'browser/appcache/view_appcache_internals_job.cc', | 319 'browser/appcache/view_appcache_internals_job.cc', |
| 320 'browser/battery_status/battery_status_manager_android.cc', | 320 'browser/battery_status/battery_status_manager_android.cc', |
| 321 'browser/battery_status/battery_status_manager_default.cc', | 321 'browser/battery_status/battery_status_manager_default.cc', |
| 322 'browser/battery_status/battery_status_manager.h', | 322 'browser/battery_status/battery_status_manager.h', |
| 323 'browser/battery_status/battery_status_message_filter.cc', | 323 'browser/battery_status/battery_status_message_filter.cc', |
| 324 'browser/battery_status/battery_status_message_filter.h', | 324 'browser/battery_status/battery_status_message_filter.h', |
| 325 'browser/battery_status/battery_status_service.cc', | 325 'browser/battery_status/battery_status_service.cc', |
| 326 'browser/battery_status/battery_status_service.h', | 326 'browser/battery_status/battery_status_service.h', |
| 327 'browser/bootstrap_sandbox_mac.cc', |
| 328 'browser/bootstrap_sandbox_mac.h', |
| 327 'browser/browser_child_process_host_impl.cc', | 329 'browser/browser_child_process_host_impl.cc', |
| 328 'browser/browser_child_process_host_impl.h', | 330 'browser/browser_child_process_host_impl.h', |
| 329 'browser/browser_context.cc', | 331 'browser/browser_context.cc', |
| 330 'browser/browser_ipc_logging.cc', | 332 'browser/browser_ipc_logging.cc', |
| 331 'browser/browser_main.cc', | 333 'browser/browser_main.cc', |
| 332 'browser/browser_main.h', | 334 'browser/browser_main.h', |
| 333 'browser/browser_main_loop.cc', | 335 'browser/browser_main_loop.cc', |
| 334 'browser/browser_main_loop.h', | 336 'browser/browser_main_loop.h', |
| 335 'browser/browser_main_runner.cc', | 337 'browser/browser_main_runner.cc', |
| 336 'browser/browser_plugin/browser_plugin_embedder.cc', | 338 'browser/browser_plugin/browser_plugin_embedder.cc', |
| (...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 ['enable_printing!=0', { | 1478 ['enable_printing!=0', { |
| 1477 'dependencies': [ | 1479 'dependencies': [ |
| 1478 '../printing/printing.gyp:printing', | 1480 '../printing/printing.gyp:printing', |
| 1479 ], | 1481 ], |
| 1480 }], | 1482 }], |
| 1481 ['OS!="ios" and chrome_multiple_dll!=1', { | 1483 ['OS!="ios" and chrome_multiple_dll!=1', { |
| 1482 'dependencies': [ | 1484 'dependencies': [ |
| 1483 '../third_party/WebKit/public/blink.gyp:blink', | 1485 '../third_party/WebKit/public/blink.gyp:blink', |
| 1484 ], | 1486 ], |
| 1485 }], | 1487 }], |
| 1486 ['OS!="mac" and OS!="ios"', { | 1488 ['OS!="ios"', { |
| 1487 'dependencies': [ | 1489 'dependencies': [ |
| 1488 '../sandbox/sandbox.gyp:sandbox', | 1490 '../sandbox/sandbox.gyp:sandbox', |
| 1489 ], | 1491 ], |
| 1490 }], | 1492 }], |
| 1491 ['OS!="android" and OS!="ios"', { | 1493 ['OS!="android" and OS!="ios"', { |
| 1492 'dependencies': [ | 1494 'dependencies': [ |
| 1493 'browser/tracing/tracing_resources.gyp:tracing_resources', | 1495 'browser/tracing/tracing_resources.gyp:tracing_resources', |
| 1494 ], | 1496 ], |
| 1495 }], | 1497 }], |
| 1496 ['OS!="ios"', { | 1498 ['OS!="ios"', { |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 '../build/linux/system.gyp:dbus', | 1752 '../build/linux/system.gyp:dbus', |
| 1751 '../dbus/dbus.gyp:dbus', | 1753 '../dbus/dbus.gyp:dbus', |
| 1752 ], | 1754 ], |
| 1753 }, { # OS != "linux" or use_dbus==0 | 1755 }, { # OS != "linux" or use_dbus==0 |
| 1754 'sources!': [ | 1756 'sources!': [ |
| 1755 'browser/geolocation/wifi_data_provider_linux.cc', | 1757 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1756 ], | 1758 ], |
| 1757 }], | 1759 }], |
| 1758 ], | 1760 ], |
| 1759 } | 1761 } |
| OLD | NEW |