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

Side by Side Diff: components/components_tests.gyp

Issue 1259883007: Remove the Finch test 'CLD1VsCLD2' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'dependencies': [ 925 'dependencies': [
926 'components.gyp:browser_watcher', 926 'components.gyp:browser_watcher',
927 'components.gyp:browser_watcher_client', 927 'components.gyp:browser_watcher_client',
928 ] 928 ]
929 }], 929 }],
930 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', { 930 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', {
931 'dependencies': [ 931 'dependencies': [
932 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 932 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
933 ], 933 ],
934 }], 934 }],
935 [ 'cld_version==0 or cld_version==2', { 935 [ 'cld_version==2', {
936 'dependencies': [ 936 'dependencies': [
937 # Unit tests should always use statically-linked CLD data. 937 # Unit tests should always use statically-linked CLD data.
938 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 938 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
939 }], 939 }],
940 ['OS != "ios"', { 940 ['OS != "ios"', {
941 'sources': [ 941 'sources': [
942 '<@(devtools_http_handler_unittest_sources)', 942 '<@(devtools_http_handler_unittest_sources)',
943 '<@(error_page_unittest_sources)', 943 '<@(error_page_unittest_sources)',
944 '<@(guest_view_unittest_sources)', 944 '<@(guest_view_unittest_sources)',
945 '<@(navigation_interception_unittest_sources)', 945 '<@(navigation_interception_unittest_sources)',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'invalidation/impl/android/junit/', 1578 'invalidation/impl/android/junit/',
1579 'policy/android/junit/' 1579 'policy/android/junit/'
1580 ], 1580 ],
1581 }, 1581 },
1582 'includes': [ '../build/host_jar.gypi' ], 1582 'includes': [ '../build/host_jar.gypi' ],
1583 }, 1583 },
1584 ], 1584 ],
1585 }], 1585 }],
1586 ], 1586 ],
1587 } 1587 }
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