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

Side by Side Diff: components/components_tests.gyp

Issue 1661933002: Remove incorrect dependency of components_unittests on test_support_ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | components/signin/core/browser/DEPS » ('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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 ], 1293 ],
1294 'sources/': [ 1294 'sources/': [
1295 # Exclude all tests that depends on //content (based on layered- 1295 # Exclude all tests that depends on //content (based on layered-
1296 # component directory structure). 1296 # component directory structure).
1297 ['exclude', '^[^/]*/content/'], 1297 ['exclude', '^[^/]*/content/'],
1298 ], 1298 ],
1299 'mac_bundle_resources': [ 1299 'mac_bundle_resources': [
1300 '<(PRODUCT_DIR)/ui_test.pak', 1300 '<(PRODUCT_DIR)/ui_test.pak',
1301 ], 1301 ],
1302 'dependencies': [ 1302 'dependencies': [
1303 '../ios/ios_tests.gyp:test_support_ios',
1304 '../ios/web/ios_web.gyp:ios_web_test_support', 1303 '../ios/web/ios_web.gyp:ios_web_test_support',
1305 '../third_party/ocmock/ocmock.gyp:ocmock', 1304 '../third_party/ocmock/ocmock.gyp:ocmock',
1306 'components.gyp:autofill_ios_browser', 1305 'components.gyp:autofill_ios_browser',
1307 'components.gyp:sessions_ios', 1306 'components.gyp:sessions_ios',
1308 'components.gyp:signin_ios_browser', 1307 'components.gyp:signin_ios_browser',
1309 'components.gyp:signin_ios_browser_test_support', 1308 'components.gyp:signin_ios_browser_test_support',
1310 'components.gyp:translate_ios_browser', 1309 'components.gyp:translate_ios_browser',
1311 'components.gyp:webp_transcode', 1310 'components.gyp:webp_transcode',
1312 ], 1311 ],
1313 'actions': [ 1312 'actions': [
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'dependencies': [ 1886 'dependencies': [
1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1889 ], 1888 ],
1890 }], 1889 }],
1891 ], 1890 ],
1892 }, 1891 },
1893 ], 1892 ],
1894 }], 1893 }],
1895 ], 1894 ],
1896 } 1895 }
OLDNEW
« no previous file with comments | « no previous file | components/signin/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698