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

Side by Side Diff: remoting/remoting.gyp

Issue 9903008: Added first-run infographic screens for IT2Me and Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 8 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/resources/infographic_my_computers.png » ('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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'webapp/toolbar.js', 159 'webapp/toolbar.js',
160 'webapp/ui_mode.js', 160 'webapp/ui_mode.js',
161 'webapp/wcs.js', 161 'webapp/wcs.js',
162 'webapp/wcs_loader.js', 162 'webapp/wcs_loader.js',
163 'webapp/xhr.js', 163 'webapp/xhr.js',
164 'resources/chromoting16.png', 164 'resources/chromoting16.png',
165 'resources/chromoting48.png', 165 'resources/chromoting48.png',
166 'resources/chromoting128.png', 166 'resources/chromoting128.png',
167 'resources/disclosure_arrow_down.png', 167 'resources/disclosure_arrow_down.png',
168 'resources/disclosure_arrow_right.png', 168 'resources/disclosure_arrow_right.png',
169 'resources/infographic_my_computers.png',
170 'resources/infographic_remote_assistance.png',
169 'resources/tick.png', 171 'resources/tick.png',
170 ], 172 ],
171 }, 173 },
172 174
173 'target_defaults': { 175 'target_defaults': {
174 'defines': [ 176 'defines': [
175 ], 177 ],
176 'include_dirs': [ 178 'include_dirs': [
177 '..', # Root of Chrome checkout 179 '..', # Root of Chrome checkout
178 ], 180 ],
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 '../base/allocator/allocator.gyp:allocator', 1305 '../base/allocator/allocator.gyp:allocator',
1304 ], 1306 ],
1305 }, 1307 },
1306 ], 1308 ],
1307 ], 1309 ],
1308 }], 1310 }],
1309 ], # end of 'conditions' 1311 ], # end of 'conditions'
1310 }, # end of target 'remoting_unittests' 1312 }, # end of target 'remoting_unittests'
1311 ], # end of targets 1313 ], # end of targets
1312 } 1314 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/infographic_my_computers.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698