Sat, 03 Jan 2015 20:18:00 +0100
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.
michael@0 | 1 | # Copyright (c) 2010 The ANGLE Project Authors. All rights reserved. |
michael@0 | 2 | # Use of this source code is governed by a BSD-style license that can be |
michael@0 | 3 | # found in the LICENSE file. |
michael@0 | 4 | |
michael@0 | 5 | { |
michael@0 | 6 | 'targets': [ |
michael@0 | 7 | { |
michael@0 | 8 | 'target_name': 'all', |
michael@0 | 9 | 'type': 'none', |
michael@0 | 10 | 'dependencies': [ |
michael@0 | 11 | # TODO(alokp): build_ prefix should be removed from the gyp files |
michael@0 | 12 | # as soon as we can get rid of manually-maintained sln files. |
michael@0 | 13 | # Otherwise auto-generated sln files will overwrite/conflict the |
michael@0 | 14 | # manually maintained ones. |
michael@0 | 15 | '../samples/build_samples.gyp:*', |
michael@0 | 16 | '../src/build_angle.gyp:*', |
michael@0 | 17 | '../tests/build_tests.gyp:*', |
michael@0 | 18 | ], |
michael@0 | 19 | }, |
michael@0 | 20 | ], |
michael@0 | 21 | } |
michael@0 | 22 | |
michael@0 | 23 | # Local Variables: |
michael@0 | 24 | # tab-width:2 |
michael@0 | 25 | # indent-tabs-mode:nil |
michael@0 | 26 | # End: |
michael@0 | 27 | # vim: set expandtab tabstop=2 shiftwidth=2: |