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

Side by Side Diff: components/components_tests.gyp

Issue 131203002: Move LanguageUsageMetrics and TranslateBrowserMetrics to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 11 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 23 matching lines...) Expand all
34 'dom_distiller/core/dom_distiller_test_util.cc', 34 'dom_distiller/core/dom_distiller_test_util.cc',
35 'dom_distiller/core/dom_distiller_test_util.h', 35 'dom_distiller/core/dom_distiller_test_util.h',
36 'dom_distiller/core/fake_db.cc', 36 'dom_distiller/core/fake_db.cc',
37 'dom_distiller/core/fake_db.h', 37 'dom_distiller/core/fake_db.h',
38 'dom_distiller/core/fake_distiller.cc', 38 'dom_distiller/core/fake_distiller.cc',
39 'dom_distiller/core/fake_distiller.h', 39 'dom_distiller/core/fake_distiller.h',
40 'dom_distiller/core/task_tracker_unittest.cc', 40 'dom_distiller/core/task_tracker_unittest.cc',
41 'json_schema/json_schema_validator_unittest.cc', 41 'json_schema/json_schema_validator_unittest.cc',
42 'json_schema/json_schema_validator_unittest_base.cc', 42 'json_schema/json_schema_validator_unittest_base.cc',
43 'json_schema/json_schema_validator_unittest_base.h', 43 'json_schema/json_schema_validator_unittest_base.h',
44 'language_usage_metrics/language_usage_metrics_unittest.cc',
44 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 45 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
45 'precache/content/precache_manager_unittest.cc', 46 'precache/content/precache_manager_unittest.cc',
46 'precache/core/precache_database_unittest.cc', 47 'precache/core/precache_database_unittest.cc',
47 'precache/core/precache_fetcher_unittest.cc', 48 'precache/core/precache_fetcher_unittest.cc',
48 'precache/core/precache_url_table_unittest.cc', 49 'precache/core/precache_url_table_unittest.cc',
49 'sessions/serialized_navigation_entry_unittest.cc', 50 'sessions/serialized_navigation_entry_unittest.cc',
50 'test/run_all_unittests.cc', 51 'test/run_all_unittests.cc',
52 'translate/core/browser/translate_browser_metrics_unittest.cc',
51 'translate/core/common/translate_metrics_unittest.cc', 53 'translate/core/common/translate_metrics_unittest.cc',
52 'translate/core/common/translate_util_unittest.cc', 54 'translate/core/common/translate_util_unittest.cc',
53 'translate/language_detection/language_detection_util_unittest.cc', 55 'translate/language_detection/language_detection_util_unittest.cc',
54 'url_matcher/regex_set_matcher_unittest.cc', 56 'url_matcher/regex_set_matcher_unittest.cc',
55 'url_matcher/string_pattern_unittest.cc', 57 'url_matcher/string_pattern_unittest.cc',
56 'url_matcher/substring_set_matcher_unittest.cc', 58 'url_matcher/substring_set_matcher_unittest.cc',
57 'url_matcher/url_matcher_factory_unittest.cc', 59 'url_matcher/url_matcher_factory_unittest.cc',
58 'url_matcher/url_matcher_unittest.cc', 60 'url_matcher/url_matcher_unittest.cc',
59 # TODO(asvitkine): These should be tested on iOS too. 61 # TODO(asvitkine): These should be tested on iOS too.
60 'variations/entropy_provider_unittest.cc', 62 'variations/entropy_provider_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # Dependencies of dom_distiller 95 # Dependencies of dom_distiller
94 'components.gyp:distilled_page_proto', 96 'components.gyp:distilled_page_proto',
95 'components.gyp:dom_distiller_core', 97 'components.gyp:dom_distiller_core',
96 98
97 # Dependencies of encryptor 99 # Dependencies of encryptor
98 'components.gyp:encryptor', 100 'components.gyp:encryptor',
99 101
100 # Dependencies of json_schema 102 # Dependencies of json_schema
101 'components.gyp:json_schema', 103 'components.gyp:json_schema',
102 104
105 # Dependencies of language_usage_metrics
106 'components.gyp:language_usage_metrics',
107
103 # Dependencies of precache/core 108 # Dependencies of precache/core
104 'components.gyp:precache_core', 109 'components.gyp:precache_core',
105 110
106 # Dependencies of translate. 111 # Dependencies of translate.
112 'components.gyp:translate_core_browser',
107 'components.gyp:translate_core_common', 113 'components.gyp:translate_core_common',
108 'components.gyp:translate_language_detection', 114 'components.gyp:translate_language_detection',
109 115
110 # Dependencies of variations 116 # Dependencies of variations
111 'components.gyp:variations', 117 'components.gyp:variations',
112 ], 118 ],
113 'conditions': [ 119 'conditions': [
114 ['OS != "ios"', { 120 ['OS != "ios"', {
115 'dependencies': [ 121 'dependencies': [
116 # Dependencies of browser_context_keyed_service 122 # Dependencies of browser_context_keyed_service
(...skipping 25 matching lines...) Expand all
142 'components.gyp:web_modal_test_support', 148 'components.gyp:web_modal_test_support',
143 ], 149 ],
144 }, { # 'OS == "ios"' 150 }, { # 'OS == "ios"'
145 'sources/': [ 151 'sources/': [
146 ['exclude', '\\.cc$'], 152 ['exclude', '\\.cc$'],
147 ['include', '^test/run_all_unittests\\.cc$'], 153 ['include', '^test/run_all_unittests\\.cc$'],
148 # TODO(ios): Include files here as they are made to work, see 154 # TODO(ios): Include files here as they are made to work, see
149 # http://crbug.com/303011. 155 # http://crbug.com/303011.
150 # TODO(asvitkine): Bring up variations/ unittests on iOS. 156 # TODO(asvitkine): Bring up variations/ unittests on iOS.
151 # TODO(blundell): Bring up json_schema/ unittests on iOS. 157 # TODO(blundell): Bring up json_schema/ unittests on iOS.
152 ['include', '^auto_login_parser/'], 158 ['include', '^auto_login_parser/'],
blundell 2014/01/09 09:53:08 Can you add the language_usage_metrics unittest he
153 ['include', '^autofill/'], 159 ['include', '^autofill/'],
154 ['include', '^dom_distiller/'], 160 ['include', '^dom_distiller/'],
155 ['include', '^precache/core/'], 161 ['include', '^precache/core/'],
156 ['include', '^translate/'], 162 ['include', '^translate/'],
157 ], 163 ],
158 }], 164 }],
159 ['disable_nacl==0', { 165 ['disable_nacl==0', {
160 'sources': [ 166 'sources': [
161 'nacl/browser/nacl_file_host_unittest.cc', 167 'nacl/browser/nacl_file_host_unittest.cc',
162 'nacl/browser/nacl_process_host_unittest.cc', 168 'nacl/browser/nacl_process_host_unittest.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'dependencies': [ 391 'dependencies': [
386 '../base/allocator/allocator.gyp:allocator', 392 '../base/allocator/allocator.gyp:allocator',
387 ], 393 ],
388 }], 394 }],
389 ], 395 ],
390 }, 396 },
391 ], 397 ],
392 }], 398 }],
393 ], 399 ],
394 } 400 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698