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

Side by Side Diff: content/content_browser.gypi

Issue 269113002: Remove BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_createguest
Patch Set: Updateed Created 6 years, 7 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/browser/web_contents/web_contents_impl.cc ('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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'browser/browser_ipc_logging.cc', 317 'browser/browser_ipc_logging.cc',
318 'browser/browser_main.cc', 318 'browser/browser_main.cc',
319 'browser/browser_main.h', 319 'browser/browser_main.h',
320 'browser/browser_main_loop.cc', 320 'browser/browser_main_loop.cc',
321 'browser/browser_main_loop.h', 321 'browser/browser_main_loop.h',
322 'browser/browser_main_runner.cc', 322 'browser/browser_main_runner.cc',
323 'browser/browser_plugin/browser_plugin_embedder.cc', 323 'browser/browser_plugin/browser_plugin_embedder.cc',
324 'browser/browser_plugin/browser_plugin_embedder.h', 324 'browser/browser_plugin/browser_plugin_embedder.h',
325 'browser/browser_plugin/browser_plugin_guest.cc', 325 'browser/browser_plugin/browser_plugin_guest.cc',
326 'browser/browser_plugin/browser_plugin_guest.h', 326 'browser/browser_plugin/browser_plugin_guest.h',
327 'browser/browser_plugin/browser_plugin_guest_manager.cc',
328 'browser/browser_plugin/browser_plugin_guest_manager.h',
329 'browser/browser_plugin/browser_plugin_host_factory.h', 327 'browser/browser_plugin/browser_plugin_host_factory.h',
330 'browser/browser_plugin/browser_plugin_message_filter.cc', 328 'browser/browser_plugin/browser_plugin_message_filter.cc',
331 'browser/browser_plugin/browser_plugin_message_filter.h', 329 'browser/browser_plugin/browser_plugin_message_filter.h',
332 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', 330 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h',
333 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', 331 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm',
334 'browser/browser_process_sub_thread.cc', 332 'browser/browser_process_sub_thread.cc',
335 'browser/browser_process_sub_thread.h', 333 'browser/browser_process_sub_thread.h',
336 'browser/browser_shutdown_profile_dumper.cc', 334 'browser/browser_shutdown_profile_dumper.cc',
337 'browser/browser_shutdown_profile_dumper.h', 335 'browser/browser_shutdown_profile_dumper.h',
338 'browser/browser_thread_impl.cc', 336 'browser/browser_thread_impl.cc',
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 '../build/linux/system.gyp:dbus', 1716 '../build/linux/system.gyp:dbus',
1719 '../dbus/dbus.gyp:dbus', 1717 '../dbus/dbus.gyp:dbus',
1720 ], 1718 ],
1721 }, { # OS != "linux" or use_dbus==0 1719 }, { # OS != "linux" or use_dbus==0
1722 'sources!': [ 1720 'sources!': [
1723 'browser/geolocation/wifi_data_provider_linux.cc', 1721 'browser/geolocation/wifi_data_provider_linux.cc',
1724 ], 1722 ],
1725 }], 1723 }],
1726 ], 1724 ],
1727 } 1725 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698