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

Side by Side Diff: components/components_tests.gyp

Issue 1441923003: Add gn implementation for //components/translate/ios/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history
Patch Set: Created 5 years, 1 month 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/translate.gypi » ('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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 ], 719 ],
720 'translate_unittest_sources': [ 720 'translate_unittest_sources': [
721 'translate/core/browser/language_state_unittest.cc', 721 'translate/core/browser/language_state_unittest.cc',
722 'translate/core/browser/translate_browser_metrics_unittest.cc', 722 'translate/core/browser/translate_browser_metrics_unittest.cc',
723 'translate/core/browser/translate_language_list_unittest.cc', 723 'translate/core/browser/translate_language_list_unittest.cc',
724 'translate/core/browser/translate_prefs_unittest.cc', 724 'translate/core/browser/translate_prefs_unittest.cc',
725 'translate/core/browser/translate_script_unittest.cc', 725 'translate/core/browser/translate_script_unittest.cc',
726 'translate/core/common/translate_metrics_unittest.cc', 726 'translate/core/common/translate_metrics_unittest.cc',
727 'translate/core/common/translate_util_unittest.cc', 727 'translate/core/common/translate_util_unittest.cc',
728 'translate/core/language_detection/language_detection_util_unittest.cc', 728 'translate/core/language_detection/language_detection_util_unittest.cc',
729 # TODO(GYP) bug 523060: these translate tests on iOS.
730 'translate/ios/browser/js_translate_manager_unittest.mm', 729 'translate/ios/browser/js_translate_manager_unittest.mm',
731 'translate/ios/browser/language_detection_controller_unittest.mm', 730 'translate/ios/browser/language_detection_controller_unittest.mm',
732 'translate/ios/browser/translate_controller_unittest.mm', 731 'translate/ios/browser/translate_controller_unittest.mm',
733 ], 732 ],
734 'ui_unittest_sources': [ 733 'ui_unittest_sources': [
735 'ui/zoom/page_zoom_unittests.cc', 734 'ui/zoom/page_zoom_unittests.cc',
736 ], 735 ],
737 'update_client_unittest_sources': [ 736 'update_client_unittest_sources': [
738 'update_client/component_patcher_unittest.cc', 737 'update_client/component_patcher_unittest.cc',
739 'update_client/crx_downloader_unittest.cc', 738 'update_client/crx_downloader_unittest.cc',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'dependencies': [ 1825 'dependencies': [
1827 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1826 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1828 ], 1827 ],
1829 }], 1828 }],
1830 ], 1829 ],
1831 }, 1830 },
1832 ], 1831 ],
1833 }], 1832 }],
1834 ], 1833 ],
1835 } 1834 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698