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

Side by Side Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1648403002: Move base/prefs to components/prefs (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 | « ios/chrome/ios_chrome.gyp ('k') | net/net.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 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ios/chrome:ios_chrome_unittests 10 # GN version: //ios/chrome:ios_chrome_unittests
11 'target_name': 'ios_chrome_unittests', 11 'target_name': 'ios_chrome_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_prefs_test_support',
16 '../../base/base.gyp:test_support_base', 15 '../../base/base.gyp:test_support_base',
17 '../../components/components.gyp:bookmarks_test_support', 16 '../../components/components.gyp:bookmarks_test_support',
18 '../../components/components.gyp:favicon_base', 17 '../../components/components.gyp:favicon_base',
19 '../../components/components.gyp:metrics', 18 '../../components/components.gyp:metrics',
20 '../../components/components.gyp:metrics_test_support', 19 '../../components/components.gyp:metrics_test_support',
21 '../../components/components.gyp:update_client', 20 '../../components/components.gyp:update_client',
22 '../../components/components.gyp:version_info', 21 '../../components/components.gyp:version_info',
22 '../../components/prefs/prefs.gyp:prefs_test_support',
23 '../../net/net.gyp:net_test_support', 23 '../../net/net.gyp:net_test_support',
24 '../../skia/skia.gyp:skia', 24 '../../skia/skia.gyp:skia',
25 '../../testing/gmock.gyp:gmock', 25 '../../testing/gmock.gyp:gmock',
26 '../../testing/gtest.gyp:gtest', 26 '../../testing/gtest.gyp:gtest',
27 '../../third_party/ocmock/ocmock.gyp:ocmock', 27 '../../third_party/ocmock/ocmock.gyp:ocmock',
28 '../../ui/gfx/gfx.gyp:gfx', 28 '../../ui/gfx/gfx.gyp:gfx',
29 '../../ui/gfx/gfx.gyp:gfx_test_support', 29 '../../ui/gfx/gfx.gyp:gfx_test_support',
30 '../ios_tests.gyp:test_support_ios', 30 '../ios_tests.gyp:test_support_ios',
31 '../web/ios_web.gyp:ios_web', 31 '../web/ios_web.gyp:ios_web',
32 '../web/ios_web.gyp:ios_web_test_support', 32 '../web/ios_web.gyp:ios_web_test_support',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'test/ios_chrome_scoped_testing_local_state.h', 130 'test/ios_chrome_scoped_testing_local_state.h',
131 'test/ios_chrome_unit_test_suite.cc', 131 'test/ios_chrome_unit_test_suite.cc',
132 'test/ios_chrome_unit_test_suite.h', 132 'test/ios_chrome_unit_test_suite.h',
133 'test/run_all_unittests.cc', 133 'test/run_all_unittests.cc',
134 'test/testing_application_context.cc', 134 'test/testing_application_context.cc',
135 'test/testing_application_context.h', 135 'test/testing_application_context.h',
136 ], 136 ],
137 }, 137 },
138 ], 138 ],
139 } 139 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698