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

Side by Side Diff: components/components_tests.gyp

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 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') | content/content_tests.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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'components.gyp:variations_http_provider', 939 'components.gyp:variations_http_provider',
940 'components.gyp:version_info', 940 'components.gyp:version_info',
941 'components.gyp:wallpaper', 941 'components.gyp:wallpaper',
942 'components.gyp:web_resource', 942 'components.gyp:web_resource',
943 'components.gyp:web_resource_test_support', 943 'components.gyp:web_resource_test_support',
944 'components_resources.gyp:components_resources', 944 'components_resources.gyp:components_resources',
945 'components_strings.gyp:components_strings', 945 'components_strings.gyp:components_strings',
946 'components_tests_pak', 946 'components_tests_pak',
947 'mime_util/mime_util.gyp:mime_util', 947 'mime_util/mime_util.gyp:mime_util',
948 'url_formatter/url_formatter.gyp:url_formatter', 948 'url_formatter/url_formatter.gyp:url_formatter',
949 # Only needed at runtime.
950 '../third_party/mesa/mesa.gyp:osmesa',
949 ], 951 ],
950 'conditions': [ 952 'conditions': [
951 ['enable_rlz_support==1', { 953 ['enable_rlz_support==1', {
952 'sources': [ 954 'sources': [
953 '<@(rlz_unittest_sources)', 955 '<@(rlz_unittest_sources)',
954 ], 956 ],
955 'dependencies': [ 957 'dependencies': [
956 '../net/net.gyp:net_test_support', 958 '../net/net.gyp:net_test_support',
957 '../rlz/rlz.gyp:test_support_rlz', 959 '../rlz/rlz.gyp:test_support_rlz',
958 'components.gyp:rlz', 960 'components.gyp:rlz',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 'invalidation/impl/android/junit/', 1633 'invalidation/impl/android/junit/',
1632 'policy/android/junit/' 1634 'policy/android/junit/'
1633 ], 1635 ],
1634 }, 1636 },
1635 'includes': [ '../build/host_jar.gypi' ], 1637 'includes': [ '../build/host_jar.gypi' ],
1636 }, 1638 },
1637 ], 1639 ],
1638 }], 1640 }],
1639 ], 1641 ],
1640 } 1642 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698