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_webapp_files.gypi

Issue 1090023004: Revert of [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/remoting_enable.gypi ('k') | remoting/webapp/BUILD.gn » ('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 # Keep in sync with remoting/webapp/files.gni.
6
7 { 5 {
8 'variables': { 6 'variables': {
9 7
10 # Jscompile proto files. 8 # Jscompile proto files.
11 # These provide type information for jscompile. 9 # These provide type information for jscompile.
12 'remoting_webapp_js_proto_files': [ 10 'remoting_webapp_js_proto_files': [
13 'webapp/js_proto/chrome_proto.js', 11 'webapp/js_proto/chrome_proto.js',
14 'webapp/js_proto/chrome_cast_proto.js', 12 'webapp/js_proto/chrome_cast_proto.js',
15 'webapp/js_proto/chrome_event_proto.js', 13 'webapp/js_proto/chrome_event_proto.js',
16 'webapp/js_proto/dom_proto.js', 14 'webapp/js_proto/dom_proto.js',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 '<(remoting_webapp_template_background)', 472 '<(remoting_webapp_template_background)',
475 '<(remoting_webapp_template_main)', 473 '<(remoting_webapp_template_main)',
476 '<(remoting_webapp_template_message_window)', 474 '<(remoting_webapp_template_message_window)',
477 '<(remoting_webapp_template_wcs_sandbox)', 475 '<(remoting_webapp_template_wcs_sandbox)',
478 '<@(remoting_webapp_template_files)', 476 '<@(remoting_webapp_template_files)',
479 '<@(remoting_webapp_crd_js_files)', 477 '<@(remoting_webapp_crd_js_files)',
480 ], 478 ],
481 479
482 }, 480 },
483 } 481 }
OLDNEW
« no previous file with comments | « remoting/remoting_enable.gypi ('k') | remoting/webapp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698