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

Side by Side Diff: chromecast/chromecast.gyp

Issue 521753002: Chromecast: adds CastBrowserProcess to manage browser process entities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed obsolete member Created 6 years, 3 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 | « no previous file | chromecast/shell/browser/cast_browser_main_parts.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'net/network_change_notifier_cast.h', 172 'net/network_change_notifier_cast.h',
173 'net/network_change_notifier_factory_cast.cc', 173 'net/network_change_notifier_factory_cast.cc',
174 'net/network_change_notifier_factory_cast.h', 174 'net/network_change_notifier_factory_cast.h',
175 'shell/app/cast_main.cc', 175 'shell/app/cast_main.cc',
176 'shell/app/cast_main_delegate.cc', 176 'shell/app/cast_main_delegate.cc',
177 'shell/app/cast_main_delegate.h', 177 'shell/app/cast_main_delegate.h',
178 'shell/browser/cast_browser_context.cc', 178 'shell/browser/cast_browser_context.cc',
179 'shell/browser/cast_browser_context.h', 179 'shell/browser/cast_browser_context.h',
180 'shell/browser/cast_browser_main_parts.cc', 180 'shell/browser/cast_browser_main_parts.cc',
181 'shell/browser/cast_browser_main_parts.h', 181 'shell/browser/cast_browser_main_parts.h',
182 'shell/browser/cast_browser_process.cc',
183 'shell/browser/cast_browser_process.h',
182 'shell/browser/cast_content_browser_client.cc', 184 'shell/browser/cast_content_browser_client.cc',
183 'shell/browser/cast_content_browser_client.h', 185 'shell/browser/cast_content_browser_client.h',
184 'shell/browser/cast_http_user_agent_settings.cc', 186 'shell/browser/cast_http_user_agent_settings.cc',
185 'shell/browser/cast_http_user_agent_settings.h', 187 'shell/browser/cast_http_user_agent_settings.h',
186 'shell/browser/devtools/cast_dev_tools_delegate.cc', 188 'shell/browser/devtools/cast_dev_tools_delegate.cc',
187 'shell/browser/devtools/cast_dev_tools_delegate.h', 189 'shell/browser/devtools/cast_dev_tools_delegate.h',
188 'shell/browser/devtools/remote_debugging_server.cc', 190 'shell/browser/devtools/remote_debugging_server.cc',
189 'shell/browser/devtools/remote_debugging_server.h', 191 'shell/browser/devtools/remote_debugging_server.h',
190 'shell/browser/geolocation/cast_access_token_store.cc', 192 'shell/browser/geolocation/cast_access_token_store.cc',
191 'shell/browser/geolocation/cast_access_token_store.h', 193 'shell/browser/geolocation/cast_access_token_store.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '<@(_outputs)', 243 '<@(_outputs)',
242 ], 244 ],
243 'includes': [ 245 'includes': [
244 '../build/util/version.gypi', 246 '../build/util/version.gypi',
245 ], 247 ],
246 }, 248 },
247 ], 249 ],
248 }, 250 },
249 ], # end of targets 251 ], # end of targets
250 } 252 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/shell/browser/cast_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698