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

Unified Diff: content/browser/resources/gpu/gpu_internals.js

Issue 2617823002: GRIT: put <if> and <include> behind comments in .js files to make syntactically valid JS (Closed)
Patch Set: add dep Created 3 years, 11 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
Index: content/browser/resources/gpu/gpu_internals.js
diff --git a/content/browser/resources/gpu/gpu_internals.js b/content/browser/resources/gpu/gpu_internals.js
index 49b43e2553e7228237047064339f08835d56c860..3968b2187dffa43027e048d5b877e358a2b11038 100644
--- a/content/browser/resources/gpu/gpu_internals.js
+++ b/content/browser/resources/gpu/gpu_internals.js
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="browser_bridge.js"/>
-<include src="info_view.js"/>
+// <include src="browser_bridge.js">
+// <include src="info_view.js">
var browserBridge;

Powered by Google App Engine
This is Rietveld 408576698