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

Side by Side Diff: remoting/remoting.gyp

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address 2nd round feedbacks Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/remoting_client.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '<(SHARED_INTERMEDIATE_DIR)/main.html', 158 '<(SHARED_INTERMEDIATE_DIR)/main.html',
159 'base/resources_unittest.cc', 159 'base/resources_unittest.cc',
160 'host/continue_window_mac.mm', 160 'host/continue_window_mac.mm',
161 'host/disconnect_window_mac.mm', 161 'host/disconnect_window_mac.mm',
162 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 162 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
163 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 163 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
164 'host/win/core.rc.jinja2', 164 'host/win/core.rc.jinja2',
165 'host/win/host_messages.mc.jinja2', 165 'host/win/host_messages.mc.jinja2',
166 'host/win/version.rc.jinja2', 166 'host/win/version.rc.jinja2',
167 'resources/play_store_resources.cc', 167 'resources/play_store_resources.cc',
168 'webapp/background.js', 168 'webapp/background/background.js',
169 'webapp/butter_bar.js', 169 'webapp/butter_bar.js',
170 'webapp/client_screen.js', 170 'webapp/client_screen.js',
171 'webapp/error.js', 171 'webapp/error.js',
172 'webapp/host_list.js', 172 'webapp/host_list.js',
173 'webapp/host_setup_dialog.js', 173 'webapp/host_setup_dialog.js',
174 'webapp/host_table_entry.js', 174 'webapp/host_table_entry.js',
175 'webapp/manifest.json.jinja2', 175 'webapp/manifest.json.jinja2',
176 'webapp/paired_client_manager.js', 176 'webapp/paired_client_manager.js',
177 'webapp/remoting.js', 177 'webapp/remoting.js',
178 'webapp/window_frame.js', 178 'webapp/window_frame.js',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ], 278 ],
279 'export_dependent_settings': [ 279 'export_dependent_settings': [
280 '../third_party/libjingle/libjingle.gyp:libjingle', 280 '../third_party/libjingle/libjingle.gyp:libjingle',
281 ], 281 ],
282 'sources': [ 282 'sources': [
283 '<@(remoting_protocol_sources)', 283 '<@(remoting_protocol_sources)',
284 ], 284 ],
285 }, # end of target 'remoting_protocol' 285 }, # end of target 'remoting_protocol'
286 ], # end of targets 286 ], # end of targets
287 } 287 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698