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

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: Rework tests to use timeouts instead of waiting indefinitely, not store any Guest* in embedder. 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
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'browser/appcache/chrome_appcache_service.cc', 224 'browser/appcache/chrome_appcache_service.cc',
225 'browser/appcache/chrome_appcache_service.h', 225 'browser/appcache/chrome_appcache_service.h',
226 'browser/browser_child_process_host_impl.cc', 226 'browser/browser_child_process_host_impl.cc',
227 'browser/browser_child_process_host_impl.h', 227 'browser/browser_child_process_host_impl.h',
228 'browser/browser_context.cc', 228 'browser/browser_context.cc',
229 'browser/browser_main.cc', 229 'browser/browser_main.cc',
230 'browser/browser_main.h', 230 'browser/browser_main.h',
231 'browser/browser_main_loop.cc', 231 'browser/browser_main_loop.cc',
232 'browser/browser_main_loop.h', 232 'browser/browser_main_loop.h',
233 'browser/browser_main_runner.cc', 233 'browser/browser_main_runner.cc',
234 'browser/browser_plugin/browser_plugin_embedder.cc',
235 'browser/browser_plugin/browser_plugin_embedder.h',
236 'browser/browser_plugin/browser_plugin_embedder_helper.cc',
237 'browser/browser_plugin/browser_plugin_embedder_helper.h',
238 'browser/browser_plugin/browser_plugin_guest.cc',
239 'browser/browser_plugin/browser_plugin_guest.h',
240 'browser/browser_plugin/browser_plugin_guest_helper.cc',
241 'browser/browser_plugin/browser_plugin_guest_helper.h',
242 'browser/browser_plugin/browser_plugin_host_factory.h',
234 'browser/browser_plugin/old/old_browser_plugin_host.cc', 243 'browser/browser_plugin/old/old_browser_plugin_host.cc',
235 'browser/browser_plugin/old/old_browser_plugin_host.h', 244 'browser/browser_plugin/old/old_browser_plugin_host.h',
236 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc', 245 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc',
237 'browser/browser_plugin/old/old_browser_plugin_host_helper.h', 246 'browser/browser_plugin/old/old_browser_plugin_host_helper.h',
238 'browser/browser_process_sub_thread.cc', 247 'browser/browser_process_sub_thread.cc',
239 'browser/browser_process_sub_thread.h', 248 'browser/browser_process_sub_thread.h',
240 'browser/browser_thread_impl.cc', 249 'browser/browser_thread_impl.cc',
241 'browser/browser_thread_impl.h', 250 'browser/browser_thread_impl.h',
242 'browser/browser_url_handler_impl.cc', 251 'browser/browser_url_handler_impl.cc',
243 'browser/browser_url_handler_impl.h', 252 'browser/browser_url_handler_impl.h',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 ['include', '^public/browser/notification_registrar\\.cc$'], 1051 ['include', '^public/browser/notification_registrar\\.cc$'],
1043 ['include', '^public/browser/speech_recognition_'], 1052 ['include', '^public/browser/speech_recognition_'],
1044 ['include', '^browser/notification_service_impl\\.cc$'], 1053 ['include', '^browser/notification_service_impl\\.cc$'],
1045 # Pull in all but one file from speech. 1054 # Pull in all but one file from speech.
1046 ['include', '^browser/speech/'], 1055 ['include', '^browser/speech/'],
1047 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 1056 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
1048 ], 1057 ],
1049 }], 1058 }],
1050 ], 1059 ],
1051 } 1060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698