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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8872032: Added the AutoEnrollmentClient and unit tests for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'browser/password_manager/password_manager_unittest.cc', 1508 'browser/password_manager/password_manager_unittest.cc',
1509 'browser/password_manager/password_store_default_unittest.cc', 1509 'browser/password_manager/password_store_default_unittest.cc',
1510 'browser/password_manager/password_store_mac_unittest.cc', 1510 'browser/password_manager/password_store_mac_unittest.cc',
1511 'browser/password_manager/password_store_win_unittest.cc', 1511 'browser/password_manager/password_store_win_unittest.cc',
1512 'browser/password_manager/password_store_x_unittest.cc', 1512 'browser/password_manager/password_store_x_unittest.cc',
1513 'browser/plugin_prefs_unittest.cc', 1513 'browser/plugin_prefs_unittest.cc',
1514 'browser/policy/asynchronous_policy_loader_unittest.cc', 1514 'browser/policy/asynchronous_policy_loader_unittest.cc',
1515 'browser/policy/asynchronous_policy_provider_unittest.cc', 1515 'browser/policy/asynchronous_policy_provider_unittest.cc',
1516 'browser/policy/asynchronous_policy_test_base.cc', 1516 'browser/policy/asynchronous_policy_test_base.cc',
1517 'browser/policy/asynchronous_policy_test_base.h', 1517 'browser/policy/asynchronous_policy_test_base.h',
1518 'browser/policy/auto_enrollment_client_unittest.cc',
1518 'browser/policy/cloud_policy_controller_unittest.cc', 1519 'browser/policy/cloud_policy_controller_unittest.cc',
1519 'browser/policy/cloud_policy_provider_unittest.cc', 1520 'browser/policy/cloud_policy_provider_unittest.cc',
1520 'browser/policy/cloud_policy_subsystem_unittest.cc', 1521 'browser/policy/cloud_policy_subsystem_unittest.cc',
1521 'browser/policy/config_dir_policy_provider_unittest.cc', 1522 'browser/policy/config_dir_policy_provider_unittest.cc',
1522 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1523 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1523 'browser/policy/configuration_policy_pref_store_unittest.cc', 1524 'browser/policy/configuration_policy_pref_store_unittest.cc',
1524 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1525 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1525 'browser/policy/configuration_policy_provider_test.cc', 1526 'browser/policy/configuration_policy_provider_test.cc',
1526 'browser/policy/configuration_policy_provider_test.h', 1527 'browser/policy/configuration_policy_provider_test.h',
1527 'browser/policy/configuration_policy_provider_win_unittest.cc', 1528 'browser/policy/configuration_policy_provider_win_unittest.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 ['use_aura==1', { 2112 ['use_aura==1', {
2112 'sources!': [ 2113 'sources!': [
2113 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2114 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2114 ], 2115 ],
2115 }], 2116 }],
2116 ], 2117 ],
2117 }, { # else: chromeos == 0 2118 }, { # else: chromeos == 0
2118 'sources/': [ 2119 'sources/': [
2119 ['exclude', '^browser/chromeos/'], 2120 ['exclude', '^browser/chromeos/'],
2120 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2121 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2122 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ],
2121 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ], 2123 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2122 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2124 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2123 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2125 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2124 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2126 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2125 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2127 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2126 ['exclude', '^browser/ui/webui/chromeos/login'], 2128 ['exclude', '^browser/ui/webui/chromeos/login'],
2127 ['exclude', '^browser/ui/webui/options/chromeos/'], 2129 ['exclude', '^browser/ui/webui/options/chromeos/'],
2128 ], 2130 ],
2129 }], 2131 }],
2130 ['toolkit_uses_gtk == 1', { 2132 ['toolkit_uses_gtk == 1', {
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4315 # Use outputs of this action as inputs for the main target build. 4317 # Use outputs of this action as inputs for the main target build.
4316 # Seems as a misnomer but makes this happy on Linux (scons). 4318 # Seems as a misnomer but makes this happy on Linux (scons).
4317 'process_outputs_as_sources': 1, 4319 'process_outputs_as_sources': 1,
4318 }, 4320 },
4319 ], # 'actions' 4321 ], # 'actions'
4320 }, 4322 },
4321 ] 4323 ]
4322 }], # 'coverage!=0' 4324 }], # 'coverage!=0'
4323 ], # 'conditions' 4325 ], # 'conditions'
4324 } 4326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698