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

Side by Side Diff: chromecast/chromecast.gyp

Issue 659563004: Chromecast: extracts Linux window creation code to a common place. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, delete aura instance in ~CastBrowserProcess Created 6 years, 2 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 | « chromecast/browser/service/cast_service_simple.cc ('k') | no next file » | 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'app/cast_main_delegate.cc', 106 'app/cast_main_delegate.cc',
107 'app/cast_main_delegate.h', 107 'app/cast_main_delegate.h',
108 'browser/cast_browser_context.cc', 108 'browser/cast_browser_context.cc',
109 'browser/cast_browser_context.h', 109 'browser/cast_browser_context.h',
110 'browser/cast_browser_main_parts.cc', 110 'browser/cast_browser_main_parts.cc',
111 'browser/cast_browser_main_parts.h', 111 'browser/cast_browser_main_parts.h',
112 'browser/cast_browser_process.cc', 112 'browser/cast_browser_process.cc',
113 'browser/cast_browser_process.h', 113 'browser/cast_browser_process.h',
114 'browser/cast_content_browser_client.cc', 114 'browser/cast_content_browser_client.cc',
115 'browser/cast_content_browser_client.h', 115 'browser/cast_content_browser_client.h',
116 'browser/cast_content_window.cc',
117 'browser/cast_content_window.h',
116 'browser/cast_download_manager_delegate.cc', 118 'browser/cast_download_manager_delegate.cc',
117 'browser/cast_download_manager_delegate.h', 119 'browser/cast_download_manager_delegate.h',
118 'browser/cast_http_user_agent_settings.cc', 120 'browser/cast_http_user_agent_settings.cc',
119 'browser/cast_http_user_agent_settings.h', 121 'browser/cast_http_user_agent_settings.h',
120 'browser/cast_network_delegate.cc', 122 'browser/cast_network_delegate.cc',
121 'browser/cast_network_delegate.h', 123 'browser/cast_network_delegate.h',
122 'browser/devtools/cast_dev_tools_delegate.cc', 124 'browser/devtools/cast_dev_tools_delegate.cc',
123 'browser/devtools/cast_dev_tools_delegate.h', 125 'browser/devtools/cast_dev_tools_delegate.h',
124 'browser/devtools/remote_debugging_server.cc', 126 'browser/devtools/remote_debugging_server.cc',
125 'browser/devtools/remote_debugging_server.h', 127 'browser/devtools/remote_debugging_server.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'sources': [ 436 'sources': [
435 'browser/test/chromecast_browser_test.cc', 437 'browser/test/chromecast_browser_test.cc',
436 'browser/test/chromecast_browser_test.h', 438 'browser/test/chromecast_browser_test.h',
437 'browser/test/chromecast_browser_test_runner.cc', 439 'browser/test/chromecast_browser_test_runner.cc',
438 ], 440 ],
439 }, 441 },
440 ], # end of targets 442 ], # end of targets
441 }], 443 }],
442 ], # end of conditions 444 ], # end of conditions
443 } 445 }
OLDNEW
« no previous file with comments | « chromecast/browser/service/cast_service_simple.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698