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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'public/browser/resource_dispatcher_host.h', | 138 'public/browser/resource_dispatcher_host.h', |
139 'public/browser/resource_dispatcher_host_delegate.cc', | 139 'public/browser/resource_dispatcher_host_delegate.cc', |
140 'public/browser/resource_dispatcher_host_delegate.h', | 140 'public/browser/resource_dispatcher_host_delegate.h', |
141 'public/browser/resource_dispatcher_host_login_delegate.h', | 141 'public/browser/resource_dispatcher_host_login_delegate.h', |
142 'public/browser/resource_request_details.cc', | 142 'public/browser/resource_request_details.cc', |
143 'public/browser/resource_request_details.h', | 143 'public/browser/resource_request_details.h', |
144 'public/browser/resource_request_info.h', | 144 'public/browser/resource_request_info.h', |
145 'public/browser/resource_throttle.h', | 145 'public/browser/resource_throttle.h', |
146 'public/browser/save_page_type.h', | 146 'public/browser/save_page_type.h', |
147 'public/browser/session_storage_namespace.h', | 147 'public/browser/session_storage_namespace.h', |
| 148 'public/browser/shader_disk_cache.cc', |
| 149 'public/browser/shader_disk_cache.h', |
148 'public/browser/site_instance.h', | 150 'public/browser/site_instance.h', |
149 'public/browser/speech_recognition_event_listener.h', | 151 'public/browser/speech_recognition_event_listener.h', |
150 'public/browser/speech_recognition_manager.h', | 152 'public/browser/speech_recognition_manager.h', |
151 'public/browser/speech_recognition_manager_delegate.h', | 153 'public/browser/speech_recognition_manager_delegate.h', |
152 'public/browser/speech_recognition_preferences.h', | 154 'public/browser/speech_recognition_preferences.h', |
153 'public/browser/speech_recognition_session_config.cc', | 155 'public/browser/speech_recognition_session_config.cc', |
154 'public/browser/speech_recognition_session_config.h', | 156 'public/browser/speech_recognition_session_config.h', |
155 'public/browser/speech_recognition_session_context.cc', | 157 'public/browser/speech_recognition_session_context.cc', |
156 'public/browser/speech_recognition_session_context.h', | 158 'public/browser/speech_recognition_session_context.h', |
157 'public/browser/storage_partition.h', | 159 'public/browser/storage_partition.h', |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 'browser/gpu/gpu_internals_ui.cc', | 487 'browser/gpu/gpu_internals_ui.cc', |
486 'browser/gpu/gpu_internals_ui.h', | 488 'browser/gpu/gpu_internals_ui.h', |
487 'browser/gpu/gpu_process_host.cc', | 489 'browser/gpu/gpu_process_host.cc', |
488 'browser/gpu/gpu_process_host.h', | 490 'browser/gpu/gpu_process_host.h', |
489 'browser/gpu/gpu_process_host_ui_shim.cc', | 491 'browser/gpu/gpu_process_host_ui_shim.cc', |
490 'browser/gpu/gpu_process_host_ui_shim.h', | 492 'browser/gpu/gpu_process_host_ui_shim.h', |
491 'browser/gpu/gpu_surface_tracker.cc', | 493 'browser/gpu/gpu_surface_tracker.cc', |
492 'browser/gpu/gpu_surface_tracker.h', | 494 'browser/gpu/gpu_surface_tracker.h', |
493 'browser/gpu/gpu_util.cc', | 495 'browser/gpu/gpu_util.cc', |
494 'browser/gpu/gpu_util.h', | 496 'browser/gpu/gpu_util.h', |
495 'browser/gpu/shader_disk_cache.cc', | 497 'browser/gpu/shader_disk_cache_impl.cc', |
496 'browser/gpu/shader_disk_cache.h', | 498 'browser/gpu/shader_disk_cache_impl.h', |
497 'browser/histogram_controller.cc', | 499 'browser/histogram_controller.cc', |
498 'browser/histogram_controller.h', | 500 'browser/histogram_controller.h', |
499 'browser/histogram_internals_request_job.cc', | 501 'browser/histogram_internals_request_job.cc', |
500 'browser/histogram_internals_request_job.h', | 502 'browser/histogram_internals_request_job.h', |
501 'browser/histogram_message_filter.cc', | 503 'browser/histogram_message_filter.cc', |
502 'browser/histogram_message_filter.h', | 504 'browser/histogram_message_filter.h', |
503 'browser/histogram_subscriber.h', | 505 'browser/histogram_subscriber.h', |
504 'browser/histogram_synchronizer.cc', | 506 'browser/histogram_synchronizer.cc', |
505 'browser/histogram_synchronizer.h', | 507 'browser/histogram_synchronizer.h', |
506 'browser/host_zoom_map_impl.cc', | 508 'browser/host_zoom_map_impl.cc', |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1264 ['exclude', '^browser/speech/'], | 1266 ['exclude', '^browser/speech/'], |
1265 ], | 1267 ], |
1266 }], | 1268 }], |
1267 ['linux_use_libgps==1', { | 1269 ['linux_use_libgps==1', { |
1268 'dependencies': [ | 1270 'dependencies': [ |
1269 '../build/linux/system.gyp:libgps', | 1271 '../build/linux/system.gyp:libgps', |
1270 ], | 1272 ], |
1271 }], | 1273 }], |
1272 ], | 1274 ], |
1273 } | 1275 } |
OLD | NEW |