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

Unified Diff: Source/devtools/BUILD.gn

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 59102ab1287afb8ec5fe7409cb2e6c74d5a3077e..4a6340695e05ababab739ab400a31aef34c22a5e 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -40,6 +40,7 @@ devtools_modules_js_files =
gypi_values.devtools_elements_js_files +
gypi_values.devtools_emulated_devices_js_files +
devtools_extensions_js_files +
+ gypi_values.devtools_frameworks_support_js_files +
gypi_values.devtools_heap_snapshot_worker_js_files +
gypi_values.devtools_layers_js_files +
gypi_values.devtools_network_js_files +
@@ -146,6 +147,7 @@ action("generate_devtools_grd") {
resources_out_dir + "components_lazy_module.js",
resources_out_dir + "console_module.js",
resources_out_dir + "elements_module.js",
+ resources_out_dir + "frameworks_support_module.js",
resources_out_dir + "heap_snapshot_worker_module.js",
resources_out_dir + "layers_module.js",
resources_out_dir + "network_module.js",
@@ -259,6 +261,7 @@ action("build_applications") {
resources_out_dir + "console_module.js",
resources_out_dir + "elements_module.js",
resources_out_dir + "emulated_devices_module.js",
+ resources_out_dir + "frameworks_support_module.js",
resources_out_dir + "heap_snapshot_worker_module.js",
resources_out_dir + "layers_module.js",
resources_out_dir + "network_module.js",

Powered by Google App Engine
This is Rietveld 408576698