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

Side by Side Diff: remoting/remoting.gyp

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'webapp/background.js', 199 'webapp/background.js',
200 'webapp/butter_bar.js', 200 'webapp/butter_bar.js',
201 'webapp/client_screen.js', 201 'webapp/client_screen.js',
202 'webapp/error.js', 202 'webapp/error.js',
203 'webapp/host_list.js', 203 'webapp/host_list.js',
204 'webapp/host_setup_dialog.js', 204 'webapp/host_setup_dialog.js',
205 'webapp/host_table_entry.js', 205 'webapp/host_table_entry.js',
206 'webapp/manifest.json.jinja2', 206 'webapp/manifest.json.jinja2',
207 'webapp/paired_client_manager.js', 207 'webapp/paired_client_manager.js',
208 'webapp/remoting.js', 208 'webapp/remoting.js',
209 'webapp/window_frame.js',
209 ], 210 ],
210 }, 211 },
211 'actions': [ 212 'actions': [
212 { 213 {
213 'action_name': 'verify_resources', 214 'action_name': 'verify_resources',
214 'inputs': [ 215 'inputs': [
215 'resources/remoting_strings.grd', 216 'resources/remoting_strings.grd',
216 'tools/verify_resources.py', 217 'tools/verify_resources.py',
217 '<@(sources)' 218 '<@(sources)'
218 ], 219 ],
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 309 ],
309 'export_dependent_settings': [ 310 'export_dependent_settings': [
310 '../third_party/libjingle/libjingle.gyp:libjingle', 311 '../third_party/libjingle/libjingle.gyp:libjingle',
311 ], 312 ],
312 'sources': [ 313 'sources': [
313 '<@(remoting_protocol_sources)', 314 '<@(remoting_protocol_sources)',
314 ], 315 ],
315 }, # end of target 'remoting_protocol' 316 }, # end of target 'remoting_protocol'
316 ], # end of targets 317 ], # end of targets
317 } 318 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698