| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'browser/appcache/appcache_dispatcher_host.h', | 306 'browser/appcache/appcache_dispatcher_host.h', |
| 307 'browser/appcache/appcache_frontend_proxy.cc', | 307 'browser/appcache/appcache_frontend_proxy.cc', |
| 308 'browser/appcache/appcache_frontend_proxy.h', | 308 'browser/appcache/appcache_frontend_proxy.h', |
| 309 'browser/appcache/appcache_interceptor.cc', | 309 'browser/appcache/appcache_interceptor.cc', |
| 310 'browser/appcache/appcache_interceptor.h', | 310 'browser/appcache/appcache_interceptor.h', |
| 311 'browser/appcache/chrome_appcache_service.cc', | 311 'browser/appcache/chrome_appcache_service.cc', |
| 312 'browser/appcache/chrome_appcache_service.h', | 312 'browser/appcache/chrome_appcache_service.h', |
| 313 'browser/appcache/view_appcache_internals_job.h', | 313 'browser/appcache/view_appcache_internals_job.h', |
| 314 'browser/appcache/view_appcache_internals_job.cc', | 314 'browser/appcache/view_appcache_internals_job.cc', |
| 315 'browser/battery_status/battery_status_manager_android.cc', | 315 'browser/battery_status/battery_status_manager_android.cc', |
| 316 'browser/battery_status/battery_status_manager_android.h', | 316 'browser/battery_status/battery_status_manager_default.cc', |
| 317 'browser/battery_status/battery_status_manager.h', |
| 318 'browser/battery_status/battery_status_update_callback.h', |
| 317 'browser/browser_child_process_host_impl.cc', | 319 'browser/browser_child_process_host_impl.cc', |
| 318 'browser/browser_child_process_host_impl.h', | 320 'browser/browser_child_process_host_impl.h', |
| 319 'browser/browser_context.cc', | 321 'browser/browser_context.cc', |
| 320 'browser/browser_ipc_logging.cc', | 322 'browser/browser_ipc_logging.cc', |
| 321 'browser/browser_main.cc', | 323 'browser/browser_main.cc', |
| 322 'browser/browser_main.h', | 324 'browser/browser_main.h', |
| 323 'browser/browser_main_loop.cc', | 325 'browser/browser_main_loop.cc', |
| 324 'browser/browser_main_loop.h', | 326 'browser/browser_main_loop.h', |
| 325 'browser/browser_main_runner.cc', | 327 'browser/browser_main_runner.cc', |
| 326 'browser/browser_plugin/browser_plugin_embedder.cc', | 328 'browser/browser_plugin/browser_plugin_embedder.cc', |
| (...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1589 'dependencies': [ | 1591 'dependencies': [ |
| 1590 '../media/media.gyp:media', | 1592 '../media/media.gyp:media', |
| 1591 'content.gyp:content_jni_headers', | 1593 'content.gyp:content_jni_headers', |
| 1592 ], | 1594 ], |
| 1593 'link_settings': { | 1595 'link_settings': { |
| 1594 'libraries': [ | 1596 'libraries': [ |
| 1595 '-ljnigraphics', | 1597 '-ljnigraphics', |
| 1596 ], | 1598 ], |
| 1597 }, | 1599 }, |
| 1598 'sources/': [ | 1600 'sources/': [ |
| 1601 ['exclude', '^browser/battery_status/battery_status_manager_default.cc$'
], |
| 1599 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], | 1602 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], |
| 1600 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1603 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
| 1601 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1604 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
| 1602 ['exclude', '^browser/tracing/tracing_ui'], | 1605 ['exclude', '^browser/tracing/tracing_ui'], |
| 1603 ['exclude', '^browser/speech/'], | 1606 ['exclude', '^browser/speech/'], |
| 1604 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], | 1607 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
| 1605 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 1608 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
| 1606 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1609 ['include', '^browser/speech/speech_recognizer\\.h$'], |
| 1607 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 1610 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
| 1608 ], | 1611 ], |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1722 '../build/linux/system.gyp:dbus', | 1725 '../build/linux/system.gyp:dbus', |
| 1723 '../dbus/dbus.gyp:dbus', | 1726 '../dbus/dbus.gyp:dbus', |
| 1724 ], | 1727 ], |
| 1725 }, { # OS != "linux" or use_dbus==0 | 1728 }, { # OS != "linux" or use_dbus==0 |
| 1726 'sources!': [ | 1729 'sources!': [ |
| 1727 'browser/geolocation/wifi_data_provider_linux.cc', | 1730 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1728 ], | 1731 ], |
| 1729 }], | 1732 }], |
| 1730 ], | 1733 ], |
| 1731 } | 1734 } |
| OLD | NEW |