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

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: Removed file added accidentally. 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
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'webapp/background.js', 195 'webapp/background.js',
196 'webapp/butter_bar.js', 196 'webapp/butter_bar.js',
197 'webapp/client_screen.js', 197 'webapp/client_screen.js',
198 'webapp/error.js', 198 'webapp/error.js',
199 'webapp/host_list.js', 199 'webapp/host_list.js',
200 'webapp/host_setup_dialog.js', 200 'webapp/host_setup_dialog.js',
201 'webapp/host_table_entry.js', 201 'webapp/host_table_entry.js',
202 'webapp/manifest.json.jinja2', 202 'webapp/manifest.json.jinja2',
203 'webapp/paired_client_manager.js', 203 'webapp/paired_client_manager.js',
204 'webapp/remoting.js', 204 'webapp/remoting.js',
205 'webapp/title_bar.js',
205 ], 206 ],
206 }, 207 },
207 'actions': [ 208 'actions': [
208 { 209 {
209 'action_name': 'verify_resources', 210 'action_name': 'verify_resources',
210 'inputs': [ 211 'inputs': [
211 'resources/remoting_strings.grd', 212 'resources/remoting_strings.grd',
212 'tools/verify_resources.py', 213 'tools/verify_resources.py',
213 '<@(sources)' 214 '<@(sources)'
214 ], 215 ],
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ], 305 ],
305 'export_dependent_settings': [ 306 'export_dependent_settings': [
306 '../third_party/libjingle/libjingle.gyp:libjingle', 307 '../third_party/libjingle/libjingle.gyp:libjingle',
307 ], 308 ],
308 'sources': [ 309 'sources': [
309 '<@(remoting_protocol_sources)', 310 '<@(remoting_protocol_sources)',
310 ], 311 ],
311 }, # end of target 'remoting_protocol' 312 }, # end of target 'remoting_protocol'
312 ], # end of targets 313 ], # end of targets
313 } 314 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/resources/remoting_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698