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

Side by Side Diff: content/content_browser.gypi

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'public/browser/browser_child_process_observer.h', 66 'public/browser/browser_child_process_observer.h',
67 'public/browser/browser_context.h', 67 'public/browser/browser_context.h',
68 'public/browser/browser_ipc_logging.h', 68 'public/browser/browser_ipc_logging.h',
69 'public/browser/browser_main_parts.cc', 69 'public/browser/browser_main_parts.cc',
70 'public/browser/browser_main_parts.h', 70 'public/browser/browser_main_parts.h',
71 'public/browser/browser_main_runner.h', 71 'public/browser/browser_main_runner.h',
72 'public/browser/browser_message_filter.cc', 72 'public/browser/browser_message_filter.cc',
73 'public/browser/browser_message_filter.h', 73 'public/browser/browser_message_filter.h',
74 'public/browser/browser_plugin_guest_delegate.cc', 74 'public/browser/browser_plugin_guest_delegate.cc',
75 'public/browser/browser_plugin_guest_delegate.h', 75 'public/browser/browser_plugin_guest_delegate.h',
76 'public/browser/browser_plugin_guest_manager_delegate.cc',
77 'public/browser/browser_plugin_guest_manager_delegate.h',
76 'public/browser/browser_ppapi_host.h', 78 'public/browser/browser_ppapi_host.h',
77 'public/browser/browser_shutdown.h', 79 'public/browser/browser_shutdown.h',
78 'public/browser/browser_url_handler.h', 80 'public/browser/browser_url_handler.h',
79 'public/browser/browser_thread.h', 81 'public/browser/browser_thread.h',
80 'public/browser/browser_thread_delegate.h', 82 'public/browser/browser_thread_delegate.h',
81 'public/browser/cert_store.h', 83 'public/browser/cert_store.h',
82 'public/browser/child_process_data.h', 84 'public/browser/child_process_data.h',
83 'public/browser/child_process_security_policy.h', 85 'public/browser/child_process_security_policy.h',
84 'public/browser/color_chooser.h', 86 'public/browser/color_chooser.h',
85 'public/browser/certificate_request_result_type.h', 87 'public/browser/certificate_request_result_type.h',
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 '../build/linux/system.gyp:dbus', 1715 '../build/linux/system.gyp:dbus',
1714 '../dbus/dbus.gyp:dbus', 1716 '../dbus/dbus.gyp:dbus',
1715 ], 1717 ],
1716 }, { # OS != "linux" or use_dbus==0 1718 }, { # OS != "linux" or use_dbus==0
1717 'sources!': [ 1719 'sources!': [
1718 'browser/geolocation/wifi_data_provider_linux.cc', 1720 'browser/geolocation/wifi_data_provider_linux.cc',
1719 ], 1721 ],
1720 }], 1722 }],
1721 ], 1723 ],
1722 } 1724 }
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