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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8702009: Add device status reports to policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Mattias' comments and added unit test. 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 'browser/policy/configuration_policy_pref_store_unittest.cc', 1507 'browser/policy/configuration_policy_pref_store_unittest.cc',
1508 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1508 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1509 'browser/policy/configuration_policy_provider_test.cc', 1509 'browser/policy/configuration_policy_provider_test.cc',
1510 'browser/policy/configuration_policy_provider_test.h', 1510 'browser/policy/configuration_policy_provider_test.h',
1511 'browser/policy/configuration_policy_provider_win_unittest.cc', 1511 'browser/policy/configuration_policy_provider_win_unittest.cc',
1512 'browser/policy/configuration_policy_reader_unittest.cc', 1512 'browser/policy/configuration_policy_reader_unittest.cc',
1513 'browser/policy/device_management_backend_mock.cc', 1513 'browser/policy/device_management_backend_mock.cc',
1514 'browser/policy/device_management_backend_mock.h', 1514 'browser/policy/device_management_backend_mock.h',
1515 'browser/policy/device_management_service_unittest.cc', 1515 'browser/policy/device_management_service_unittest.cc',
1516 'browser/policy/device_policy_cache_unittest.cc', 1516 'browser/policy/device_policy_cache_unittest.cc',
1517 'browser/policy/device_status_collector_unittest.cc',
1517 'browser/policy/device_token_fetcher_unittest.cc', 1518 'browser/policy/device_token_fetcher_unittest.cc',
1518 'browser/policy/enterprise_install_attributes_unittest.cc', 1519 'browser/policy/enterprise_install_attributes_unittest.cc',
1519 'browser/policy/file_based_policy_provider_unittest.cc', 1520 'browser/policy/file_based_policy_provider_unittest.cc',
1520 'browser/policy/logging_work_scheduler.cc', 1521 'browser/policy/logging_work_scheduler.cc',
1521 'browser/policy/logging_work_scheduler.h', 1522 'browser/policy/logging_work_scheduler.h',
1522 'browser/policy/logging_work_scheduler_unittest.cc', 1523 'browser/policy/logging_work_scheduler_unittest.cc',
1523 'browser/policy/mock_configuration_policy_provider.cc', 1524 'browser/policy/mock_configuration_policy_provider.cc',
1524 'browser/policy/mock_configuration_policy_provider.h', 1525 'browser/policy/mock_configuration_policy_provider.h',
1525 'browser/policy/mock_configuration_policy_reader.cc', 1526 'browser/policy/mock_configuration_policy_reader.cc',
1526 'browser/policy/mock_configuration_policy_reader.h', 1527 'browser/policy/mock_configuration_policy_reader.h',
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 # Use outputs of this action as inputs for the main target build. 4333 # Use outputs of this action as inputs for the main target build.
4333 # Seems as a misnomer but makes this happy on Linux (scons). 4334 # Seems as a misnomer but makes this happy on Linux (scons).
4334 'process_outputs_as_sources': 1, 4335 'process_outputs_as_sources': 1,
4335 }, 4336 },
4336 ], # 'actions' 4337 ], # 'actions'
4337 }, 4338 },
4338 ] 4339 ]
4339 }], # 'coverage!=0' 4340 }], # 'coverage!=0'
4340 ], # 'conditions' 4341 ], # 'conditions'
4341 } 4342 }
OLDNEW
« chrome/browser/policy/device_status_collector_unittest.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698