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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'public/browser/session_storage_namespace.h', | 143 'public/browser/session_storage_namespace.h', |
144 'public/browser/site_instance.h', | 144 'public/browser/site_instance.h', |
145 'public/browser/speech_recognition_event_listener.h', | 145 'public/browser/speech_recognition_event_listener.h', |
146 'public/browser/speech_recognition_manager.h', | 146 'public/browser/speech_recognition_manager.h', |
147 'public/browser/speech_recognition_manager_delegate.h', | 147 'public/browser/speech_recognition_manager_delegate.h', |
148 'public/browser/speech_recognition_preferences.h', | 148 'public/browser/speech_recognition_preferences.h', |
149 'public/browser/speech_recognition_session_config.cc', | 149 'public/browser/speech_recognition_session_config.cc', |
150 'public/browser/speech_recognition_session_config.h', | 150 'public/browser/speech_recognition_session_config.h', |
151 'public/browser/speech_recognition_session_context.cc', | 151 'public/browser/speech_recognition_session_context.cc', |
152 'public/browser/speech_recognition_session_context.h', | 152 'public/browser/speech_recognition_session_context.h', |
| 153 'public/browser/storage_partition.h', |
153 'public/browser/trace_controller.h', | 154 'public/browser/trace_controller.h', |
154 'public/browser/trace_subscriber.h', | 155 'public/browser/trace_subscriber.h', |
155 'public/browser/user_metrics.h', | 156 'public/browser/user_metrics.h', |
156 'public/browser/utility_process_host.h', | 157 'public/browser/utility_process_host.h', |
157 'public/browser/web_contents.h', | 158 'public/browser/web_contents.h', |
158 'public/browser/web_contents_delegate.cc', | 159 'public/browser/web_contents_delegate.cc', |
159 'public/browser/web_contents_delegate.h', | 160 'public/browser/web_contents_delegate.h', |
160 'public/browser/web_contents_observer.cc', | 161 'public/browser/web_contents_observer.cc', |
161 'public/browser/web_contents_observer.h', | 162 'public/browser/web_contents_observer.h', |
162 'public/browser/web_contents_view.h', | 163 'public/browser/web_contents_view.h', |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'browser/ssl/ssl_error_handler.cc', | 733 'browser/ssl/ssl_error_handler.cc', |
733 'browser/ssl/ssl_error_handler.h', | 734 'browser/ssl/ssl_error_handler.h', |
734 'browser/ssl/ssl_host_state.cc', | 735 'browser/ssl/ssl_host_state.cc', |
735 'browser/ssl/ssl_host_state.h', | 736 'browser/ssl/ssl_host_state.h', |
736 'browser/ssl/ssl_manager.cc', | 737 'browser/ssl/ssl_manager.cc', |
737 'browser/ssl/ssl_manager.h', | 738 'browser/ssl/ssl_manager.h', |
738 'browser/ssl/ssl_policy_backend.cc', | 739 'browser/ssl/ssl_policy_backend.cc', |
739 'browser/ssl/ssl_policy_backend.h', | 740 'browser/ssl/ssl_policy_backend.h', |
740 'browser/ssl/ssl_policy.cc', | 741 'browser/ssl/ssl_policy.cc', |
741 'browser/ssl/ssl_policy.h', | 742 'browser/ssl/ssl_policy.h', |
742 'browser/storage_partition.cc', | |
743 'browser/storage_partition.h', | |
744 'browser/storage_partition_map.cc', | |
745 'browser/storage_partition_map.h', | |
746 'browser/ssl/ssl_request_info.cc', | 743 'browser/ssl/ssl_request_info.cc', |
747 'browser/ssl/ssl_request_info.h', | 744 'browser/ssl/ssl_request_info.h', |
| 745 'browser/storage_partition_impl.cc', |
| 746 'browser/storage_partition_impl.h', |
| 747 'browser/storage_partition_impl_map.cc', |
| 748 'browser/storage_partition_impl_map.h', |
748 'browser/system_message_window_win.cc', | 749 'browser/system_message_window_win.cc', |
749 'browser/system_message_window_win.h', | 750 'browser/system_message_window_win.h', |
750 'browser/tcmalloc_internals_request_job.cc', | 751 'browser/tcmalloc_internals_request_job.cc', |
751 'browser/tcmalloc_internals_request_job.h', | 752 'browser/tcmalloc_internals_request_job.h', |
752 'browser/udev_linux.cc', | 753 'browser/udev_linux.cc', |
753 'browser/udev_linux.h', | 754 'browser/udev_linux.h', |
754 'browser/web_contents/debug_urls.cc', | 755 'browser/web_contents/debug_urls.cc', |
755 'browser/web_contents/debug_urls.h', | 756 'browser/web_contents/debug_urls.h', |
756 'browser/web_contents/drag_utils_gtk.cc', | 757 'browser/web_contents/drag_utils_gtk.cc', |
757 'browser/web_contents/drag_utils_gtk.h', | 758 'browser/web_contents/drag_utils_gtk.h', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 ['exclude', '^browser/renderer_host/java/'], | 1009 ['exclude', '^browser/renderer_host/java/'], |
1009 ], | 1010 ], |
1010 }], | 1011 }], |
1011 ['input_speech==0', { | 1012 ['input_speech==0', { |
1012 'sources/': [ | 1013 'sources/': [ |
1013 ['exclude', '^browser/speech/'], | 1014 ['exclude', '^browser/speech/'], |
1014 ], | 1015 ], |
1015 }], | 1016 }], |
1016 ], | 1017 ], |
1017 } | 1018 } |
OLD | NEW |