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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 359 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
360 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 360 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
361 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | 361 'browser/in_process_webkit/indexed_db_key_utility_client.cc', |
362 'browser/in_process_webkit/indexed_db_key_utility_client.h', | 362 'browser/in_process_webkit/indexed_db_key_utility_client.h', |
363 'browser/in_process_webkit/indexed_db_quota_client.cc', | 363 'browser/in_process_webkit/indexed_db_quota_client.cc', |
364 'browser/in_process_webkit/indexed_db_quota_client.h', | 364 'browser/in_process_webkit/indexed_db_quota_client.h', |
365 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 365 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
366 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 366 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
367 'browser/in_process_webkit/session_storage_namespace_impl.cc', | 367 'browser/in_process_webkit/session_storage_namespace_impl.cc', |
368 'browser/in_process_webkit/session_storage_namespace_impl.h', | 368 'browser/in_process_webkit/session_storage_namespace_impl.h', |
369 'browser/in_process_webkit/webkit_context.cc', | |
370 'browser/in_process_webkit/webkit_context.h', | |
371 'browser/in_process_webkit/webkit_thread.cc', | 369 'browser/in_process_webkit/webkit_thread.cc', |
372 'browser/in_process_webkit/webkit_thread.h', | 370 'browser/in_process_webkit/webkit_thread.h', |
373 'browser/intents/intent_injector.cc', | 371 'browser/intents/intent_injector.cc', |
374 'browser/intents/intent_injector.h', | 372 'browser/intents/intent_injector.h', |
375 'browser/intents/web_intents_dispatcher_impl.cc', | 373 'browser/intents/web_intents_dispatcher_impl.cc', |
376 'browser/intents/web_intents_dispatcher_impl.h', | 374 'browser/intents/web_intents_dispatcher_impl.h', |
377 'browser/load_from_memory_cache_details.cc', | 375 'browser/load_from_memory_cache_details.cc', |
378 'browser/load_from_memory_cache_details.h', | 376 'browser/load_from_memory_cache_details.h', |
379 'browser/load_notification_details.h', | 377 'browser/load_notification_details.h', |
380 'browser/mach_broker_mac.cc', | 378 'browser/mach_broker_mac.cc', |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 ], | 867 ], |
870 }], | 868 }], |
871 ['input_speech==0', { | 869 ['input_speech==0', { |
872 'sources/': [ | 870 'sources/': [ |
873 ['exclude', '^browser/speech/'], | 871 ['exclude', '^browser/speech/'], |
874 ], | 872 ], |
875 }], | 873 }], |
876 ], | 874 ], |
877 } | 875 } |
878 | 876 |
OLD | NEW |