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

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: Removed unnecessary comment. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'browser/policy/policy_map_unittest.cc', 1558 'browser/policy/policy_map_unittest.cc',
1559 'browser/policy/policy_path_parser_unittest.cc', 1559 'browser/policy/policy_path_parser_unittest.cc',
1560 'browser/policy/testing_cloud_policy_subsystem.cc', 1560 'browser/policy/testing_cloud_policy_subsystem.cc',
1561 'browser/policy/testing_cloud_policy_subsystem.h', 1561 'browser/policy/testing_cloud_policy_subsystem.h',
1562 'browser/policy/testing_policy_url_fetcher_factory.cc', 1562 'browser/policy/testing_policy_url_fetcher_factory.cc',
1563 'browser/policy/testing_policy_url_fetcher_factory.h', 1563 'browser/policy/testing_policy_url_fetcher_factory.h',
1564 'browser/policy/user_policy_cache_unittest.cc', 1564 'browser/policy/user_policy_cache_unittest.cc',
1565 'browser/preferences_mock_mac.cc', 1565 'browser/preferences_mock_mac.cc',
1566 'browser/preferences_mock_mac.h', 1566 'browser/preferences_mock_mac.h',
1567 'browser/prefs/command_line_pref_store_unittest.cc', 1567 'browser/prefs/command_line_pref_store_unittest.cc',
1568 'browser/prefs/incognito_mode_prefs_unittest.cc',
1568 'browser/prefs/incognito_user_pref_store_unittest.cc', 1569 'browser/prefs/incognito_user_pref_store_unittest.cc',
1569 'browser/prefs/pref_change_registrar_unittest.cc', 1570 'browser/prefs/pref_change_registrar_unittest.cc',
1570 'browser/prefs/pref_member_unittest.cc', 1571 'browser/prefs/pref_member_unittest.cc',
1571 'browser/prefs/pref_model_associator_unittest.cc', 1572 'browser/prefs/pref_model_associator_unittest.cc',
1572 'browser/prefs/pref_notifier_impl_unittest.cc', 1573 'browser/prefs/pref_notifier_impl_unittest.cc',
1573 'browser/prefs/pref_service_unittest.cc', 1574 'browser/prefs/pref_service_unittest.cc',
1574 'browser/prefs/pref_set_observer_unittest.cc', 1575 'browser/prefs/pref_set_observer_unittest.cc',
1575 'browser/prefs/pref_value_map_unittest.cc', 1576 'browser/prefs/pref_value_map_unittest.cc',
1576 'browser/prefs/pref_value_store_unittest.cc', 1577 'browser/prefs/pref_value_store_unittest.cc',
1577 'browser/prefs/proxy_config_dictionary_unittest.cc', 1578 'browser/prefs/proxy_config_dictionary_unittest.cc',
(...skipping 2559 matching lines...) Expand 10 before | Expand all | Expand 10 after
4137 # Use outputs of this action as inputs for the main target build. 4138 # Use outputs of this action as inputs for the main target build.
4138 # Seems as a misnomer but makes this happy on Linux (scons). 4139 # Seems as a misnomer but makes this happy on Linux (scons).
4139 'process_outputs_as_sources': 1, 4140 'process_outputs_as_sources': 1,
4140 }, 4141 },
4141 ], # 'actions' 4142 ], # 'actions'
4142 }, 4143 },
4143 ] 4144 ]
4144 }], # 'coverage!=0' 4145 }], # 'coverage!=0'
4145 ], # 'conditions' 4146 ], # 'conditions'
4146 } 4147 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698