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

Unified Diff: components/framelet/common/BUILD.gn

Issue 1529653002: Prototype FrameletGuest/Container Class stubs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « components/framelet/browser/framelet_guest.cc ('k') | components/framelet/common/framelet_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/framelet/common/BUILD.gn
diff --git a/components/framelet/common/BUILD.gn b/components/framelet/common/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..9718eecf94a088eb5e645175209e6a8215fb2d8c
--- /dev/null
+++ b/components/framelet/common/BUILD.gn
@@ -0,0 +1,13 @@
+static_library("common") {
+ output_name = "framelet_common"
+ sources = [
+ "framelet_constants.cc",
+ "framelet_constants.h",
+ "framelet_messages.h",
+ ]
+
+ deps = [
+ "//base",
+ "//ipc",
+ ]
+}
« no previous file with comments | « components/framelet/browser/framelet_guest.cc ('k') | components/framelet/common/framelet_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698