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

Side by Side Diff: build/args/blimp_engine.gn

Issue 1757093002: Create gn arg templates for use with blimp builds. Update build doc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create gn arg templates for blimp builds. Created 4 years, 9 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
OLDNEW
(Empty)
1 # GN args template for a "bare" (outside docker) blimp engine.
2 #
3 # Copy to arg.gn in out directory and run gn gen on the directory to use.
4 # E.g. for out directory out/foo:
5 # echo "import(\"build/args/blimp_engine.gn\")" > out/foo/args.gn
6 # gn gen out/foo
7
8 import("//build/args/blimp.gn")
9
10 use_aura = true
11 use_ozone = true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698