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

Side by Side Diff: components/components_tests.gyp

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return null instead of empty list Created 5 years, 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'password_manager/core/browser/password_generation_manager_unittest.cc', 383 'password_manager/core/browser/password_generation_manager_unittest.cc',
384 'password_manager/core/browser/password_manager_unittest.cc', 384 'password_manager/core/browser/password_manager_unittest.cc',
385 'password_manager/core/browser/password_store_default_unittest.cc', 385 'password_manager/core/browser/password_store_default_unittest.cc',
386 'password_manager/core/browser/password_store_unittest.cc', 386 'password_manager/core/browser/password_store_unittest.cc',
387 'password_manager/core/browser/password_syncable_service_unittest.cc', 387 'password_manager/core/browser/password_syncable_service_unittest.cc',
388 'password_manager/core/browser/psl_matching_helper_unittest.cc', 388 'password_manager/core/browser/psl_matching_helper_unittest.cc',
389 'password_manager/core/browser/statistics_table_unittest.cc', 389 'password_manager/core/browser/statistics_table_unittest.cc',
390 'password_manager/core/common/credential_manager_types_unittest.cc', 390 'password_manager/core/common/credential_manager_types_unittest.cc',
391 ], 391 ],
392 'policy_unittest_sources': [ 392 'policy_unittest_sources': [
393 'policy/core/browser/android/policy_converter_unittest.cc',
393 'policy/core/browser/autofill_policy_handler_unittest.cc', 394 'policy/core/browser/autofill_policy_handler_unittest.cc',
394 'policy/core/browser/browser_policy_connector_unittest.cc', 395 'policy/core/browser/browser_policy_connector_unittest.cc',
395 'policy/core/browser/configuration_policy_handler_unittest.cc', 396 'policy/core/browser/configuration_policy_handler_unittest.cc',
396 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 397 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
397 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 398 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
398 'policy/core/common/async_policy_provider_unittest.cc', 399 'policy/core/common/async_policy_provider_unittest.cc',
399 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 400 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
400 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', 401 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
401 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 402 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
402 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 403 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 ], 1513 ],
1513 'variables': { 1514 'variables': {
1514 'test_suite_name': 'components_unittests', 1515 'test_suite_name': 'components_unittests',
1515 }, 1516 },
1516 'includes': [ '../build/apk_test.gypi' ], 1517 'includes': [ '../build/apk_test.gypi' ],
1517 }, 1518 },
1518 ], 1519 ],
1519 }], 1520 }],
1520 ], 1521 ],
1521 } 1522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698