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

Side by Side Diff: remoting/remoting.gyp

Issue 12261039: Include OpenSans font in the web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | remoting/webapp/main.html » ('j') | remoting/webapp/main.html » ('J')
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 10
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'resources/infographic_my_computers.webp', 147 'resources/infographic_my_computers.webp',
148 'resources/infographic_remote_assistance.webp', 148 'resources/infographic_remote_assistance.webp',
149 'resources/tick.webp', 149 'resources/tick.webp',
150 'webapp/connection_history.css', 150 'webapp/connection_history.css',
151 'webapp/connection_stats.css', 151 'webapp/connection_stats.css',
152 'webapp/main.css', 152 'webapp/main.css',
153 'webapp/main.html', 153 'webapp/main.html',
154 'webapp/manifest.json', 154 'webapp/manifest.json',
155 'webapp/menu_button.css', 155 'webapp/menu_button.css',
156 'webapp/oauth2_callback.html', 156 'webapp/oauth2_callback.html',
157 'webapp/open_sans.css',
158 'webapp/open_sans.woff',
157 'webapp/scale-to-fit.webp', 159 'webapp/scale-to-fit.webp',
158 'webapp/spinner.gif', 160 'webapp/spinner.gif',
159 'webapp/toolbar.css', 161 'webapp/toolbar.css',
160 'webapp/wcs_sandbox.html', 162 'webapp/wcs_sandbox.html',
161 ], 163 ],
162 'remoting_webapp_js_files': [ 164 'remoting_webapp_js_files': [
163 'webapp/client_plugin.js', 165 'webapp/client_plugin.js',
164 'webapp/client_plugin_async.js', 166 'webapp/client_plugin_async.js',
165 'webapp/client_screen.js', 167 'webapp/client_screen.js',
166 'webapp/client_session.js', 168 'webapp/client_session.js',
(...skipping 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after
2484 '../base/allocator/allocator.gyp:allocator', 2486 '../base/allocator/allocator.gyp:allocator',
2485 ], 2487 ],
2486 }, 2488 },
2487 ], 2489 ],
2488 ], 2490 ],
2489 }], # end of 'toolkit_uses_gtk == 1' 2491 }], # end of 'toolkit_uses_gtk == 1'
2490 ], # end of 'conditions' 2492 ], # end of 'conditions'
2491 }, # end of target 'remoting_unittests' 2493 }, # end of target 'remoting_unittests'
2492 ], # end of targets 2494 ], # end of targets
2493 } 2495 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/main.html » ('j') | remoting/webapp/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698