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

Side by Side Diff: content/content_browser.gypi

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: Disable BrowserPluginHostTest.NavigateGuest on win, flaking. Created 8 years, 3 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
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/content_tests.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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'browser/appcache/chrome_appcache_service.cc', 229 'browser/appcache/chrome_appcache_service.cc',
230 'browser/appcache/chrome_appcache_service.h', 230 'browser/appcache/chrome_appcache_service.h',
231 'browser/browser_child_process_host_impl.cc', 231 'browser/browser_child_process_host_impl.cc',
232 'browser/browser_child_process_host_impl.h', 232 'browser/browser_child_process_host_impl.h',
233 'browser/browser_context.cc', 233 'browser/browser_context.cc',
234 'browser/browser_main.cc', 234 'browser/browser_main.cc',
235 'browser/browser_main.h', 235 'browser/browser_main.h',
236 'browser/browser_main_loop.cc', 236 'browser/browser_main_loop.cc',
237 'browser/browser_main_loop.h', 237 'browser/browser_main_loop.h',
238 'browser/browser_main_runner.cc', 238 'browser/browser_main_runner.cc',
239 'browser/browser_plugin/browser_plugin_embedder.cc',
240 'browser/browser_plugin/browser_plugin_embedder.h',
241 'browser/browser_plugin/browser_plugin_embedder_helper.cc',
242 'browser/browser_plugin/browser_plugin_embedder_helper.h',
243 'browser/browser_plugin/browser_plugin_guest.cc',
244 'browser/browser_plugin/browser_plugin_guest.h',
245 'browser/browser_plugin/browser_plugin_guest_helper.cc',
246 'browser/browser_plugin/browser_plugin_guest_helper.h',
247 'browser/browser_plugin/browser_plugin_host_factory.h',
239 'browser/browser_plugin/old/old_browser_plugin_host.cc', 248 'browser/browser_plugin/old/old_browser_plugin_host.cc',
240 'browser/browser_plugin/old/old_browser_plugin_host.h', 249 'browser/browser_plugin/old/old_browser_plugin_host.h',
241 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc', 250 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc',
242 'browser/browser_plugin/old/old_browser_plugin_host_helper.h', 251 'browser/browser_plugin/old/old_browser_plugin_host_helper.h',
243 'browser/browser_process_sub_thread.cc', 252 'browser/browser_process_sub_thread.cc',
244 'browser/browser_process_sub_thread.h', 253 'browser/browser_process_sub_thread.h',
245 'browser/browser_thread_impl.cc', 254 'browser/browser_thread_impl.cc',
246 'browser/browser_thread_impl.h', 255 'browser/browser_thread_impl.h',
247 'browser/browser_url_handler_impl.cc', 256 'browser/browser_url_handler_impl.cc',
248 'browser/browser_url_handler_impl.h', 257 'browser/browser_url_handler_impl.h',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 ['exclude', '^browser/renderer_host/java/'], 1061 ['exclude', '^browser/renderer_host/java/'],
1053 ], 1062 ],
1054 }], 1063 }],
1055 ['input_speech==0', { 1064 ['input_speech==0', {
1056 'sources/': [ 1065 'sources/': [
1057 ['exclude', '^browser/speech/'], 1066 ['exclude', '^browser/speech/'],
1058 ], 1067 ],
1059 }], 1068 }],
1060 ], 1069 ],
1061 } 1070 }
OLDNEW
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698