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

Unified Diff: Source/devtools/BUILD.gn

Issue 1086983002: [DevTools] Add "remoteModules" experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 0c133ec2f55b6c5904255952f73f65b06ff1743b..52d66b4fbecd5e045ad190881ea81e67f3be81d1 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -122,6 +122,7 @@ action("generate_devtools_grd") {
static_files += all_devtools_files + [ "front_end/Runtime.js" ]
} else {
# Release: pick compiled non-remote files and lazy-loaded CSS.
+ # TODO(dgozman): remove remote modules from here once experiment is over.
generated_files = [
resources_out_dir + "devtools.css",
resources_out_dir + "devtools.html",
« no previous file with comments | « no previous file | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698