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

Side by Side Diff: BUILD.gn

Issue 657863003: Add Sky to the build system (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove non-existent target Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | sky/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 group("root") { 1 group("root") {
2 testonly = true 2 testonly = true
3 3
4 deps = [ 4 deps = [
5 "//mojo", 5 "//mojo",
6 "//sky",
6 "//tools/xdisplaycheck" 7 "//tools/xdisplaycheck"
7 ] 8 ]
8 } 9 }
OLDNEW
« no previous file with comments | « no previous file | sky/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698