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

Side by Side Diff: components/dummy/BUILD.gn

Issue 2550093008: Experiment with what gets compiled where (Closed)
Patch Set: Created 4 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 | « no previous file | components/dummy/depend_on_me.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 static_library("depend_on_me") {
2 sources = [
3 "depend_on_me.h",
4 ]
5 deps = [
6 "//base",
7 ]
8 }
9
10 executable("dont_depend_on_me_im_broken") {
11 sources = [
12 "dont_depend_on_me_main.cc",
13 ]
14 deps = [
15 "//base",
16 ]
17 }
OLDNEW
« no previous file with comments | « no previous file | components/dummy/depend_on_me.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698