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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('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 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2174 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2175 '../mojo/mojo_edk.gyp:mojo_system_impl',
2175 '../skia/skia.gyp:skia', 2176 '../skia/skia.gyp:skia',
2176 '../sync/sync.gyp:sync', 2177 '../sync/sync.gyp:sync',
2177 '../testing/gmock.gyp:gmock', 2178 '../testing/gmock.gyp:gmock',
2178 '../testing/gtest.gyp:gtest', 2179 '../testing/gtest.gyp:gtest',
2179 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2180 ], 2180 ],
2181 'include_dirs': [ 2181 'include_dirs': [
2182 '..', 2182 '..',
2183 ], 2183 ],
2184 'sources': [ 2184 'sources': [
2185 'browser/sync/glue/session_sync_test_helper.cc', 2185 'browser/sync/glue/session_sync_test_helper.cc',
2186 'browser/sync/glue/session_sync_test_helper.h', 2186 'browser/sync/glue/session_sync_test_helper.h',
2187 'test/base/run_all_unittests.cc', 2187 'test/base/run_all_unittests.cc',
2188 ], 2188 ],
2189 'conditions': [ 2189 'conditions': [
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'dependencies': [ 3037 'dependencies': [
3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3039 ], 3039 ],
3040 }], 3040 }],
3041 ], 3041 ],
3042 }, 3042 },
3043 ], 3043 ],
3044 }], 3044 }],
3045 ], # 'conditions' 3045 ], # 'conditions'
3046 } 3046 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698