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

Side by Side Diff: build/release.gypi

Issue 523027: Removing the last remaining vsprops files.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 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 | « build/internal/release_impl_official.vsprops ('k') | build/release.vsprops » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
OLDNEW
(Empty)
1 {
2 'conditions': [
3 # Handle build types.
4 ['buildtype=="Dev"', {
5 'includes': ['internal/release_impl.gypi'],
6 }],
7 ['buildtype=="Official"', {
8 'includes': ['internal/release_impl_official.gypi'],
9 }],
10 # TODO(bradnelson): may also need:
11 # checksenabled
12 # coverage
13 # dom_stats
14 # pgo_instrument
15 # pgo_optimize
16 # purify
17 ],
18 }
19
OLDNEW
« no previous file with comments | « build/internal/release_impl_official.vsprops ('k') | build/release.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698