Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
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 ],
17 }