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

Side by Side Diff: components/components_tests.gyp

Issue 228393004: Create bookmarks component with names of bookmark preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix includes and DEPS 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
« chrome/chrome_browser.gypi ('K') | « components/components.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',
tfarina 2014/04/10 17:53:18 why did you add this dep here? As far I as can see
184
182 # Dependencies of cloud_devices 185 # Dependencies of cloud_devices
183 'components.gyp:cloud_devices', 186 'components.gyp:cloud_devices',
184 187
185 # Dependencies of dom_distiller 188 # Dependencies of dom_distiller
186 'components.gyp:distilled_page_proto', 189 'components.gyp:distilled_page_proto',
187 'components.gyp:dom_distiller_core', 190 'components.gyp:dom_distiller_core',
188 'components.gyp:dom_distiller_test_support', 191 'components.gyp:dom_distiller_test_support',
189 192
190 # Dependencies of domain_reliability 193 # Dependencies of domain_reliability
191 'components.gyp:domain_reliability', 194 'components.gyp:domain_reliability',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'dependencies': [ 630 'dependencies': [
628 '../base/allocator/allocator.gyp:allocator', 631 '../base/allocator/allocator.gyp:allocator',
629 ], 632 ],
630 }], 633 }],
631 ], 634 ],
632 }, 635 },
633 ], 636 ],
634 }], 637 }],
635 ], 638 ],
636 } 639 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698