Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: content/content_browser.gypi

Issue 10555029: Browser Plugin: Move to old directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/appcache/chrome_appcache_service.cc', 214 'browser/appcache/chrome_appcache_service.cc',
215 'browser/appcache/chrome_appcache_service.h', 215 'browser/appcache/chrome_appcache_service.h',
216 'browser/browser_child_process_host_impl.cc', 216 'browser/browser_child_process_host_impl.cc',
217 'browser/browser_child_process_host_impl.h', 217 'browser/browser_child_process_host_impl.h',
218 'browser/browser_context.cc', 218 'browser/browser_context.cc',
219 'browser/browser_main.cc', 219 'browser/browser_main.cc',
220 'browser/browser_main.h', 220 'browser/browser_main.h',
221 'browser/browser_main_loop.cc', 221 'browser/browser_main_loop.cc',
222 'browser/browser_main_loop.h', 222 'browser/browser_main_loop.h',
223 'browser/browser_main_runner.cc', 223 'browser/browser_main_runner.cc',
224 'browser/browser_plugin/browser_plugin_host.cc', 224 'browser/browser_plugin/old/browser_plugin_host.cc',
225 'browser/browser_plugin/browser_plugin_host.h', 225 'browser/browser_plugin/old/browser_plugin_host.h',
226 'browser/browser_plugin/browser_plugin_host_helper.cc', 226 'browser/browser_plugin/old/browser_plugin_host_helper.cc',
227 'browser/browser_plugin/browser_plugin_host_helper.h', 227 'browser/browser_plugin/old/browser_plugin_host_helper.h',
228 'browser/browser_process_sub_thread.cc', 228 'browser/browser_process_sub_thread.cc',
229 'browser/browser_process_sub_thread.h', 229 'browser/browser_process_sub_thread.h',
230 'browser/browser_thread_impl.cc', 230 'browser/browser_thread_impl.cc',
231 'browser/browser_thread_impl.h', 231 'browser/browser_thread_impl.h',
232 'browser/browser_url_handler_impl.cc', 232 'browser/browser_url_handler_impl.cc',
233 'browser/browser_url_handler_impl.h', 233 'browser/browser_url_handler_impl.h',
234 'browser/browsing_instance.cc', 234 'browser/browsing_instance.cc',
235 'browser/browsing_instance.h', 235 'browser/browsing_instance.h',
236 'browser/cert_store_impl.cc', 236 'browser/cert_store_impl.cc',
237 'browser/cert_store_impl.h', 237 'browser/cert_store_impl.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 ], 969 ],
970 }], 970 }],
971 ['input_speech==0', { 971 ['input_speech==0', {
972 'sources/': [ 972 'sources/': [
973 ['exclude', '^browser/speech/'], 973 ['exclude', '^browser/speech/'],
974 ], 974 ],
975 }], 975 }],
976 ], 976 ],
977 } 977 }
978 978
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698