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

Side by Side Diff: components/components_tests.gyp

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'include_dirs': [ 1118 'include_dirs': [
1119 '..', 1119 '..',
1120 ], 1120 ],
1121 'dependencies': [ 1121 'dependencies': [
1122 '../base/base.gyp:base', 1122 '../base/base.gyp:base',
1123 '../base/base.gyp:test_support_base', 1123 '../base/base.gyp:test_support_base',
1124 '../google_apis/google_apis.gyp:google_apis_test_support', 1124 '../google_apis/google_apis.gyp:google_apis_test_support',
1125 '../jingle/jingle.gyp:notifier_test_util', 1125 '../jingle/jingle.gyp:notifier_test_util',
1126 '../net/net.gyp:net_test_support', 1126 '../net/net.gyp:net_test_support',
1127 '../sql/sql.gyp:test_support_sql', 1127 '../sql/sql.gyp:test_support_sql',
1128 '../sync/sync.gyp:sync', 1128 '../components/sync.gyp:sync',
1129 '../sync/sync.gyp:test_support_sync_api', 1129 '../components/sync.gyp:test_support_sync_api',
1130 '../testing/gmock.gyp:gmock', 1130 '../testing/gmock.gyp:gmock',
1131 '../testing/gtest.gyp:gtest', 1131 '../testing/gtest.gyp:gtest',
1132 '../third_party/icu/icu.gyp:icui18n', 1132 '../third_party/icu/icu.gyp:icui18n',
1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1134 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 1134 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
1135 '../third_party/libjingle/libjingle.gyp:libjingle', 1135 '../third_party/libjingle/libjingle.gyp:libjingle',
1136 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1136 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1137 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1137 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1138 '../third_party/re2/re2.gyp:re2', 1138 '../third_party/re2/re2.gyp:re2',
1139 '../ui/base/ui_base.gyp:ui_base', 1139 '../ui/base/ui_base.gyp:ui_base',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
2049 'dependencies': [ 2049 'dependencies': [
2050 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2050 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2051 ], 2051 ],
2052 }], 2052 }],
2053 ], 2053 ],
2054 }, 2054 },
2055 ], 2055 ],
2056 }], 2056 }],
2057 ], 2057 ],
2058 } 2058 }
OLDNEW
« no previous file with comments | « components/browsing_data_ui/history_notice_utils_unittest.cc ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698