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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'public/browser/geolocation.h', | 82 'public/browser/geolocation.h', |
83 'public/browser/geolocation_permission_context.h', | 83 'public/browser/geolocation_permission_context.h', |
84 'public/browser/global_request_id.h', | 84 'public/browser/global_request_id.h', |
85 'public/browser/gpu_data_manager.h', | 85 'public/browser/gpu_data_manager.h', |
86 'public/browser/gpu_data_manager_observer.h', | 86 'public/browser/gpu_data_manager_observer.h', |
87 'public/browser/histogram_fetcher.h', | 87 'public/browser/histogram_fetcher.h', |
88 'public/browser/host_zoom_map.h', | 88 'public/browser/host_zoom_map.h', |
89 'public/browser/indexed_db_context.h', | 89 'public/browser/indexed_db_context.h', |
90 'public/browser/interstitial_page.h', | 90 'public/browser/interstitial_page.h', |
91 'public/browser/invalidate_type.h', | 91 'public/browser/invalidate_type.h', |
92 'public/browser/javascript_dialogs.h', | 92 'public/browser/javascript_dialog_manager.h', |
93 'public/browser/keyboard_listener.h', | 93 'public/browser/keyboard_listener.h', |
94 'public/browser/load_from_memory_cache_details.cc', | 94 'public/browser/load_from_memory_cache_details.cc', |
95 'public/browser/load_from_memory_cache_details.h', | 95 'public/browser/load_from_memory_cache_details.h', |
96 'public/browser/load_notification_details.h', | 96 'public/browser/load_notification_details.h', |
97 'public/browser/media_devices_monitor.h', | 97 'public/browser/media_devices_monitor.h', |
98 'public/browser/native_web_keyboard_event.h', | 98 'public/browser/native_web_keyboard_event.h', |
99 'public/browser/navigation_controller.cc', | 99 'public/browser/navigation_controller.cc', |
100 'public/browser/navigation_controller.h', | 100 'public/browser/navigation_controller.h', |
101 'public/browser/navigation_details.cc', | 101 'public/browser/navigation_details.cc', |
102 'public/browser/navigation_details.h', | 102 'public/browser/navigation_details.h', |
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1217 ['exclude', '^browser/speech/'], | 1217 ['exclude', '^browser/speech/'], |
1218 ], | 1218 ], |
1219 }], | 1219 }], |
1220 ['linux_use_libgps==1', { | 1220 ['linux_use_libgps==1', { |
1221 'dependencies': [ | 1221 'dependencies': [ |
1222 '../build/linux/system.gyp:libgps', | 1222 '../build/linux/system.gyp:libgps', |
1223 ], | 1223 ], |
1224 }], | 1224 }], |
1225 ], | 1225 ], |
1226 } | 1226 } |
OLD | NEW |