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

Unified Diff: extensions/renderer/BUILD.gn

Issue 534163002: Move app.window API implementation to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix OWNERS Created 6 years, 3 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 | « extensions/extensions.gyp ('k') | extensions/renderer/app_window_custom_bindings.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 8128b34161e2030f8a8edbc85c5b912f4ecfd74a..1650b2dc1dc22a81c1aab6d1e8712400ac5f7e93 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -13,6 +13,8 @@ source_set("renderer") {
"api_definitions_natives.h",
"app_runtime_custom_bindings.cc",
"app_runtime_custom_bindings.h",
+ "app_window_custom_bindings.cc",
+ "app_window_custom_bindings.h",
"binding_generating_native_handler.cc",
"binding_generating_native_handler.h",
"blob_native_handler.cc",
@@ -76,6 +78,7 @@ source_set("renderer") {
"resource_bundle_source_map.cc",
"resource_bundle_source_map.h",
"resources/app_runtime_custom_bindings.js",
+ "resources/app_window_custom_bindings.js",
"resources/binding.js",
"resources/context_menus_custom_bindings.js",
"resources/entry_id_manager.js",
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/app_window_custom_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698