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

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: Fixed browser_tests + cleanup 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
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'public/browser/browser_child_process_observer.h', 67 'public/browser/browser_child_process_observer.h',
68 'public/browser/browser_context.h', 68 'public/browser/browser_context.h',
69 'public/browser/browser_ipc_logging.h', 69 'public/browser/browser_ipc_logging.h',
70 'public/browser/browser_main_parts.cc', 70 'public/browser/browser_main_parts.cc',
71 'public/browser/browser_main_parts.h', 71 'public/browser/browser_main_parts.h',
72 'public/browser/browser_main_runner.h', 72 'public/browser/browser_main_runner.h',
73 'public/browser/browser_message_filter.cc', 73 'public/browser/browser_message_filter.cc',
74 'public/browser/browser_message_filter.h', 74 'public/browser/browser_message_filter.h',
75 'public/browser/browser_plugin_guest_delegate.cc', 75 'public/browser/browser_plugin_guest_delegate.cc',
76 'public/browser/browser_plugin_guest_delegate.h', 76 'public/browser/browser_plugin_guest_delegate.h',
77 'public/browser/browser_plugin_guest_manager_delegate.cc',
78 'public/browser/browser_plugin_guest_manager_delegate.h',
77 'public/browser/browser_ppapi_host.h', 79 'public/browser/browser_ppapi_host.h',
78 'public/browser/browser_shutdown.h', 80 'public/browser/browser_shutdown.h',
79 'public/browser/browser_url_handler.h', 81 'public/browser/browser_url_handler.h',
80 'public/browser/browser_thread.h', 82 'public/browser/browser_thread.h',
81 'public/browser/browser_thread_delegate.h', 83 'public/browser/browser_thread_delegate.h',
82 'public/browser/cert_store.h', 84 'public/browser/cert_store.h',
83 'public/browser/child_process_data.h', 85 'public/browser/child_process_data.h',
84 'public/browser/child_process_security_policy.h', 86 'public/browser/child_process_security_policy.h',
85 'public/browser/color_chooser.h', 87 'public/browser/color_chooser.h',
86 'public/browser/certificate_request_result_type.h', 88 'public/browser/certificate_request_result_type.h',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 '../build/linux/system.gyp:dbus', 1727 '../build/linux/system.gyp:dbus',
1726 '../dbus/dbus.gyp:dbus', 1728 '../dbus/dbus.gyp:dbus',
1727 ], 1729 ],
1728 }, { # OS != "linux" or use_dbus==0 1730 }, { # OS != "linux" or use_dbus==0
1729 'sources!': [ 1731 'sources!': [
1730 'browser/geolocation/wifi_data_provider_linux.cc', 1732 'browser/geolocation/wifi_data_provider_linux.cc',
1731 ], 1733 ],
1732 }], 1734 }],
1733 ], 1735 ],
1734 } 1736 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698