| 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 386 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
| 387 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 387 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
| 388 'browser/in_process_webkit/session_storage_namespace_impl.cc', | 388 'browser/in_process_webkit/session_storage_namespace_impl.cc', |
| 389 'browser/in_process_webkit/session_storage_namespace_impl.h', | 389 'browser/in_process_webkit/session_storage_namespace_impl.h', |
| 390 'browser/in_process_webkit/webkit_thread.cc', | 390 'browser/in_process_webkit/webkit_thread.cc', |
| 391 'browser/in_process_webkit/webkit_thread.h', | 391 'browser/in_process_webkit/webkit_thread.h', |
| 392 'browser/intents/intent_injector.cc', | 392 'browser/intents/intent_injector.cc', |
| 393 'browser/intents/intent_injector.h', | 393 'browser/intents/intent_injector.h', |
| 394 'browser/intents/internal_web_intents_dispatcher.cc', | 394 'browser/intents/internal_web_intents_dispatcher.cc', |
| 395 'browser/intents/internal_web_intents_dispatcher.h', | 395 'browser/intents/internal_web_intents_dispatcher.h', |
| 396 'browser/intents/web_intents_direct_dispatch.cc', |
| 396 'browser/intents/web_intents_dispatcher_impl.cc', | 397 'browser/intents/web_intents_dispatcher_impl.cc', |
| 397 'browser/intents/web_intents_dispatcher_impl.h', | 398 'browser/intents/web_intents_dispatcher_impl.h', |
| 398 'browser/load_from_memory_cache_details.cc', | 399 'browser/load_from_memory_cache_details.cc', |
| 399 'browser/load_from_memory_cache_details.h', | 400 'browser/load_from_memory_cache_details.h', |
| 400 'browser/mach_broker_mac.cc', | 401 'browser/mach_broker_mac.cc', |
| 401 'browser/mach_broker_mac.h', | 402 'browser/mach_broker_mac.h', |
| 402 'browser/media_device_notifications_linux.cc', | 403 'browser/media_device_notifications_linux.cc', |
| 403 'browser/media_device_notifications_linux.h', | 404 'browser/media_device_notifications_linux.h', |
| 404 'browser/mime_registry_message_filter.cc', | 405 'browser/mime_registry_message_filter.cc', |
| 405 'browser/mime_registry_message_filter.h', | 406 'browser/mime_registry_message_filter.h', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 ], | 909 ], |
| 909 }], | 910 }], |
| 910 ['input_speech==0', { | 911 ['input_speech==0', { |
| 911 'sources/': [ | 912 'sources/': [ |
| 912 ['exclude', '^browser/speech/'], | 913 ['exclude', '^browser/speech/'], |
| 913 ], | 914 ], |
| 914 }], | 915 }], |
| 915 ], | 916 ], |
| 916 } | 917 } |
| 917 | 918 |
| OLD | NEW |