| 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'browser/intents/intent_injector.h', | 378 'browser/intents/intent_injector.h', |
| 379 'browser/intents/web_intents_dispatcher_impl.cc', | 379 'browser/intents/web_intents_dispatcher_impl.cc', |
| 380 'browser/intents/web_intents_dispatcher_impl.h', | 380 'browser/intents/web_intents_dispatcher_impl.h', |
| 381 'browser/load_from_memory_cache_details.cc', | 381 'browser/load_from_memory_cache_details.cc', |
| 382 'browser/load_from_memory_cache_details.h', | 382 'browser/load_from_memory_cache_details.h', |
| 383 'browser/load_notification_details.h', | 383 'browser/load_notification_details.h', |
| 384 'browser/mach_broker_mac.cc', | 384 'browser/mach_broker_mac.cc', |
| 385 'browser/mach_broker_mac.h', | 385 'browser/mach_broker_mac.h', |
| 386 'browser/media_device_notifications_linux.cc', | 386 'browser/media_device_notifications_linux.cc', |
| 387 'browser/media_device_notifications_linux.h', | 387 'browser/media_device_notifications_linux.h', |
| 388 'browser/media_gallery/media_gallery_database.cc', |
| 389 'browser/media_gallery/media_gallery_database.h', |
| 390 'browser/media_gallery/media_gallery_database_types.cc', |
| 391 'browser/media_gallery/media_gallery_database_types.h', |
| 388 'browser/mime_registry_message_filter.cc', | 392 'browser/mime_registry_message_filter.cc', |
| 389 'browser/mime_registry_message_filter.h', | 393 'browser/mime_registry_message_filter.h', |
| 390 'browser/net/browser_online_state_observer.cc', | 394 'browser/net/browser_online_state_observer.cc', |
| 391 'browser/net/browser_online_state_observer.h', | 395 'browser/net/browser_online_state_observer.h', |
| 392 # TODO: These should be moved to test_support (see below), but | 396 # TODO: These should be moved to test_support (see below), but |
| 393 # are currently used by production code in automation_provider.cc. | 397 # are currently used by production code in automation_provider.cc. |
| 394 'browser/net/url_request_failed_dns_job.cc', | 398 'browser/net/url_request_failed_dns_job.cc', |
| 395 'browser/net/url_request_failed_dns_job.h', | 399 'browser/net/url_request_failed_dns_job.h', |
| 396 'browser/net/url_request_mock_http_job.cc', | 400 'browser/net/url_request_mock_http_job.cc', |
| 397 'browser/net/url_request_mock_http_job.h', | 401 'browser/net/url_request_mock_http_job.h', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 ], | 894 ], |
| 891 }], | 895 }], |
| 892 ['input_speech==0', { | 896 ['input_speech==0', { |
| 893 'sources/': [ | 897 'sources/': [ |
| 894 ['exclude', '^browser/speech/'], | 898 ['exclude', '^browser/speech/'], |
| 895 ], | 899 ], |
| 896 }], | 900 }], |
| 897 ], | 901 ], |
| 898 } | 902 } |
| 899 | 903 |
| OLD | NEW |