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

Side by Side Diff: content/content_browser.gypi

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
Patch Set: Fixed Android Build (Hopefully) 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'public/browser/browser_child_process_observer.h', 62 'public/browser/browser_child_process_observer.h',
63 'public/browser/browser_context.h', 63 'public/browser/browser_context.h',
64 'public/browser/browser_ipc_logging.h', 64 'public/browser/browser_ipc_logging.h',
65 'public/browser/browser_main_parts.cc', 65 'public/browser/browser_main_parts.cc',
66 'public/browser/browser_main_parts.h', 66 'public/browser/browser_main_parts.h',
67 'public/browser/browser_main_runner.h', 67 'public/browser/browser_main_runner.h',
68 'public/browser/browser_message_filter.cc', 68 'public/browser/browser_message_filter.cc',
69 'public/browser/browser_message_filter.h', 69 'public/browser/browser_message_filter.h',
70 'public/browser/browser_plugin_guest_delegate.cc', 70 'public/browser/browser_plugin_guest_delegate.cc',
71 'public/browser/browser_plugin_guest_delegate.h', 71 'public/browser/browser_plugin_guest_delegate.h',
72 'public/browser/browser_plugin_guest_manager_delegate.cc', 72 'public/browser/browser_plugin_guest_manager.cc',
73 'public/browser/browser_plugin_guest_manager_delegate.h', 73 'public/browser/browser_plugin_guest_manager.h',
74 'public/browser/browser_ppapi_host.h', 74 'public/browser/browser_ppapi_host.h',
75 'public/browser/browser_shutdown.h', 75 'public/browser/browser_shutdown.h',
76 'public/browser/browser_url_handler.h', 76 'public/browser/browser_url_handler.h',
77 'public/browser/browser_thread.h', 77 'public/browser/browser_thread.h',
78 'public/browser/browser_thread_delegate.h', 78 'public/browser/browser_thread_delegate.h',
79 'public/browser/cert_store.h', 79 'public/browser/cert_store.h',
80 'public/browser/child_process_data.h', 80 'public/browser/child_process_data.h',
81 'public/browser/child_process_security_policy.h', 81 'public/browser/child_process_security_policy.h',
82 'public/browser/color_chooser.h', 82 'public/browser/color_chooser.h',
83 'public/browser/certificate_request_result_type.h', 83 'public/browser/certificate_request_result_type.h',
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 '../build/linux/system.gyp:dbus', 1723 '../build/linux/system.gyp:dbus',
1724 '../dbus/dbus.gyp:dbus', 1724 '../dbus/dbus.gyp:dbus',
1725 ], 1725 ],
1726 }, { # OS != "linux" or use_dbus==0 1726 }, { # OS != "linux" or use_dbus==0
1727 'sources!': [ 1727 'sources!': [
1728 'browser/geolocation/wifi_data_provider_linux.cc', 1728 'browser/geolocation/wifi_data_provider_linux.cc',
1729 ], 1729 ],
1730 }], 1730 }],
1731 ], 1731 ],
1732 } 1732 }
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