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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 92153002: Move ConfigurationPolicyProvider, etc. to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'chrome_resources.gyp:packed_resources', 891 'chrome_resources.gyp:packed_resources',
892 'common/extensions/api/api.gyp:api', 892 'common/extensions/api/api.gyp:api',
893 'renderer', 893 'renderer',
894 'test/perf/perf_test.gyp:*', 894 'test/perf/perf_test.gyp:*',
895 'test_support_common', 895 'test_support_common',
896 '../base/base.gyp:base', 896 '../base/base.gyp:base',
897 '../base/base.gyp:base_i18n', 897 '../base/base.gyp:base_i18n',
898 '../base/base.gyp:test_support_base', 898 '../base/base.gyp:test_support_base',
899 '../components/components.gyp:autofill_content_risk_proto', 899 '../components/components.gyp:autofill_content_risk_proto',
900 '../components/components.gyp:autofill_content_test_support', 900 '../components/components.gyp:autofill_content_test_support',
901 '../components/components.gyp:policy_test_support',
Joao da Silva 2013/11/28 07:59:36 This is not needed, if test_support_common exports
dconnelly 2013/11/29 10:52:26 Done.
901 '../components/component_strings.gyp:component_strings', 902 '../components/component_strings.gyp:component_strings',
902 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 903 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
903 '../google_apis/google_apis.gyp:google_apis_test_support', 904 '../google_apis/google_apis.gyp:google_apis_test_support',
904 '../net/net.gyp:net', 905 '../net/net.gyp:net',
905 '../net/net.gyp:net_test_support', 906 '../net/net.gyp:net_test_support',
906 '../skia/skia.gyp:skia', 907 '../skia/skia.gyp:skia',
907 '../sync/sync.gyp:sync', 908 '../sync/sync.gyp:sync',
908 '../sync/sync.gyp:test_support_sync_api', 909 '../sync/sync.gyp:test_support_sync_api',
909 '../testing/gmock.gyp:gmock', 910 '../testing/gmock.gyp:gmock',
910 '../testing/gtest.gyp:gtest', 911 '../testing/gtest.gyp:gtest',
(...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 'utility', 3050 'utility',
3050 ], 3051 ],
3051 'sources': [ 3052 'sources': [
3052 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3053 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3054 ], 3055 ],
3055 }] 3056 }]
3056 }], 3057 }],
3057 ], # 'conditions' 3058 ], # 'conditions'
3058 } 3059 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698