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

Unified Diff: extensions/common/BUILD.gn

Issue 577453002: Rename ChromeBrowserPluginDelegate to GuestViewContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved GuestViewContainer to ENABLE_EXTENSIONS guard 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
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 5ff90bf0302687c940e5d5e08258731b1468c1ed..c71a7c6e1c9f900b0c7c3f8db059abe595552943 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -84,6 +84,8 @@ source_set("common") {
"features/simple_feature_filter.h",
"file_util.cc",
"file_util.h",
+ "guest_view/guest_view_constants.cc",
+ "guest_view/guest_view_constants.h",
"install_warning.cc",
"install_warning.h",
"manifest.cc",

Powered by Google App Engine
This is Rietveld 408576698