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

Side by Side Diff: components/components_tests.gyp

Issue 1313463002: Revert of Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests4
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('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 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 ], 610 ],
611 'translate_unittest_sources': [ 611 'translate_unittest_sources': [
612 'translate/core/browser/language_state_unittest.cc', 612 'translate/core/browser/language_state_unittest.cc',
613 'translate/core/browser/translate_browser_metrics_unittest.cc', 613 'translate/core/browser/translate_browser_metrics_unittest.cc',
614 'translate/core/browser/translate_language_list_unittest.cc', 614 'translate/core/browser/translate_language_list_unittest.cc',
615 'translate/core/browser/translate_prefs_unittest.cc', 615 'translate/core/browser/translate_prefs_unittest.cc',
616 'translate/core/browser/translate_script_unittest.cc', 616 'translate/core/browser/translate_script_unittest.cc',
617 'translate/core/common/translate_metrics_unittest.cc', 617 'translate/core/common/translate_metrics_unittest.cc',
618 'translate/core/common/translate_util_unittest.cc', 618 'translate/core/common/translate_util_unittest.cc',
619 'translate/core/language_detection/language_detection_util_unittest.cc', 619 'translate/core/language_detection/language_detection_util_unittest.cc',
620 # TODO(GYP) bug 523060: these translate tests on iOS.
621 'translate/ios/browser/js_translate_manager_unittest.mm', 620 'translate/ios/browser/js_translate_manager_unittest.mm',
622 'translate/ios/browser/language_detection_controller_unittest.mm', 621 'translate/ios/browser/language_detection_controller_unittest.mm',
623 'translate/ios/browser/translate_controller_unittest.mm', 622 'translate/ios/browser/translate_controller_unittest.mm',
624 ], 623 ],
625 'ui_unittest_sources': [ 624 'ui_unittest_sources': [
626 'ui/zoom/page_zoom_unittests.cc', 625 'ui/zoom/page_zoom_unittests.cc',
627 ], 626 ],
628 'update_client_unittest_sources': [ 627 'update_client_unittest_sources': [
629 'update_client/component_patcher_unittest.cc', 628 'update_client/component_patcher_unittest.cc',
630 'update_client/crx_downloader_unittest.cc', 629 'update_client/crx_downloader_unittest.cc',
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'invalidation/impl/android/junit/', 1599 'invalidation/impl/android/junit/',
1601 'policy/android/junit/' 1600 'policy/android/junit/'
1602 ], 1601 ],
1603 }, 1602 },
1604 'includes': [ '../build/host_jar.gypi' ], 1603 'includes': [ '../build/host_jar.gypi' ],
1605 }, 1604 },
1606 ], 1605 ],
1607 }], 1606 }],
1608 ], 1607 ],
1609 } 1608 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698