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

Unified Diff: content/browser/resources/media/webrtc_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/media/webrtc_internals.js
diff --git a/content/browser/resources/media/webrtc_internals.js b/content/browser/resources/media/webrtc_internals.js
index 5ccdf399e97ee392adab07355c69a765744c8e5e..8ada8ade8d36b0ae622ebae3d4ed457ee1d047e1 100644
--- a/content/browser/resources/media/webrtc_internals.js
+++ b/content/browser/resources/media/webrtc_internals.js
@@ -83,13 +83,13 @@ var PeerConnectionRecord = (function() {
// will be shifted out when the buffer is full.
var MAX_STATS_DATA_POINT_BUFFER_SIZE = 1000;
-<include src="tab_view.js"/>
-<include src="data_series.js"/>
-<include src="ssrc_info_manager.js"/>
-<include src="stats_graph_helper.js"/>
-<include src="stats_table.js"/>
-<include src="peer_connection_update_table.js"/>
-<include src="dump_creator.js"/>
+// <include src="tab_view.js">
+// <include src="data_series.js">
+// <include src="ssrc_info_manager.js">
+// <include src="stats_graph_helper.js">
+// <include src="stats_table.js">
+// <include src="peer_connection_update_table.js">
+// <include src="dump_creator.js">
function initialize() {
« no previous file with comments | « content/browser/resources/media/stats_graph_helper.js ('k') | ui/file_manager/audio_player/js/audio_player_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698