| 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/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'browser/in_process_webkit/webkit_thread.h', | 374 'browser/in_process_webkit/webkit_thread.h', |
| 375 'browser/intents/intent_injector.cc', | 375 'browser/intents/intent_injector.cc', |
| 376 'browser/intents/intent_injector.h', | 376 'browser/intents/intent_injector.h', |
| 377 'browser/intents/web_intents_dispatcher_impl.cc', | 377 'browser/intents/web_intents_dispatcher_impl.cc', |
| 378 'browser/intents/web_intents_dispatcher_impl.h', | 378 'browser/intents/web_intents_dispatcher_impl.h', |
| 379 'browser/load_from_memory_cache_details.cc', | 379 'browser/load_from_memory_cache_details.cc', |
| 380 'browser/load_from_memory_cache_details.h', | 380 'browser/load_from_memory_cache_details.h', |
| 381 'browser/load_notification_details.h', | 381 'browser/load_notification_details.h', |
| 382 'browser/mach_broker_mac.cc', | 382 'browser/mach_broker_mac.cc', |
| 383 'browser/mach_broker_mac.h', | 383 'browser/mach_broker_mac.h', |
| 384 'browser/media_device_notifications_linux.cc', |
| 385 'browser/media_device_notifications_linux.h', |
| 384 'browser/mime_registry_message_filter.cc', | 386 'browser/mime_registry_message_filter.cc', |
| 385 'browser/mime_registry_message_filter.h', | 387 'browser/mime_registry_message_filter.h', |
| 386 'browser/net/browser_online_state_observer.cc', | 388 'browser/net/browser_online_state_observer.cc', |
| 387 'browser/net/browser_online_state_observer.h', | 389 'browser/net/browser_online_state_observer.h', |
| 388 # TODO: These should be moved to test_support (see below), but | 390 # TODO: These should be moved to test_support (see below), but |
| 389 # are currently used by production code in automation_provider.cc. | 391 # are currently used by production code in automation_provider.cc. |
| 390 'browser/net/url_request_failed_dns_job.cc', | 392 'browser/net/url_request_failed_dns_job.cc', |
| 391 'browser/net/url_request_failed_dns_job.h', | 393 'browser/net/url_request_failed_dns_job.h', |
| 392 'browser/net/url_request_mock_http_job.cc', | 394 'browser/net/url_request_mock_http_job.cc', |
| 393 'browser/net/url_request_mock_http_job.h', | 395 'browser/net/url_request_mock_http_job.h', |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 ], | 885 ], |
| 884 }], | 886 }], |
| 885 ['input_speech==0', { | 887 ['input_speech==0', { |
| 886 'sources/': [ | 888 'sources/': [ |
| 887 ['exclude', '^browser/speech/'], | 889 ['exclude', '^browser/speech/'], |
| 888 ], | 890 ], |
| 889 }], | 891 }], |
| 890 ], | 892 ], |
| 891 } | 893 } |
| 892 | 894 |
| OLD | NEW |