| 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",
|
|
|