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

Unified Diff: extensions/browser/BUILD.gn

Issue 556563003: Move ExtensionOptionsGuest code from chrome to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn 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 | « chrome/common/extensions/api/schemas.gypi ('k') | extensions/browser/api/extensions_api_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 84c5c0c1cef93fcf3b1aa929b3d6e6690b37d308..ed383d380bcd7aa31f09afa05096fa4e6249b4ae 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -310,6 +310,12 @@ source_set("browser") {
"guest_view/app_view/app_view_guest.h",
"guest_view/app_view/app_view_guest_delegate.cc",
"guest_view/app_view/app_view_guest_delegate.h",
+ "guest_view/extension_options/extension_options_constants.cc",
+ "guest_view/extension_options/extension_options_constants.h",
+ "guest_view/extension_options/extension_options_guest.cc",
+ "guest_view/extension_options/extension_options_guest.h",
+ "guest_view/extension_options/extension_options_guest_delegate.cc",
+ "guest_view/extension_options/extension_options_guest_delegate.h",
"guest_view/guest_view_base.cc",
"guest_view/guest_view_base.h",
"guest_view/guest_view_constants.cc",
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | extensions/browser/api/extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698