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

Unified Diff: remoting/remoting_webapp_files.gypi

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/remoting_webapp_compile.gypi ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index abae97741e4ff3e29368c20b2c453353d507a8ba..66ccd5c4f4a7545b8f4172d3b27546cfbb0ce43a 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -15,6 +15,11 @@
{
'variables': {
+ # JSCompiler externs.
+ 'remoting_webapp_js_externs': [
+ 'webapp/externs/qunit.js',
+ ],
+
# Jscompile proto files.
# These provide type information for jscompile.
'remoting_webapp_js_proto_files': [
« no previous file with comments | « remoting/remoting_webapp_compile.gypi ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698