| 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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
| 10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', | 450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |
| 451 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', | 451 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', |
| 452 'browser/in_process_webkit/indexed_db_callbacks.cc', | 452 'browser/in_process_webkit/indexed_db_callbacks.cc', |
| 453 'browser/in_process_webkit/indexed_db_callbacks.h', | 453 'browser/in_process_webkit/indexed_db_callbacks.h', |
| 454 'browser/in_process_webkit/indexed_db_context_impl.cc', | 454 'browser/in_process_webkit/indexed_db_context_impl.cc', |
| 455 'browser/in_process_webkit/indexed_db_context_impl.h', | 455 'browser/in_process_webkit/indexed_db_context_impl.h', |
| 456 'browser/in_process_webkit/indexed_db_database_callbacks.cc', | 456 'browser/in_process_webkit/indexed_db_database_callbacks.cc', |
| 457 'browser/in_process_webkit/indexed_db_database_callbacks.h', | 457 'browser/in_process_webkit/indexed_db_database_callbacks.h', |
| 458 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 458 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
| 459 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 459 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
| 460 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | |
| 461 'browser/in_process_webkit/indexed_db_key_utility_client.h', | |
| 462 'browser/in_process_webkit/indexed_db_quota_client.cc', | 460 'browser/in_process_webkit/indexed_db_quota_client.cc', |
| 463 'browser/in_process_webkit/indexed_db_quota_client.h', | 461 'browser/in_process_webkit/indexed_db_quota_client.h', |
| 464 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', | 462 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', |
| 465 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', | 463 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', |
| 466 'browser/in_process_webkit/webkit_thread.cc', | 464 'browser/in_process_webkit/webkit_thread.cc', |
| 467 'browser/in_process_webkit/webkit_thread.h', | 465 'browser/in_process_webkit/webkit_thread.h', |
| 468 'browser/intents/intent_injector.cc', | 466 'browser/intents/intent_injector.cc', |
| 469 'browser/intents/intent_injector.h', | 467 'browser/intents/intent_injector.h', |
| 470 'browser/intents/internal_web_intents_dispatcher.cc', | 468 'browser/intents/internal_web_intents_dispatcher.cc', |
| 471 'browser/intents/internal_web_intents_dispatcher.h', | 469 'browser/intents/internal_web_intents_dispatcher.h', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 ['exclude', '^browser/renderer_host/java/'], | 1013 ['exclude', '^browser/renderer_host/java/'], |
| 1016 ], | 1014 ], |
| 1017 }], | 1015 }], |
| 1018 ['input_speech==0', { | 1016 ['input_speech==0', { |
| 1019 'sources/': [ | 1017 'sources/': [ |
| 1020 ['exclude', '^browser/speech/'], | 1018 ['exclude', '^browser/speech/'], |
| 1021 ], | 1019 ], |
| 1022 }], | 1020 }], |
| 1023 ], | 1021 ], |
| 1024 } | 1022 } |
| OLD | NEW |