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

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: Fix mac build + Address nits from awong@ 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/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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'browser/appcache/chrome_appcache_service.cc', 232 'browser/appcache/chrome_appcache_service.cc',
233 'browser/appcache/chrome_appcache_service.h', 233 'browser/appcache/chrome_appcache_service.h',
234 'browser/browser_child_process_host_impl.cc', 234 'browser/browser_child_process_host_impl.cc',
235 'browser/browser_child_process_host_impl.h', 235 'browser/browser_child_process_host_impl.h',
236 'browser/browser_context.cc', 236 'browser/browser_context.cc',
237 'browser/browser_main.cc', 237 'browser/browser_main.cc',
238 'browser/browser_main.h', 238 'browser/browser_main.h',
239 'browser/browser_main_loop.cc', 239 'browser/browser_main_loop.cc',
240 'browser/browser_main_loop.h', 240 'browser/browser_main_loop.h',
241 'browser/browser_main_runner.cc', 241 'browser/browser_main_runner.cc',
242 'browser/browser_plugin/browser_plugin_embedder.cc',
243 'browser/browser_plugin/browser_plugin_embedder.h',
244 'browser/browser_plugin/browser_plugin_embedder_helper.cc',
245 'browser/browser_plugin/browser_plugin_embedder_helper.h',
246 'browser/browser_plugin/browser_plugin_guest.cc',
247 'browser/browser_plugin/browser_plugin_guest.h',
248 'browser/browser_plugin/browser_plugin_guest_helper.cc',
249 'browser/browser_plugin/browser_plugin_guest_helper.h',
250 'browser/browser_plugin/browser_plugin_host_factory.h',
242 'browser/browser_plugin/old/old_browser_plugin_host.cc', 251 'browser/browser_plugin/old/old_browser_plugin_host.cc',
243 'browser/browser_plugin/old/old_browser_plugin_host.h', 252 'browser/browser_plugin/old/old_browser_plugin_host.h',
244 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc', 253 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc',
245 'browser/browser_plugin/old/old_browser_plugin_host_helper.h', 254 'browser/browser_plugin/old/old_browser_plugin_host_helper.h',
246 'browser/browser_process_sub_thread.cc', 255 'browser/browser_process_sub_thread.cc',
247 'browser/browser_process_sub_thread.h', 256 'browser/browser_process_sub_thread.h',
248 'browser/browser_thread_impl.cc', 257 'browser/browser_thread_impl.cc',
249 'browser/browser_thread_impl.h', 258 'browser/browser_thread_impl.h',
250 'browser/browser_url_handler_impl.cc', 259 'browser/browser_url_handler_impl.cc',
251 'browser/browser_url_handler_impl.h', 260 'browser/browser_url_handler_impl.h',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 ['exclude', '^browser/renderer_host/java/'], 1026 ['exclude', '^browser/renderer_host/java/'],
1018 ], 1027 ],
1019 }], 1028 }],
1020 ['input_speech==0', { 1029 ['input_speech==0', {
1021 'sources/': [ 1030 'sources/': [
1022 ['exclude', '^browser/speech/'], 1031 ['exclude', '^browser/speech/'],
1023 ], 1032 ],
1024 }], 1033 }],
1025 ], 1034 ],
1026 } 1035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698