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

Side by Side Diff: components/components_tests.gyp

Issue 233953002: Fix DEPS and project dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows build Created 6 years, 8 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/common_constants.gyp ('k') | no next file » | 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 { 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 # Dependencies of auto_login_parser 172 # Dependencies of auto_login_parser
173 'components.gyp:auto_login_parser', 173 'components.gyp:auto_login_parser',
174 174
175 # Dependencies of autofill 175 # Dependencies of autofill
176 'components.gyp:autofill_core_browser', 176 'components.gyp:autofill_core_browser',
177 'components.gyp:autofill_core_common', 177 'components.gyp:autofill_core_common',
178 'components.gyp:autofill_core_test_support', 178 'components.gyp:autofill_core_test_support',
179 'components_strings.gyp:components_strings', 179 'components_strings.gyp:components_strings',
180 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 180 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
181 181
182 # Dependencies of bookmarks
183 'components.gyp:bookmarks_core_common',
184
185 # Dependencies of cloud_devices 182 # Dependencies of cloud_devices
186 'components.gyp:cloud_devices', 183 'components.gyp:cloud_devices',
187 184
188 # Dependencies of dom_distiller 185 # Dependencies of dom_distiller
189 'components.gyp:distilled_page_proto', 186 'components.gyp:distilled_page_proto',
190 'components.gyp:dom_distiller_core', 187 'components.gyp:dom_distiller_core',
191 'components.gyp:dom_distiller_test_support', 188 'components.gyp:dom_distiller_test_support',
192 189
193 # Dependencies of domain_reliability 190 # Dependencies of domain_reliability
194 'components.gyp:domain_reliability', 191 'components.gyp:domain_reliability',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'dependencies': [ 629 'dependencies': [
633 '../base/allocator/allocator.gyp:allocator', 630 '../base/allocator/allocator.gyp:allocator',
634 ], 631 ],
635 }], 632 }],
636 ], 633 ],
637 }, 634 },
638 ], 635 ],
639 }], 636 }],
640 ], 637 ],
641 } 638 }
OLDNEW
« no previous file with comments | « chrome/common_constants.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698