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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2967443004: [Extensions Bindings] Fix getPlatform() method (Closed)
Patch Set: Rebase Created 3 years, 5 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: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index c7722c0d319898266af94ebebd0d53f13cfdb6ff..1e43a67342e9506b2eed75f20b809d18c28dfb19 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -35,6 +35,8 @@ source_set("renderer") {
"bindings/api_binding_js_util.h",
"bindings/api_binding_types.cc",
"bindings/api_binding_types.h",
+ "bindings/api_binding_util.cc",
+ "bindings/api_binding_util.h",
"bindings/api_bindings_system.cc",
"bindings/api_bindings_system.h",
"bindings/api_event_handler.cc",
« no previous file with comments | « no previous file | extensions/renderer/bindings/api_binding.cc » ('j') | extensions/renderer/resources/binding.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698