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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 895523004: [Chromoting] Add ability to enable/disable GDrive support per-app in gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'webapp/crd/js/client_session.js', 50 'webapp/crd/js/client_session.js',
51 'webapp/crd/js/clipboard.js', 51 'webapp/crd/js/clipboard.js',
52 'webapp/crd/js/hangout_session.js', 52 'webapp/crd/js/hangout_session.js',
53 'webapp/crd/js/session_connector.js', 53 'webapp/crd/js/session_connector.js',
54 'webapp/crd/js/session_connector_impl.js', 54 'webapp/crd/js/session_connector_impl.js',
55 'webapp/crd/js/smart_reconnector.js', 55 'webapp/crd/js/smart_reconnector.js',
56 'webapp/crd/js/video_frame_recorder.js', 56 'webapp/crd/js/video_frame_recorder.js',
57 ], 57 ],
58 # Remoting core JavaScript files. 58 # Remoting core JavaScript files.
59 'remoting_webapp_js_core_files': [ 59 'remoting_webapp_js_core_files': [
60 'webapp/base/js/app_features.js',
60 'webapp/base/js/application.js', 61 'webapp/base/js/application.js',
61 'webapp/base/js/base.js', 62 'webapp/base/js/base.js',
62 'webapp/base/js/ipc.js', 63 'webapp/base/js/ipc.js',
63 'webapp/base/js/platform.js', 64 'webapp/base/js/platform.js',
64 'webapp/crd/js/apps_v2_migration.js', 65 'webapp/crd/js/apps_v2_migration.js',
65 'webapp/crd/js/error.js', 66 'webapp/crd/js/error.js',
66 'webapp/crd/js/event_handlers.js', 67 'webapp/crd/js/event_handlers.js',
67 'webapp/crd/js/plugin_settings.js', 68 'webapp/crd/js/plugin_settings.js',
68 # TODO(garykac) Split out UI client stuff from remoting.js. 69 # TODO(garykac) Split out UI client stuff from remoting.js.
69 'webapp/crd/js/remoting.js', 70 'webapp/crd/js/remoting.js',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'webapp/crd/manifest.json.jinja2', 360 'webapp/crd/manifest.json.jinja2',
360 '<(remoting_webapp_template_main)', 361 '<(remoting_webapp_template_main)',
361 '<(remoting_webapp_template_wcs_sandbox)', 362 '<(remoting_webapp_template_wcs_sandbox)',
362 '<(remoting_webapp_template_background)', 363 '<(remoting_webapp_template_background)',
363 '<@(remoting_webapp_template_files)', 364 '<@(remoting_webapp_template_files)',
364 '<@(remoting_webapp_crd_js_files)', 365 '<@(remoting_webapp_crd_js_files)',
365 ], 366 ],
366 367
367 }, 368 },
368 } 369 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698