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

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: Re-upload with --no-find-copies 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '../content/content_shell_and_tests.gyp:test_support_content', 160 '../content/content_shell_and_tests.gyp:test_support_content',
161 '../sync/sync.gyp:sync', 161 '../sync/sync.gyp:sync',
162 '../sync/sync.gyp:test_support_sync_api', 162 '../sync/sync.gyp:test_support_sync_api',
163 '../testing/gmock.gyp:gmock', 163 '../testing/gmock.gyp:gmock',
164 '../testing/gtest.gyp:gtest', 164 '../testing/gtest.gyp:gtest',
165 '../ui/base/ui_base.gyp:ui_base', 165 '../ui/base/ui_base.gyp:ui_base',
166 '../ui/gfx/gfx.gyp:gfx', 166 '../ui/gfx/gfx.gyp:gfx',
167 167
168 'components_resources.gyp:components_resources', 168 'components_resources.gyp:components_resources',
169 169
170 # Dependencies of auto_login_parser 170 # Dependencies of auto_login_parser
tfarina 2014/04/08 16:30:34 one day I want to clean this list and remove this
sdefresne 2014/04/08 22:04:43 Ack.
171 'components.gyp:auto_login_parser', 171 'components.gyp:auto_login_parser',
172 172
173 # Dependencies of autofill 173 # Dependencies of autofill
174 'components.gyp:autofill_core_browser', 174 'components.gyp:autofill_core_browser',
175 'components.gyp:autofill_core_common', 175 'components.gyp:autofill_core_common',
176 'components.gyp:autofill_core_test_support', 176 'components.gyp:autofill_core_test_support',
177 'components_strings.gyp:components_strings', 177 'components_strings.gyp:components_strings',
178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
179 179
180 # Dependencies of bookmarks
181 'components.gyp:bookmarks',
182
180 # Dependencies of cloud_devices 183 # Dependencies of cloud_devices
181 'components.gyp:cloud_devices', 184 'components.gyp:cloud_devices',
182 185
183 # Dependencies of dom_distiller 186 # Dependencies of dom_distiller
184 'components.gyp:distilled_page_proto', 187 'components.gyp:distilled_page_proto',
185 'components.gyp:dom_distiller_core', 188 'components.gyp:dom_distiller_core',
186 'components.gyp:dom_distiller_test_support', 189 'components.gyp:dom_distiller_test_support',
187 190
188 # Dependencies of domain_reliability 191 # Dependencies of domain_reliability
189 'components.gyp:domain_reliability', 192 'components.gyp:domain_reliability',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'dependencies': [ 625 'dependencies': [
623 '../base/allocator/allocator.gyp:allocator', 626 '../base/allocator/allocator.gyp:allocator',
624 ], 627 ],
625 }], 628 }],
626 ], 629 ],
627 }, 630 },
628 ], 631 ],
629 }], 632 }],
630 ], 633 ],
631 } 634 }
OLDNEW
« components/bookmarks/bookmark_pref_names.h ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698