Chromium Code Reviews| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 479 'browser/net/browser_online_state_observer.cc', | 479 'browser/net/browser_online_state_observer.cc', |
| 480 'browser/net/browser_online_state_observer.h', | 480 'browser/net/browser_online_state_observer.h', |
| 481 'browser/net/view_blob_internals_job_factory.cc', | 481 'browser/net/view_blob_internals_job_factory.cc', |
| 482 'browser/net/view_blob_internals_job_factory.h', | 482 'browser/net/view_blob_internals_job_factory.h', |
| 483 'browser/net/view_http_cache_job_factory.cc', | 483 'browser/net/view_http_cache_job_factory.cc', |
| 484 'browser/net/view_http_cache_job_factory.h', | 484 'browser/net/view_http_cache_job_factory.h', |
| 485 'browser/notification_service_impl.cc', | 485 'browser/notification_service_impl.cc', |
| 486 'browser/notification_service_impl.h', | 486 'browser/notification_service_impl.h', |
| 487 'browser/pepper_flash_settings_helper_impl.cc', | 487 'browser/pepper_flash_settings_helper_impl.cc', |
| 488 'browser/pepper_flash_settings_helper_impl.h', | 488 'browser/pepper_flash_settings_helper_impl.h', |
| 489 'browser/pepper_helper.cc', | |
|
jam
2012/09/07 16:09:30
nit: also add the public file above
bbudge
2012/09/08 01:17:27
Done.
| |
| 489 'browser/plugin_data_remover_impl.cc', | 490 'browser/plugin_data_remover_impl.cc', |
| 490 'browser/plugin_data_remover_impl.h', | 491 'browser/plugin_data_remover_impl.h', |
| 491 'browser/plugin_loader_posix.cc', | 492 'browser/plugin_loader_posix.cc', |
| 492 'browser/plugin_loader_posix.h', | 493 'browser/plugin_loader_posix.h', |
| 493 'browser/plugin_process_host.cc', | 494 'browser/plugin_process_host.cc', |
| 494 'browser/plugin_process_host.h', | 495 'browser/plugin_process_host.h', |
| 495 'browser/plugin_process_host_mac.cc', | 496 'browser/plugin_process_host_mac.cc', |
| 496 'browser/plugin_service_impl.cc', | 497 'browser/plugin_service_impl.cc', |
| 497 'browser/plugin_service_impl.h', | 498 'browser/plugin_service_impl.h', |
| 498 'browser/power_save_blocker_android.cc', | 499 'browser/power_save_blocker_android.cc', |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1018 ['exclude', '^browser/renderer_host/java/'], | 1019 ['exclude', '^browser/renderer_host/java/'], |
| 1019 ], | 1020 ], |
| 1020 }], | 1021 }], |
| 1021 ['input_speech==0', { | 1022 ['input_speech==0', { |
| 1022 'sources/': [ | 1023 'sources/': [ |
| 1023 ['exclude', '^browser/speech/'], | 1024 ['exclude', '^browser/speech/'], |
| 1024 ], | 1025 ], |
| 1025 }], | 1026 }], |
| 1026 ], | 1027 ], |
| 1027 } | 1028 } |
| OLD | NEW |