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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2300453002: [Extensions] Begin making Extension port initialization asynchronous (Closed)
Patch Set: lazyboys Created 4 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index fe0d57d8eb3d4d81b946ca8224e36f8146a2b2bc..8d181aa1c94b92bf379cdb768c9f5e863b6d4169 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -243,8 +243,6 @@ static_library("renderer") {
"extensions/resource_request_policy.h",
"extensions/sync_file_system_custom_bindings.cc",
"extensions/sync_file_system_custom_bindings.h",
- "extensions/tabs_custom_bindings.cc",
- "extensions/tabs_custom_bindings.h",
"extensions/webstore_bindings.cc",
"extensions/webstore_bindings.h",
"media/cast_ipc_dispatcher.cc",

Powered by Google App Engine
This is Rietveld 408576698