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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 139283010: Break some parts of remoting.gyp into separate .gypi files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add icudtl.dat (lost in merge) Created 6 years, 10 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
« remoting/remoting_client.gypi ('K') | « remoting/remoting_webapp.gypi ('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 'remoting_webapp_info_files': [ 7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp', 8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp', 9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp', 10 'resources/chromoting128.webp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'webapp/wcs_sandbox.html', 131 'webapp/wcs_sandbox.html',
132 ], 132 ],
133 133
134 'remoting_webapp_files': [ 134 'remoting_webapp_files': [
135 '<@(remoting_webapp_info_files)', 135 '<@(remoting_webapp_info_files)',
136 '<@(remoting_webapp_js_files)', 136 '<@(remoting_webapp_js_files)',
137 '<@(remoting_webapp_resource_files)', 137 '<@(remoting_webapp_resource_files)',
138 ], 138 ],
139 }, 139 },
140 } 140 }
OLDNEW
« remoting/remoting_client.gypi ('K') | « remoting/remoting_webapp.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698