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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7342043: Fixed regression: various preferences were not persisted when changed from incognito window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 'browser/policy/policy_map_unittest.cc', 1529 'browser/policy/policy_map_unittest.cc',
1530 'browser/policy/policy_path_parser_unittest.cc', 1530 'browser/policy/policy_path_parser_unittest.cc',
1531 'browser/policy/testing_cloud_policy_subsystem.cc', 1531 'browser/policy/testing_cloud_policy_subsystem.cc',
1532 'browser/policy/testing_cloud_policy_subsystem.h', 1532 'browser/policy/testing_cloud_policy_subsystem.h',
1533 'browser/policy/testing_policy_url_fetcher_factory.cc', 1533 'browser/policy/testing_policy_url_fetcher_factory.cc',
1534 'browser/policy/testing_policy_url_fetcher_factory.h', 1534 'browser/policy/testing_policy_url_fetcher_factory.h',
1535 'browser/policy/user_policy_cache_unittest.cc', 1535 'browser/policy/user_policy_cache_unittest.cc',
1536 'browser/preferences_mock_mac.cc', 1536 'browser/preferences_mock_mac.cc',
1537 'browser/preferences_mock_mac.h', 1537 'browser/preferences_mock_mac.h',
1538 'browser/prefs/command_line_pref_store_unittest.cc', 1538 'browser/prefs/command_line_pref_store_unittest.cc',
1539 'browser/prefs/overlay_persistent_pref_store_unittest.cc', 1539 'browser/prefs/incognito_user_pref_store_unittest.cc',
1540 'browser/prefs/pref_change_registrar_unittest.cc', 1540 'browser/prefs/pref_change_registrar_unittest.cc',
1541 'browser/prefs/pref_member_unittest.cc', 1541 'browser/prefs/pref_member_unittest.cc',
1542 'browser/prefs/pref_model_associator_unittest.cc', 1542 'browser/prefs/pref_model_associator_unittest.cc',
1543 'browser/prefs/pref_notifier_impl_unittest.cc', 1543 'browser/prefs/pref_notifier_impl_unittest.cc',
1544 'browser/prefs/pref_service_unittest.cc', 1544 'browser/prefs/pref_service_unittest.cc',
1545 'browser/prefs/pref_set_observer_unittest.cc', 1545 'browser/prefs/pref_set_observer_unittest.cc',
1546 'browser/prefs/pref_value_map_unittest.cc', 1546 'browser/prefs/pref_value_map_unittest.cc',
1547 'browser/prefs/pref_value_store_unittest.cc', 1547 'browser/prefs/pref_value_store_unittest.cc',
1548 'browser/prefs/proxy_config_dictionary_unittest.cc', 1548 'browser/prefs/proxy_config_dictionary_unittest.cc',
1549 'browser/prefs/proxy_policy_unittest.cc', 1549 'browser/prefs/proxy_policy_unittest.cc',
(...skipping 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
4166 # Use outputs of this action as inputs for the main target build. 4166 # Use outputs of this action as inputs for the main target build.
4167 # Seems as a misnomer but makes this happy on Linux (scons). 4167 # Seems as a misnomer but makes this happy on Linux (scons).
4168 'process_outputs_as_sources': 1, 4168 'process_outputs_as_sources': 1,
4169 }, 4169 },
4170 ], # 'actions' 4170 ], # 'actions'
4171 }, 4171 },
4172 ] 4172 ]
4173 }], # 'coverage!=0' 4173 }], # 'coverage!=0'
4174 ], # 'conditions' 4174 ], # 'conditions'
4175 } 4175 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698