toolkit/crashreporter/google-breakpad/src/client/windows/build/release.gypi

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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 }

mercurial