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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 static_library("common") {
2 output_name = "framelet_common"
3 sources = [
4 "framelet_constants.cc",
5 "framelet_constants.h",
6 "framelet_messages.h",
7 ]
8
9 deps = [
10 "//base",
11 "//ipc",
12 ]
13 }
OLDNEW
« 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