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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6869042: Add immutable settings checks when handling policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, address comments Created 9 years, 8 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') | no next file » | 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 'browser/policy/asynchronous_policy_test_base.cc', 1437 'browser/policy/asynchronous_policy_test_base.cc',
1438 'browser/policy/asynchronous_policy_test_base.h', 1438 'browser/policy/asynchronous_policy_test_base.h',
1439 'browser/policy/cloud_policy_controller_unittest.cc', 1439 'browser/policy/cloud_policy_controller_unittest.cc',
1440 'browser/policy/config_dir_policy_provider_unittest.cc', 1440 'browser/policy/config_dir_policy_provider_unittest.cc',
1441 'browser/policy/configuration_policy_pref_store_unittest.cc', 1441 'browser/policy/configuration_policy_pref_store_unittest.cc',
1442 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1442 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1443 'browser/policy/configuration_policy_provider_win_unittest.cc', 1443 'browser/policy/configuration_policy_provider_win_unittest.cc',
1444 'browser/policy/configuration_policy_store_interface_unittest.cc', 1444 'browser/policy/configuration_policy_store_interface_unittest.cc',
1445 'browser/policy/device_policy_cache_unittest.cc', 1445 'browser/policy/device_policy_cache_unittest.cc',
1446 'browser/policy/device_token_fetcher_unittest.cc', 1446 'browser/policy/device_token_fetcher_unittest.cc',
1447 'browser/policy/enterprise_install_attributes_unittest.cc',
1447 'browser/policy/file_based_policy_provider_unittest.cc', 1448 'browser/policy/file_based_policy_provider_unittest.cc',
1448 'browser/policy/device_management_backend_mock.cc', 1449 'browser/policy/device_management_backend_mock.cc',
1449 'browser/policy/device_management_backend_mock.h', 1450 'browser/policy/device_management_backend_mock.h',
1450 'browser/policy/device_management_service_unittest.cc', 1451 'browser/policy/device_management_service_unittest.cc',
1451 'browser/policy/managed_prefs_banner_base_unittest.cc', 1452 'browser/policy/managed_prefs_banner_base_unittest.cc',
1452 'browser/policy/mock_configuration_policy_provider.cc', 1453 'browser/policy/mock_configuration_policy_provider.cc',
1453 'browser/policy/mock_configuration_policy_provider.h', 1454 'browser/policy/mock_configuration_policy_provider.h',
1454 'browser/policy/mock_configuration_policy_store.cc', 1455 'browser/policy/mock_configuration_policy_store.cc',
1455 'browser/policy/mock_configuration_policy_store.h', 1456 'browser/policy/mock_configuration_policy_store.h',
1456 'browser/policy/mock_device_management_backend.cc', 1457 'browser/policy/mock_device_management_backend.cc',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'sources/': [ 1933 'sources/': [
1933 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when 1934 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
1934 # print preview is enabled on CrOS. 1935 # print preview is enabled on CrOS.
1935 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '], 1936 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '],
1936 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest. cc'], 1937 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest. cc'],
1937 ], 1938 ],
1938 }, { # else: chromeos == 0 1939 }, { # else: chromeos == 0
1939 'sources/': [ 1940 'sources/': [
1940 ['exclude', '^browser/chromeos/'], 1941 ['exclude', '^browser/chromeos/'],
1941 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 1942 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
1943 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
1942 ['exclude', '^browser/ui/webui/chromeos/login'], 1944 ['exclude', '^browser/ui/webui/chromeos/login'],
1943 ], 1945 ],
1944 }], 1946 }],
1945 ['OS=="linux"', { 1947 ['OS=="linux"', {
1946 'conditions': [ 1948 'conditions': [
1947 ['gcc_version==44', { 1949 ['gcc_version==44', {
1948 # Avoid gcc 4.4 strict aliasing issues in stl_tree.h when 1950 # Avoid gcc 4.4 strict aliasing issues in stl_tree.h when
1949 # building mru_cache_unittest.cc. 1951 # building mru_cache_unittest.cc.
1950 'cflags': [ 1952 'cflags': [
1951 '-fno-strict-aliasing', 1953 '-fno-strict-aliasing',
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 ] 3875 ]
3874 }], # 'coverage!=0' 3876 }], # 'coverage!=0'
3875 ], # 'conditions' 3877 ], # 'conditions'
3876 } 3878 }
3877 3879
3878 # Local Variables: 3880 # Local Variables:
3879 # tab-width:2 3881 # tab-width:2
3880 # indent-tabs-mode:nil 3882 # indent-tabs-mode:nil
3881 # End: 3883 # End:
3882 # vim: set expandtab tabstop=2 shiftwidth=2: 3884 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698