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

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

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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 | « blimp/test/run_all_unittests.cc ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GN args template for blimp Android client. 1 # Placeholder until bots are updated.
2 #
3 # Add import 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_client.gn\")" > out/foo/args.gn
6 # gn gen out/foo
7 #
8 # Use gn args to add your own build preference args.
9
10 target_os = "android"
11 is_component_build = true
12 enable_blimp_client = true
OLDNEW
« no previous file with comments | « blimp/test/run_all_unittests.cc ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698