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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 804783002: Improve DPI matching & scaling logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « no previous file | remoting/webapp/crd/js/desktop_connected_view.js » ('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 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 # background.js is where the onLoad handler is defined, which 172 # background.js is where the onLoad handler is defined, which
173 # makes it the entry point of the background page. 173 # makes it the entry point of the background page.
174 'webapp/crd/js/background.js', 174 'webapp/crd/js/background.js',
175 ], 175 ],
176 # The unit test cases for the webapp 176 # The unit test cases for the webapp
177 'remoting_webapp_unittest_js_files': [ 177 'remoting_webapp_unittest_js_files': [
178 'webapp/unittests/chrome_mocks.js', 178 'webapp/unittests/chrome_mocks.js',
179 'webapp/js_proto/chrome_proto.js', 179 'webapp/js_proto/chrome_proto.js',
180 'webapp/unittests/apps_v2_migration_unittest.js', 180 'webapp/unittests/apps_v2_migration_unittest.js',
181 'webapp/unittests/base_unittest.js', 181 'webapp/unittests/base_unittest.js',
182 'webapp/unittests/desktop_connected_view_unittest.js',
182 'webapp/unittests/dns_blackhole_checker_unittest.js', 183 'webapp/unittests/dns_blackhole_checker_unittest.js',
183 'webapp/unittests/event_hook_unittest.js', 184 'webapp/unittests/event_hook_unittest.js',
184 'webapp/unittests/fallback_signal_strategy_unittest.js', 185 'webapp/unittests/fallback_signal_strategy_unittest.js',
185 'webapp/unittests/ipc_unittest.js', 186 'webapp/unittests/ipc_unittest.js',
186 'webapp/unittests/it2me_helpee_channel_unittest.js', 187 'webapp/unittests/it2me_helpee_channel_unittest.js',
187 'webapp/unittests/it2me_helper_channel_unittest.js', 188 'webapp/unittests/it2me_helper_channel_unittest.js',
188 'webapp/unittests/it2me_service_unittest.js', 189 'webapp/unittests/it2me_service_unittest.js',
189 'webapp/unittests/l10n_unittest.js', 190 'webapp/unittests/l10n_unittest.js',
190 'webapp/unittests/menu_button_unittest.js', 191 'webapp/unittests/menu_button_unittest.js',
191 'webapp/unittests/xmpp_connection_unittest.js', 192 'webapp/unittests/xmpp_connection_unittest.js',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'webapp/crd/manifest.json.jinja2', 370 'webapp/crd/manifest.json.jinja2',
370 '<(remoting_webapp_template_main)', 371 '<(remoting_webapp_template_main)',
371 '<(remoting_webapp_template_wcs_sandbox)', 372 '<(remoting_webapp_template_wcs_sandbox)',
372 '<(remoting_webapp_template_background)', 373 '<(remoting_webapp_template_background)',
373 '<@(remoting_webapp_template_files)', 374 '<@(remoting_webapp_template_files)',
374 '<@(remoting_webapp_crd_js_files)', 375 '<@(remoting_webapp_crd_js_files)',
375 ], 376 ],
376 377
377 }, 378 },
378 } 379 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/crd/js/desktop_connected_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698