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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7716003: WIP: URL blacklisting by policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always filter including paths Created 9 years, 3 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/mock_configuration_policy_store.cc', 1553 'browser/policy/mock_configuration_policy_store.cc',
1554 'browser/policy/mock_configuration_policy_store.h', 1554 'browser/policy/mock_configuration_policy_store.h',
1555 'browser/policy/mock_device_management_backend.cc', 1555 'browser/policy/mock_device_management_backend.cc',
1556 'browser/policy/mock_device_management_backend.h', 1556 'browser/policy/mock_device_management_backend.h',
1557 'browser/policy/policy_map_unittest.cc', 1557 'browser/policy/policy_map_unittest.cc',
1558 'browser/policy/policy_path_parser_unittest.cc', 1558 'browser/policy/policy_path_parser_unittest.cc',
1559 'browser/policy/testing_cloud_policy_subsystem.cc', 1559 'browser/policy/testing_cloud_policy_subsystem.cc',
1560 'browser/policy/testing_cloud_policy_subsystem.h', 1560 'browser/policy/testing_cloud_policy_subsystem.h',
1561 'browser/policy/testing_policy_url_fetcher_factory.cc', 1561 'browser/policy/testing_policy_url_fetcher_factory.cc',
1562 'browser/policy/testing_policy_url_fetcher_factory.h', 1562 'browser/policy/testing_policy_url_fetcher_factory.h',
1563 'browser/policy/url_blacklist_manager_unittest.cc',
1563 'browser/policy/user_policy_cache_unittest.cc', 1564 'browser/policy/user_policy_cache_unittest.cc',
1564 'browser/preferences_mock_mac.cc', 1565 'browser/preferences_mock_mac.cc',
1565 'browser/preferences_mock_mac.h', 1566 'browser/preferences_mock_mac.h',
1566 'browser/prefs/command_line_pref_store_unittest.cc', 1567 'browser/prefs/command_line_pref_store_unittest.cc',
1567 'browser/prefs/incognito_mode_prefs_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',
(...skipping 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after
4116 # Use outputs of this action as inputs for the main target build. 4117 # Use outputs of this action as inputs for the main target build.
4117 # Seems as a misnomer but makes this happy on Linux (scons). 4118 # Seems as a misnomer but makes this happy on Linux (scons).
4118 'process_outputs_as_sources': 1, 4119 'process_outputs_as_sources': 1,
4119 }, 4120 },
4120 ], # 'actions' 4121 ], # 'actions'
4121 }, 4122 },
4122 ] 4123 ]
4123 }], # 'coverage!=0' 4124 }], # 'coverage!=0'
4124 ], # 'conditions' 4125 ], # 'conditions'
4125 } 4126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698