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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'browser/storage_partition.cc', | 719 'browser/storage_partition.cc', |
720 'browser/storage_partition.h', | 720 'browser/storage_partition.h', |
721 'browser/storage_partition_map.cc', | 721 'browser/storage_partition_map.cc', |
722 'browser/storage_partition_map.h', | 722 'browser/storage_partition_map.h', |
723 'browser/ssl/ssl_request_info.cc', | 723 'browser/ssl/ssl_request_info.cc', |
724 'browser/ssl/ssl_request_info.h', | 724 'browser/ssl/ssl_request_info.h', |
725 'browser/system_message_window_win.cc', | 725 'browser/system_message_window_win.cc', |
726 'browser/system_message_window_win.h', | 726 'browser/system_message_window_win.h', |
727 'browser/tcmalloc_internals_request_job.cc', | 727 'browser/tcmalloc_internals_request_job.cc', |
728 'browser/tcmalloc_internals_request_job.h', | 728 'browser/tcmalloc_internals_request_job.h', |
| 729 'browser/udev_linux.cc', |
| 730 'browser/udev_linux.h', |
729 'browser/web_contents/debug_urls.cc', | 731 'browser/web_contents/debug_urls.cc', |
730 'browser/web_contents/debug_urls.h', | 732 'browser/web_contents/debug_urls.h', |
731 'browser/web_contents/drag_utils_gtk.cc', | 733 'browser/web_contents/drag_utils_gtk.cc', |
732 'browser/web_contents/drag_utils_gtk.h', | 734 'browser/web_contents/drag_utils_gtk.h', |
733 'browser/web_contents/interstitial_page_impl.cc', | 735 'browser/web_contents/interstitial_page_impl.cc', |
734 'browser/web_contents/interstitial_page_impl.h', | 736 'browser/web_contents/interstitial_page_impl.h', |
735 'browser/web_contents/navigation_controller_impl.cc', | 737 'browser/web_contents/navigation_controller_impl.cc', |
736 'browser/web_contents/navigation_controller_impl.h', | 738 'browser/web_contents/navigation_controller_impl.h', |
737 'browser/web_contents/navigation_entry_impl.cc', | 739 'browser/web_contents/navigation_entry_impl.cc', |
738 'browser/web_contents/navigation_entry_impl.h', | 740 'browser/web_contents/navigation_entry_impl.h', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
983 ['exclude', '^browser/renderer_host/java/'], | 985 ['exclude', '^browser/renderer_host/java/'], |
984 ], | 986 ], |
985 }], | 987 }], |
986 ['input_speech==0', { | 988 ['input_speech==0', { |
987 'sources/': [ | 989 'sources/': [ |
988 ['exclude', '^browser/speech/'], | 990 ['exclude', '^browser/speech/'], |
989 ], | 991 ], |
990 }], | 992 }], |
991 ], | 993 ], |
992 } | 994 } |
OLD | NEW |