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

Unified Diff: remoting/webapp/files.gni

Issue 1196453003: chromoting: Add JS externs for qunit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't forget the gypi. Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/externs/qunit.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/files.gni
diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
index 39bc081b99bf1bfcb426e30c4edd5a2c202b943f..12738af0bd169913e166f660495e7d938fcf3135 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -13,6 +13,9 @@
# Please keep this file in sync with remoting/remoting_webapp_files.gypi
# and remoting/app_remoting_webapp_files.gypi.
+# JSCompiler externs.
+remoting_webapp_js_externs = [ "externs/qunit.js" ]
+
# Jscompile proto files.
# These provide type information for jscompile.
remoting_webapp_js_proto_files = [
« no previous file with comments | « remoting/webapp/externs/qunit.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698