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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'browser/in_process_webkit/indexed_db_quota_client.cc', | 370 'browser/in_process_webkit/indexed_db_quota_client.cc', |
371 'browser/in_process_webkit/indexed_db_quota_client.h', | 371 'browser/in_process_webkit/indexed_db_quota_client.h', |
372 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 372 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
373 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 373 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
374 'browser/in_process_webkit/session_storage_namespace_impl.cc', | 374 'browser/in_process_webkit/session_storage_namespace_impl.cc', |
375 'browser/in_process_webkit/session_storage_namespace_impl.h', | 375 'browser/in_process_webkit/session_storage_namespace_impl.h', |
376 'browser/in_process_webkit/webkit_thread.cc', | 376 'browser/in_process_webkit/webkit_thread.cc', |
377 'browser/in_process_webkit/webkit_thread.h', | 377 'browser/in_process_webkit/webkit_thread.h', |
378 'browser/intents/intent_injector.cc', | 378 'browser/intents/intent_injector.cc', |
379 'browser/intents/intent_injector.h', | 379 'browser/intents/intent_injector.h', |
| 380 'browser/intents/internal_web_intents_dispatcher.cc', |
| 381 'browser/intents/internal_web_intents_dispatcher.h', |
380 'browser/intents/web_intents_dispatcher_impl.cc', | 382 'browser/intents/web_intents_dispatcher_impl.cc', |
381 'browser/intents/web_intents_dispatcher_impl.h', | 383 'browser/intents/web_intents_dispatcher_impl.h', |
382 'browser/load_from_memory_cache_details.cc', | 384 'browser/load_from_memory_cache_details.cc', |
383 'browser/load_from_memory_cache_details.h', | 385 'browser/load_from_memory_cache_details.h', |
384 'browser/mach_broker_mac.cc', | 386 'browser/mach_broker_mac.cc', |
385 'browser/mach_broker_mac.h', | 387 'browser/mach_broker_mac.h', |
386 'browser/media_device_notifications_linux.cc', | 388 'browser/media_device_notifications_linux.cc', |
387 'browser/media_device_notifications_linux.h', | 389 'browser/media_device_notifications_linux.h', |
388 'browser/mime_registry_message_filter.cc', | 390 'browser/mime_registry_message_filter.cc', |
389 'browser/mime_registry_message_filter.h', | 391 'browser/mime_registry_message_filter.h', |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 ], | 890 ], |
889 }], | 891 }], |
890 ['input_speech==0', { | 892 ['input_speech==0', { |
891 'sources/': [ | 893 'sources/': [ |
892 ['exclude', '^browser/speech/'], | 894 ['exclude', '^browser/speech/'], |
893 ], | 895 ], |
894 }], | 896 }], |
895 ], | 897 ], |
896 } | 898 } |
897 | 899 |
OLD | NEW |