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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'public/browser/browser_thread_delegate.h', | 50 'public/browser/browser_thread_delegate.h', |
51 'public/browser/cert_store.h', | 51 'public/browser/cert_store.h', |
52 'public/browser/child_process_data.h', | 52 'public/browser/child_process_data.h', |
53 'public/browser/child_process_security_policy.h', | 53 'public/browser/child_process_security_policy.h', |
54 'public/browser/color_chooser.h', | 54 'public/browser/color_chooser.h', |
55 'public/browser/compositor_util.h', | 55 'public/browser/compositor_util.h', |
56 'public/browser/content_browser_client.cc', | 56 'public/browser/content_browser_client.cc', |
57 'public/browser/content_browser_client.h', | 57 'public/browser/content_browser_client.h', |
58 'public/browser/devtools_agent_host.h', | 58 'public/browser/devtools_agent_host.h', |
59 'public/browser/devtools_client_host.h', | 59 'public/browser/devtools_client_host.h', |
| 60 'public/browser/devtools_target_list.cc', |
| 61 'public/browser/devtools_target_list.h', |
60 'public/browser/download_danger_type.h', | 62 'public/browser/download_danger_type.h', |
61 'public/browser/download_id.h', | 63 'public/browser/download_id.h', |
62 'public/browser/devtools_frontend_host_delegate.h', | 64 'public/browser/devtools_frontend_host_delegate.h', |
63 'public/browser/devtools_http_handler.h', | 65 'public/browser/devtools_http_handler.h', |
64 'public/browser/devtools_http_handler_delegate.h', | 66 'public/browser/devtools_http_handler_delegate.h', |
65 'public/browser/devtools_manager.h', | 67 'public/browser/devtools_manager.h', |
66 'public/browser/dom_operation_notification_details.h', | 68 'public/browser/dom_operation_notification_details.h', |
67 'public/browser/dom_storage_context.h', | 69 'public/browser/dom_storage_context.h', |
68 'public/browser/download_destination_observer.h', | 70 'public/browser/download_destination_observer.h', |
69 'public/browser/download_interrupt_reason_values.h', | 71 'public/browser/download_interrupt_reason_values.h', |
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1223 ['exclude', '^browser/speech/'], | 1225 ['exclude', '^browser/speech/'], |
1224 ], | 1226 ], |
1225 }], | 1227 }], |
1226 ['linux_use_libgps==1', { | 1228 ['linux_use_libgps==1', { |
1227 'dependencies': [ | 1229 'dependencies': [ |
1228 '../build/linux/system.gyp:libgps', | 1230 '../build/linux/system.gyp:libgps', |
1229 ], | 1231 ], |
1230 }], | 1232 }], |
1231 ], | 1233 ], |
1232 } | 1234 } |
OLD | NEW |