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

Side by Side Diff: build/args/blimp.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 # Base GN arg template for blimp.
2 # Shared development settings for blimp engine and client.
3
4 is_debug = true
5 is_clang = true
6 symbol_level = 1 # Use -g1 instead of -g2
7 use_goma = true
Dirk Pranke 2016/03/02 23:57:32 I don't really think we should check this file in
OLDNEW
« no previous file with comments | « blimp/docs/build.md ('k') | build/args/blimp_client.gn » ('j') | build/args/blimp_client.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698