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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7520023: Converted IncognitoForced boolean policy into IncognitoModeAvailability enum policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Converted incognito pref functions to a class. Created 9 years, 4 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
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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'browser/policy/policy_map_unittest.cc', 1553 'browser/policy/policy_map_unittest.cc',
1554 'browser/policy/policy_path_parser_unittest.cc', 1554 'browser/policy/policy_path_parser_unittest.cc',
1555 'browser/policy/testing_cloud_policy_subsystem.cc', 1555 'browser/policy/testing_cloud_policy_subsystem.cc',
1556 'browser/policy/testing_cloud_policy_subsystem.h', 1556 'browser/policy/testing_cloud_policy_subsystem.h',
1557 'browser/policy/testing_policy_url_fetcher_factory.cc', 1557 'browser/policy/testing_policy_url_fetcher_factory.cc',
1558 'browser/policy/testing_policy_url_fetcher_factory.h', 1558 'browser/policy/testing_policy_url_fetcher_factory.h',
1559 'browser/policy/user_policy_cache_unittest.cc', 1559 'browser/policy/user_policy_cache_unittest.cc',
1560 'browser/preferences_mock_mac.cc', 1560 'browser/preferences_mock_mac.cc',
1561 'browser/preferences_mock_mac.h', 1561 'browser/preferences_mock_mac.h',
1562 'browser/prefs/command_line_pref_store_unittest.cc', 1562 'browser/prefs/command_line_pref_store_unittest.cc',
1563 'browser/prefs/incognito_mode_prefs_unittest.cc',
1563 'browser/prefs/incognito_user_pref_store_unittest.cc', 1564 'browser/prefs/incognito_user_pref_store_unittest.cc',
1564 'browser/prefs/pref_change_registrar_unittest.cc', 1565 'browser/prefs/pref_change_registrar_unittest.cc',
1565 'browser/prefs/pref_member_unittest.cc', 1566 'browser/prefs/pref_member_unittest.cc',
1566 'browser/prefs/pref_model_associator_unittest.cc', 1567 'browser/prefs/pref_model_associator_unittest.cc',
1567 'browser/prefs/pref_notifier_impl_unittest.cc', 1568 'browser/prefs/pref_notifier_impl_unittest.cc',
1568 'browser/prefs/pref_service_unittest.cc', 1569 'browser/prefs/pref_service_unittest.cc',
1569 'browser/prefs/pref_set_observer_unittest.cc', 1570 'browser/prefs/pref_set_observer_unittest.cc',
1570 'browser/prefs/pref_value_map_unittest.cc', 1571 'browser/prefs/pref_value_map_unittest.cc',
1571 'browser/prefs/pref_value_store_unittest.cc', 1572 'browser/prefs/pref_value_store_unittest.cc',
1572 'browser/prefs/proxy_config_dictionary_unittest.cc', 1573 'browser/prefs/proxy_config_dictionary_unittest.cc',
(...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # Use outputs of this action as inputs for the main target build. 4360 # Use outputs of this action as inputs for the main target build.
4360 # Seems as a misnomer but makes this happy on Linux (scons). 4361 # Seems as a misnomer but makes this happy on Linux (scons).
4361 'process_outputs_as_sources': 1, 4362 'process_outputs_as_sources': 1,
4362 }, 4363 },
4363 ], # 'actions' 4364 ], # 'actions'
4364 }, 4365 },
4365 ] 4366 ]
4366 }], # 'coverage!=0' 4367 }], # 'coverage!=0'
4367 ], # 'conditions' 4368 ], # 'conditions'
4368 } 4369 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698