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

Side by Side Diff: components/framelet/common/BUILD.gn

Issue 1531533002: wjm day 2 work (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
« no previous file with comments | « components/framelet/browser/DEPS ('k') | components/framelet/common/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 static_library("common") { 1 static_library("common") {
2 output_name = "framelet_common" 2 output_name = "framelet_common"
3 sources = [ 3 sources = [
4 "framelet_constants.cc", 4 "framelet_constants.cc",
5 "framelet_constants.h", 5 "framelet_constants.h",
6 "framelet_message_generator.cc",
7 "framelet_message_generator.h",
6 "framelet_messages.h", 8 "framelet_messages.h",
7 ] 9 ]
8 10
9 deps = [ 11 deps = [
10 "//base", 12 "//base",
11 "//ipc", 13 "//ipc",
12 ] 14 ]
13 } 15 }
OLDNEW
« no previous file with comments | « components/framelet/browser/DEPS ('k') | components/framelet/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698