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

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: Style cleanup, rebased 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.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 '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 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 'browser/password_manager/password_manager_unittest.cc', 1512 'browser/password_manager/password_manager_unittest.cc',
1513 'browser/password_manager/password_store_default_unittest.cc', 1513 'browser/password_manager/password_store_default_unittest.cc',
1514 'browser/password_manager/password_store_mac_unittest.cc', 1514 'browser/password_manager/password_store_mac_unittest.cc',
1515 'browser/password_manager/password_store_win_unittest.cc', 1515 'browser/password_manager/password_store_win_unittest.cc',
1516 'browser/password_manager/password_store_x_unittest.cc', 1516 'browser/password_manager/password_store_x_unittest.cc',
1517 'browser/plugin_prefs_unittest.cc', 1517 'browser/plugin_prefs_unittest.cc',
1518 'browser/policy/asynchronous_policy_loader_unittest.cc', 1518 'browser/policy/asynchronous_policy_loader_unittest.cc',
1519 'browser/policy/asynchronous_policy_provider_unittest.cc', 1519 'browser/policy/asynchronous_policy_provider_unittest.cc',
1520 'browser/policy/asynchronous_policy_test_base.cc', 1520 'browser/policy/asynchronous_policy_test_base.cc',
1521 'browser/policy/asynchronous_policy_test_base.h', 1521 'browser/policy/asynchronous_policy_test_base.h',
1522 'browser/policy/auto_enrollment_client_unittest.cc',
1522 'browser/policy/cloud_policy_controller_unittest.cc', 1523 'browser/policy/cloud_policy_controller_unittest.cc',
1523 'browser/policy/cloud_policy_provider_unittest.cc', 1524 'browser/policy/cloud_policy_provider_unittest.cc',
1524 'browser/policy/cloud_policy_subsystem_unittest.cc', 1525 'browser/policy/cloud_policy_subsystem_unittest.cc',
1525 'browser/policy/config_dir_policy_provider_unittest.cc', 1526 'browser/policy/config_dir_policy_provider_unittest.cc',
1526 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1527 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1527 'browser/policy/configuration_policy_pref_store_unittest.cc', 1528 'browser/policy/configuration_policy_pref_store_unittest.cc',
1528 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1529 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1529 'browser/policy/configuration_policy_provider_test.cc', 1530 'browser/policy/configuration_policy_provider_test.cc',
1530 'browser/policy/configuration_policy_provider_test.h', 1531 'browser/policy/configuration_policy_provider_test.h',
1531 'browser/policy/configuration_policy_provider_win_unittest.cc', 1532 'browser/policy/configuration_policy_provider_win_unittest.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 ['use_aura==1', { 2117 ['use_aura==1', {
2117 'sources!': [ 2118 'sources!': [
2118 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2119 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2119 ], 2120 ],
2120 }], 2121 }],
2121 ], 2122 ],
2122 }, { # else: chromeos == 0 2123 }, { # else: chromeos == 0
2123 'sources/': [ 2124 'sources/': [
2124 ['exclude', '^browser/chromeos/'], 2125 ['exclude', '^browser/chromeos/'],
2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2126 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2127 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ],
2126 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ], 2128 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2127 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2129 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2128 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2130 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2129 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2131 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2130 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2132 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2131 ['exclude', '^browser/ui/webui/chromeos/login'], 2133 ['exclude', '^browser/ui/webui/chromeos/login'],
2132 ['exclude', '^browser/ui/webui/options/chromeos/'], 2134 ['exclude', '^browser/ui/webui/options/chromeos/'],
2133 ], 2135 ],
2134 }], 2136 }],
2135 ['toolkit_uses_gtk == 1', { 2137 ['toolkit_uses_gtk == 1', {
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
4322 # Use outputs of this action as inputs for the main target build. 4324 # Use outputs of this action as inputs for the main target build.
4323 # Seems as a misnomer but makes this happy on Linux (scons). 4325 # Seems as a misnomer but makes this happy on Linux (scons).
4324 'process_outputs_as_sources': 1, 4326 'process_outputs_as_sources': 1,
4325 }, 4327 },
4326 ], # 'actions' 4328 ], # 'actions'
4327 }, 4329 },
4328 ] 4330 ]
4329 }], # 'coverage!=0' 4331 }], # 'coverage!=0'
4330 ], # 'conditions' 4332 ], # 'conditions'
4331 } 4333 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698