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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('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 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 '../components/components.gyp:security_state', 3323 '../components/components.gyp:security_state',
3324 '../components/components.gyp:ssl_errors', 3324 '../components/components.gyp:ssl_errors',
3325 '../components/components.gyp:suggestions', 3325 '../components/components.gyp:suggestions',
3326 '../components/components.gyp:signin_core_browser', 3326 '../components/components.gyp:signin_core_browser',
3327 '../components/components.gyp:startup_metric_utils_browser', 3327 '../components/components.gyp:startup_metric_utils_browser',
3328 '../components/components.gyp:startup_metric_utils_browser_host', 3328 '../components/components.gyp:startup_metric_utils_browser_host',
3329 '../components/components.gyp:subresource_filter_content_browser', 3329 '../components/components.gyp:subresource_filter_content_browser',
3330 '../components/components.gyp:subresource_filter_core_browser', 3330 '../components/components.gyp:subresource_filter_core_browser',
3331 '../components/components.gyp:supervised_user_error_page', 3331 '../components/components.gyp:supervised_user_error_page',
3332 '../components/components.gyp:sync_bookmarks', 3332 '../components/components.gyp:sync_bookmarks',
3333 '../components/components.gyp:sync_driver',
3334 '../components/components.gyp:sync_sessions', 3333 '../components/components.gyp:sync_sessions',
3335 '../components/components.gyp:translate_core_browser', 3334 '../components/components.gyp:translate_core_browser',
3336 '../components/components.gyp:translate_core_common', 3335 '../components/components.gyp:translate_core_common',
3337 '../components/components.gyp:update_client', 3336 '../components/components.gyp:update_client',
3338 '../components/components.gyp:undo_component', 3337 '../components/components.gyp:undo_component',
3339 '../components/components.gyp:user_prefs', 3338 '../components/components.gyp:user_prefs',
3340 '../components/components_strings.gyp:components_strings', 3339 '../components/components_strings.gyp:components_strings',
3341 # This depends directly on the variations target, rather than just 3340 # This depends directly on the variations target, rather than just
3342 # transitively via the common target because the proto sources need to 3341 # transitively via the common target because the proto sources need to
3343 # be generated before code in this target can start building. 3342 # be generated before code in this target can start building.
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
4347 '../components/components.gyp:rlz', 4346 '../components/components.gyp:rlz',
4348 '../components/components.gyp:search_engines', 4347 '../components/components.gyp:search_engines',
4349 '../rlz/rlz.gyp:rlz_lib', 4348 '../rlz/rlz.gyp:rlz_lib',
4350 'common', 4349 'common',
4351 ], 4350 ],
4352 }, 4351 },
4353 ], 4352 ],
4354 }], 4353 }],
4355 ], 4354 ],
4356 } 4355 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698