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

Unified Diff: extensions/browser/guest_view/web_view/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial 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: extensions/browser/guest_view/web_view/BUILD.gn
diff --git a/extensions/browser/guest_view/web_view/BUILD.gn b/extensions/browser/guest_view/web_view/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..25633a63bea9ff81288297a4866b56377ed68eb3
--- /dev/null
+++ b/extensions/browser/guest_view/web_view/BUILD.gn
@@ -0,0 +1,30 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+source_set("web_view") {
+ sources = [
+ "javascript_dialog_helper.cc",
+ "javascript_dialog_helper.h",
+ "web_view_constants.cc",
+ "web_view_constants.h",
+ "web_view_content_script_manager.cc",
+ "web_view_content_script_manager.h",
+ "web_view_find_helper.cc",
+ "web_view_find_helper.h",
+ "web_view_guest.cc",
+ "web_view_guest.h",
+ "web_view_guest_delegate.h",
+ "web_view_permission_helper.cc",
+ "web_view_permission_helper.h",
+ "web_view_permission_helper_delegate.cc",
+ "web_view_permission_helper_delegate.h",
+ "web_view_permission_types.h",
+ "web_view_renderer_state.cc",
+ "web_view_renderer_state.h",
+ ]
+
+ deps = [
+ "//content/public/browser",
+ "//skia",
+ ]
+}
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | extensions/browser/guest_view/web_view/web_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698