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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
175 'browser/browser_context.cc', | 175 'browser/browser_context.cc', |
176 'browser/browser_main.cc', | 176 'browser/browser_main.cc', |
177 'browser/browser_main.h', | 177 'browser/browser_main.h', |
178 'browser/browser_main_loop.cc', | 178 'browser/browser_main_loop.cc', |
179 'browser/browser_main_loop.h', | 179 'browser/browser_main_loop.h', |
180 'browser/browser_main_runner.cc', | 180 'browser/browser_main_runner.cc', |
181 'browser/browser_process_sub_thread.cc', | 181 'browser/browser_process_sub_thread.cc', |
182 'browser/browser_process_sub_thread.h', | 182 'browser/browser_process_sub_thread.h', |
183 'browser/browser_thread_impl.cc', | 183 'browser/browser_thread_impl.cc', |
184 'browser/browser_thread_impl.h', | 184 'browser/browser_thread_impl.h', |
185 'browser/browser_url_handler.cc', | 185 'browser/browser_url_handler_impl.cc', |
Jói
2012/03/12 17:39:14
the content/public header should be added to the l
jam
2012/03/12 17:44:41
Done.
| |
186 'browser/browser_url_handler.h', | 186 'browser/browser_url_handler_impl.h', |
187 'browser/browsing_instance.cc', | 187 'browser/browsing_instance.cc', |
188 'browser/browsing_instance.h', | 188 'browser/browsing_instance.h', |
189 'browser/cert_store.cc', | 189 'browser/cert_store.cc', |
190 'browser/cert_store.h', | 190 'browser/cert_store.h', |
191 'browser/child_process_launcher.cc', | 191 'browser/child_process_launcher.cc', |
192 'browser/child_process_launcher.h', | 192 'browser/child_process_launcher.h', |
193 'browser/child_process_security_policy_impl.cc', | 193 'browser/child_process_security_policy_impl.cc', |
194 'browser/child_process_security_policy_impl.h', | 194 'browser/child_process_security_policy_impl.h', |
195 'browser/content_ipc_logging.cc', | 195 'browser/content_ipc_logging.cc', |
196 'browser/cross_site_request_manager.cc', | 196 'browser/cross_site_request_manager.cc', |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
888 ], | 888 ], |
889 }], | 889 }], |
890 ['input_speech==0', { | 890 ['input_speech==0', { |
891 'sources/': [ | 891 'sources/': [ |
892 ['exclude', '^browser/speech/'], | 892 ['exclude', '^browser/speech/'], |
893 ], | 893 ], |
894 }], | 894 }], |
895 ], | 895 ], |
896 } | 896 } |
897 | 897 |
OLD | NEW |