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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/chrome_common.gypi ('k') | chrome/test/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 # GN version: //chrome/test:test_support_unit 2164 # GN version: //chrome/test:test_support_unit
2165 'target_name': 'test_support_unit', 2165 'target_name': 'test_support_unit',
2166 'type': 'static_library', 2166 'type': 'static_library',
2167 'dependencies': [ 2167 'dependencies': [
2168 'chrome_resources.gyp:chrome_resources', 2168 'chrome_resources.gyp:chrome_resources',
2169 'chrome_resources.gyp:chrome_strings', 2169 'chrome_resources.gyp:chrome_strings',
2170 'browser', 2170 'browser',
2171 'common', 2171 'common',
2172 'test_support_common', 2172 'test_support_common',
2173 '../base/base.gyp:base', 2173 '../base/base.gyp:base',
2174 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2175 '../mojo/mojo_edk.gyp:mojo_system_impl', 2174 '../mojo/mojo_edk.gyp:mojo_system_impl',
2176 '../skia/skia.gyp:skia', 2175 '../skia/skia.gyp:skia',
2177 '../sync/sync.gyp:sync', 2176 '../sync/sync.gyp:sync',
2178 '../testing/gmock.gyp:gmock', 2177 '../testing/gmock.gyp:gmock',
2179 '../testing/gtest.gyp:gtest', 2178 '../testing/gtest.gyp:gtest',
2180 ], 2179 ],
2181 'include_dirs': [ 2180 'include_dirs': [
2182 '..', 2181 '..',
2183 ], 2182 ],
2184 'sources': [ 2183 'sources': [
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'dependencies': [ 3032 'dependencies': [
3034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3035 ], 3034 ],
3036 }], 3035 }],
3037 ], 3036 ],
3038 }, 3037 },
3039 ], 3038 ],
3040 }], 3039 }],
3041 ], # 'conditions' 3040 ], # 'conditions'
3042 } 3041 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698