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

Unified Diff: extensions/renderer/BUILD.gn

Issue 655273005: Implement AutomationNode.querySelector(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix heap-use-after-free issue by not keeping a scoped_ptr to automation_api_helper in extension_hel… Created 6 years, 1 month 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 | « extensions/extensions.gyp ('k') | extensions/renderer/api/automation/automation_api_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index 703ad5f74d7b98e5229d0feb3596a1dfd85614b7..740f329780dbab2db8eb454c35558a5ec08105e8 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -11,6 +11,8 @@ source_set("renderer") {
sources = [
"activity_log_converter_strategy.cc",
"activity_log_converter_strategy.h",
+ "api/automation/automation_api_helper.cc",
+ "api/automation/automation_api_helper.h",
"api_activity_logger.cc",
"api_activity_logger.h",
"api_definitions_natives.cc",
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/api/automation/automation_api_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698