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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1082083005: [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PNaCl bug ref to GN file. 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
5 { 7 {
6 'variables': { 8 'variables': {
7 9
8 # Jscompile proto files. 10 # Jscompile proto files.
9 # These provide type information for jscompile. 11 # These provide type information for jscompile.
10 'remoting_webapp_js_proto_files': [ 12 'remoting_webapp_js_proto_files': [
11 'webapp/js_proto/chrome_proto.js', 13 'webapp/js_proto/chrome_proto.js',
12 'webapp/js_proto/chrome_cast_proto.js', 14 'webapp/js_proto/chrome_cast_proto.js',
13 'webapp/js_proto/chrome_event_proto.js', 15 'webapp/js_proto/chrome_event_proto.js',
14 'webapp/js_proto/dom_proto.js', 16 'webapp/js_proto/dom_proto.js',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 '<(remoting_webapp_template_background)', 474 '<(remoting_webapp_template_background)',
473 '<(remoting_webapp_template_main)', 475 '<(remoting_webapp_template_main)',
474 '<(remoting_webapp_template_message_window)', 476 '<(remoting_webapp_template_message_window)',
475 '<(remoting_webapp_template_wcs_sandbox)', 477 '<(remoting_webapp_template_wcs_sandbox)',
476 '<@(remoting_webapp_template_files)', 478 '<@(remoting_webapp_template_files)',
477 '<@(remoting_webapp_crd_js_files)', 479 '<@(remoting_webapp_crd_js_files)',
478 ], 480 ],
479 481
480 }, 482 },
481 } 483 }
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