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

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: 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
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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'dependencies': [ 924 'dependencies': [
925 'components.gyp:browser_watcher', 925 'components.gyp:browser_watcher',
926 'components.gyp:browser_watcher_client', 926 'components.gyp:browser_watcher_client',
927 ] 927 ]
928 }], 928 }],
929 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', { 929 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', {
930 'dependencies': [ 930 'dependencies': [
931 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 931 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
932 ], 932 ],
933 }], 933 }],
934 [ 'cld_version==0 or cld_version==2', { 934 [ 'cld_version==2', {
935 'dependencies': [ 935 'dependencies': [
936 # Unit tests should always use statically-linked CLD data. 936 # Unit tests should always use statically-linked CLD data.
937 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 937 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
938 }], 938 }],
939 ['OS != "ios"', { 939 ['OS != "ios"', {
940 'sources': [ 940 'sources': [
941 '<@(devtools_http_handler_unittest_sources)', 941 '<@(devtools_http_handler_unittest_sources)',
942 '<@(error_page_unittest_sources)', 942 '<@(error_page_unittest_sources)',
943 '<@(guest_view_unittest_sources)', 943 '<@(guest_view_unittest_sources)',
944 '<@(navigation_interception_unittest_sources)', 944 '<@(navigation_interception_unittest_sources)',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'invalidation/impl/android/junit/', 1577 'invalidation/impl/android/junit/',
1578 'policy/android/junit/' 1578 'policy/android/junit/'
1579 ], 1579 ],
1580 }, 1580 },
1581 'includes': [ '../build/host_jar.gypi' ], 1581 'includes': [ '../build/host_jar.gypi' ],
1582 }, 1582 },
1583 ], 1583 ],
1584 }], 1584 }],
1585 ], 1585 ],
1586 } 1586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698