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

Side by Side Diff: components/components_tests.gyp

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp Created 4 years, 8 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 | « chrome/test/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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 '../base/base.gyp:base', 1031 '../base/base.gyp:base',
1032 '../base/base.gyp:test_support_base', 1032 '../base/base.gyp:test_support_base',
1033 '../google_apis/google_apis.gyp:google_apis_test_support', 1033 '../google_apis/google_apis.gyp:google_apis_test_support',
1034 '../jingle/jingle.gyp:notifier_test_util', 1034 '../jingle/jingle.gyp:notifier_test_util',
1035 '../net/net.gyp:net_test_support', 1035 '../net/net.gyp:net_test_support',
1036 '../sql/sql.gyp:test_support_sql', 1036 '../sql/sql.gyp:test_support_sql',
1037 '../sync/sync.gyp:sync', 1037 '../sync/sync.gyp:sync',
1038 '../sync/sync.gyp:test_support_sync_api', 1038 '../sync/sync.gyp:test_support_sync_api',
1039 '../testing/gmock.gyp:gmock', 1039 '../testing/gmock.gyp:gmock',
1040 '../testing/gtest.gyp:gtest', 1040 '../testing/gtest.gyp:gtest',
1041 '../third_party/cld_2/cld_2.gyp:cld2_static',
1041 '../third_party/icu/icu.gyp:icui18n', 1042 '../third_party/icu/icu.gyp:icui18n',
1042 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1043 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1043 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 1044 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
1044 '../third_party/libjingle/libjingle.gyp:libjingle', 1045 '../third_party/libjingle/libjingle.gyp:libjingle',
1045 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1046 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1046 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1047 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1047 '../third_party/re2/re2.gyp:re2', 1048 '../third_party/re2/re2.gyp:re2',
1048 '../ui/base/ui_base.gyp:ui_base', 1049 '../ui/base/ui_base.gyp:ui_base',
1049 '../ui/gfx/gfx.gyp:gfx', 1050 '../ui/gfx/gfx.gyp:gfx',
1050 '../ui/gfx/gfx.gyp:gfx_test_support', 1051 '../ui/gfx/gfx.gyp:gfx_test_support',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 '<(DEPTH)/ui/views/views.gyp:views_test_support', 1202 '<(DEPTH)/ui/views/views.gyp:views_test_support',
1202 'components.gyp:constrained_window', 1203 'components.gyp:constrained_window',
1203 ] 1204 ]
1204 }], 1205 }],
1205 ['OS=="win"', { 1206 ['OS=="win"', {
1206 'dependencies': [ 1207 'dependencies': [
1207 'components.gyp:browser_watcher', 1208 'components.gyp:browser_watcher',
1208 'components.gyp:browser_watcher_client', 1209 'components.gyp:browser_watcher_client',
1209 ] 1210 ]
1210 }], 1211 }],
1211 [ 'cld_version==2', {
1212 'dependencies': [
1213 # Unit tests should always use statically-linked CLD data.
1214 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
1215 }],
1216 ['OS != "ios"', { 1212 ['OS != "ios"', {
1217 'sources': [ 1213 'sources': [
1218 '<@(certificate_transparency_unittest_sources)', 1214 '<@(certificate_transparency_unittest_sources)',
1219 '<@(child_trace_message_filter_unittest_sources)', 1215 '<@(child_trace_message_filter_unittest_sources)',
1220 '<@(devtools_http_handler_unittest_sources)', 1216 '<@(devtools_http_handler_unittest_sources)',
1221 '<@(domain_reliability_unittest_sources)', 1217 '<@(domain_reliability_unittest_sources)',
1222 '<@(error_page_unittest_sources)', 1218 '<@(error_page_unittest_sources)',
1223 '<@(guest_view_unittest_sources)', 1219 '<@(guest_view_unittest_sources)',
1224 '<@(navigation_interception_unittest_sources)', 1220 '<@(navigation_interception_unittest_sources)',
1225 '<@(network_hints_unittest_sources)', 1221 '<@(network_hints_unittest_sources)',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 'dependencies': [ 1909 'dependencies': [
1914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1910 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1915 ], 1911 ],
1916 }], 1912 }],
1917 ], 1913 ],
1918 }, 1914 },
1919 ], 1915 ],
1920 }], 1916 }],
1921 ], 1917 ],
1922 } 1918 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698