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