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

Side by Side Diff: content/content_browser.gypi

Issue 2164783005: Adds BrowserAssociatedInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early-channel-setup
Patch Set: no CONTENT_EXPORT Created 4 years, 4 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/renderer_host/render_process_host_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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'public/browser/background_sync_controller.h', 124 'public/browser/background_sync_controller.h',
125 'public/browser/background_sync_parameters.cc', 125 'public/browser/background_sync_parameters.cc',
126 'public/browser/background_sync_parameters.h', 126 'public/browser/background_sync_parameters.h',
127 'public/browser/background_tracing_config.cc', 127 'public/browser/background_tracing_config.cc',
128 'public/browser/background_tracing_config.h', 128 'public/browser/background_tracing_config.h',
129 'public/browser/background_tracing_manager.h', 129 'public/browser/background_tracing_manager.h',
130 'public/browser/blob_handle.h', 130 'public/browser/blob_handle.h',
131 'public/browser/bluetooth_chooser.cc', 131 'public/browser/bluetooth_chooser.cc',
132 'public/browser/bluetooth_chooser.h', 132 'public/browser/bluetooth_chooser.h',
133 'public/browser/browser_accessibility_state.h', 133 'public/browser/browser_accessibility_state.h',
134 'public/browser/browser_associated_interface.h',
134 'public/browser/browser_child_process_host.h', 135 'public/browser/browser_child_process_host.h',
135 'public/browser/browser_child_process_host_delegate.cc', 136 'public/browser/browser_child_process_host_delegate.cc',
136 'public/browser/browser_child_process_host_delegate.h', 137 'public/browser/browser_child_process_host_delegate.h',
137 'public/browser/browser_child_process_host_iterator.cc', 138 'public/browser/browser_child_process_host_iterator.cc',
138 'public/browser/browser_child_process_host_iterator.h', 139 'public/browser/browser_child_process_host_iterator.h',
139 'public/browser/browser_child_process_observer.cc', 140 'public/browser/browser_child_process_observer.cc',
140 'public/browser/browser_child_process_observer.h', 141 'public/browser/browser_child_process_observer.h',
141 'public/browser/browser_context.h', 142 'public/browser/browser_context.h',
142 'public/browser/browser_ipc_logging.h', 143 'public/browser/browser_ipc_logging.h',
143 'public/browser/browser_main_parts.cc', 144 'public/browser/browser_main_parts.cc',
(...skipping 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 ], 2171 ],
2171 }], 2172 }],
2172 ['OS != "mac" and OS != "android"', { 2173 ['OS != "mac" and OS != "android"', {
2173 'sources!': [ 2174 'sources!': [
2174 'browser/gpu/gpu_surface_tracker.cc', 2175 'browser/gpu/gpu_surface_tracker.cc',
2175 'browser/gpu/gpu_surface_tracker.h', 2176 'browser/gpu/gpu_surface_tracker.h',
2176 ], 2177 ],
2177 }], 2178 }],
2178 ], 2179 ],
2179 } 2180 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698