| 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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'public/browser/resource_dispatcher_host_delegate.cc', | 158 'public/browser/resource_dispatcher_host_delegate.cc', |
| 159 'public/browser/resource_dispatcher_host_delegate.h', | 159 'public/browser/resource_dispatcher_host_delegate.h', |
| 160 'public/browser/resource_dispatcher_host_login_delegate.h', | 160 'public/browser/resource_dispatcher_host_login_delegate.h', |
| 161 'public/browser/resource_request_details.cc', | 161 'public/browser/resource_request_details.cc', |
| 162 'public/browser/resource_request_details.h', | 162 'public/browser/resource_request_details.h', |
| 163 'public/browser/resource_request_info.h', | 163 'public/browser/resource_request_info.h', |
| 164 'public/browser/resource_throttle.h', | 164 'public/browser/resource_throttle.h', |
| 165 'public/browser/save_page_type.h', | 165 'public/browser/save_page_type.h', |
| 166 'public/browser/session_storage_namespace.h', | 166 'public/browser/session_storage_namespace.h', |
| 167 'public/browser/session_storage_usage_info.h', | 167 'public/browser/session_storage_usage_info.h', |
| 168 'public/browser/signed_certificate_timestamp_store.h', |
| 168 'public/browser/site_instance.h', | 169 'public/browser/site_instance.h', |
| 169 'public/browser/speech_recognition_event_listener.h', | 170 'public/browser/speech_recognition_event_listener.h', |
| 170 'public/browser/speech_recognition_manager.h', | 171 'public/browser/speech_recognition_manager.h', |
| 171 'public/browser/speech_recognition_manager_delegate.h', | 172 'public/browser/speech_recognition_manager_delegate.h', |
| 172 'public/browser/speech_recognition_session_config.cc', | 173 'public/browser/speech_recognition_session_config.cc', |
| 173 'public/browser/speech_recognition_session_config.h', | 174 'public/browser/speech_recognition_session_config.h', |
| 174 'public/browser/speech_recognition_session_context.cc', | 175 'public/browser/speech_recognition_session_context.cc', |
| 175 'public/browser/speech_recognition_session_context.h', | 176 'public/browser/speech_recognition_session_context.h', |
| 176 'public/browser/storage_partition.h', | 177 'public/browser/storage_partition.h', |
| 177 'public/browser/stream_handle.h', | 178 'public/browser/stream_handle.h', |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'browser/service_worker/service_worker_context_core.cc', | 737 'browser/service_worker/service_worker_context_core.cc', |
| 737 'browser/service_worker/service_worker_context_core.h', | 738 'browser/service_worker/service_worker_context_core.h', |
| 738 'browser/service_worker/service_worker_context_wrapper.cc', | 739 'browser/service_worker/service_worker_context_wrapper.cc', |
| 739 'browser/service_worker/service_worker_context_wrapper.h', | 740 'browser/service_worker/service_worker_context_wrapper.h', |
| 740 'browser/service_worker/service_worker_dispatcher_host.cc', | 741 'browser/service_worker/service_worker_dispatcher_host.cc', |
| 741 'browser/service_worker/service_worker_dispatcher_host.h', | 742 'browser/service_worker/service_worker_dispatcher_host.h', |
| 742 'browser/service_worker/service_worker_registration.cc', | 743 'browser/service_worker/service_worker_registration.cc', |
| 743 'browser/service_worker/service_worker_registration.h', | 744 'browser/service_worker/service_worker_registration.h', |
| 744 'browser/service_worker/service_worker_version.cc', | 745 'browser/service_worker/service_worker_version.cc', |
| 745 'browser/service_worker/service_worker_version.h', | 746 'browser/service_worker/service_worker_version.h', |
| 747 'browser/signed_certificate_timestamp_store_impl.cc', |
| 748 'browser/signed_certificate_timestamp_store_impl.h', |
| 746 'browser/net/browser_online_state_observer.cc', | 749 'browser/net/browser_online_state_observer.cc', |
| 747 'browser/net/browser_online_state_observer.h', | 750 'browser/net/browser_online_state_observer.h', |
| 748 'browser/net/sqlite_persistent_cookie_store.cc', | 751 'browser/net/sqlite_persistent_cookie_store.cc', |
| 749 'browser/net/sqlite_persistent_cookie_store.h', | 752 'browser/net/sqlite_persistent_cookie_store.h', |
| 750 'browser/net/view_blob_internals_job_factory.cc', | 753 'browser/net/view_blob_internals_job_factory.cc', |
| 751 'browser/net/view_blob_internals_job_factory.h', | 754 'browser/net/view_blob_internals_job_factory.h', |
| 752 'browser/net/view_http_cache_job_factory.cc', | 755 'browser/net/view_http_cache_job_factory.cc', |
| 753 'browser/net/view_http_cache_job_factory.h', | 756 'browser/net/view_http_cache_job_factory.h', |
| 754 'browser/notification_service_impl.cc', | 757 'browser/notification_service_impl.cc', |
| 755 'browser/notification_service_impl.h', | 758 'browser/notification_service_impl.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1282 ['include', '^public/browser/web_ui_controller\\.cc'], | 1285 ['include', '^public/browser/web_ui_controller\\.cc'], |
| 1283 ['include', '^browser/browser_context\\.cc$'], | 1286 ['include', '^browser/browser_context\\.cc$'], |
| 1284 ['include', '^browser/browser_main_loop\\.cc$'], | 1287 ['include', '^browser/browser_main_loop\\.cc$'], |
| 1285 ['include', '^browser/browser_main_runner\\.cc$'], | 1288 ['include', '^browser/browser_main_runner\\.cc$'], |
| 1286 ['include', '^browser/browser_process_sub_thread\\.cc$'], | 1289 ['include', '^browser/browser_process_sub_thread\\.cc$'], |
| 1287 ['include', '^browser/browser_thread_impl\\.cc$'], | 1290 ['include', '^browser/browser_thread_impl\\.cc$'], |
| 1288 ['include', '^browser/browser_url_handler_impl\\.cc$'], | 1291 ['include', '^browser/browser_url_handler_impl\\.cc$'], |
| 1289 ['include', '^browser/cert_store_impl\\.cc$'], | 1292 ['include', '^browser/cert_store_impl\\.cc$'], |
| 1290 ['include', '^browser/download/download_create_info\\.cc$'], | 1293 ['include', '^browser/download/download_create_info\\.cc$'], |
| 1291 ['include', '^browser/notification_service_impl\\.cc$'], | 1294 ['include', '^browser/notification_service_impl\\.cc$'], |
| 1295 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], |
| 1292 ['include', '^browser/user_metrics\\.cc$'], | 1296 ['include', '^browser/user_metrics\\.cc$'], |
| 1293 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1297 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 1294 ], | 1298 ], |
| 1295 }, { # OS!="ios" | 1299 }, { # OS!="ios" |
| 1296 'dependencies': [ | 1300 'dependencies': [ |
| 1297 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1301 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1298 '../cc/cc.gyp:cc', | 1302 '../cc/cc.gyp:cc', |
| 1299 '../net/net.gyp:http_server', | 1303 '../net/net.gyp:http_server', |
| 1300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1304 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1301 '../ui/surface/surface.gyp:surface', | 1305 '../ui/surface/surface.gyp:surface', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1612 '../build/linux/system.gyp:dbus', | 1616 '../build/linux/system.gyp:dbus', |
| 1613 '../dbus/dbus.gyp:dbus', | 1617 '../dbus/dbus.gyp:dbus', |
| 1614 ], | 1618 ], |
| 1615 }, { # OS != "linux" or use_dbus==0 | 1619 }, { # OS != "linux" or use_dbus==0 |
| 1616 'sources!': [ | 1620 'sources!': [ |
| 1617 'browser/geolocation/wifi_data_provider_linux.cc', | 1621 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1618 ], | 1622 ], |
| 1619 }], | 1623 }], |
| 1620 ], | 1624 ], |
| 1621 } | 1625 } |
| OLD | NEW |