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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. Created 5 years, 2 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/sync/sessions/page_revisit_broadcaster_unittest.cc ('k') | components/BUILD.gn » ('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 3121 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 '../components/components.gyp:search', 3132 '../components/components.gyp:search',
3133 '../components/components.gyp:search_engines', 3133 '../components/components.gyp:search_engines',
3134 '../components/components.gyp:search_provider_logos', 3134 '../components/components.gyp:search_provider_logos',
3135 '../components/components.gyp:security_interstitials_core', 3135 '../components/components.gyp:security_interstitials_core',
3136 '../components/components.gyp:ssl_errors', 3136 '../components/components.gyp:ssl_errors',
3137 '../components/components.gyp:suggestions', 3137 '../components/components.gyp:suggestions',
3138 '../components/components.gyp:signin_core_browser', 3138 '../components/components.gyp:signin_core_browser',
3139 '../components/components.gyp:startup_metric_utils', 3139 '../components/components.gyp:startup_metric_utils',
3140 '../components/components.gyp:sync_bookmarks', 3140 '../components/components.gyp:sync_bookmarks',
3141 '../components/components.gyp:sync_driver', 3141 '../components/components.gyp:sync_driver',
3142 '../components/components.gyp:sync_sessions',
3142 '../components/components.gyp:translate_core_browser', 3143 '../components/components.gyp:translate_core_browser',
3143 '../components/components.gyp:translate_core_common', 3144 '../components/components.gyp:translate_core_common',
3144 '../components/components.gyp:update_client', 3145 '../components/components.gyp:update_client',
3145 '../components/components.gyp:undo_component', 3146 '../components/components.gyp:undo_component',
3146 '../components/components.gyp:user_prefs', 3147 '../components/components.gyp:user_prefs',
3147 '../components/components.gyp:wallpaper', 3148 '../components/components.gyp:wallpaper',
3148 '../components/components_strings.gyp:components_strings', 3149 '../components/components_strings.gyp:components_strings',
3149 # This depends directly on the variations target, rather than just 3150 # This depends directly on the variations target, rather than just
3150 # transitively via the common target because the proto sources need to 3151 # transitively via the common target because the proto sources need to
3151 # be generated before code in this target can start building. 3152 # be generated before code in this target can start building.
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 '../components/components.gyp:omnibox_browser', 4121 '../components/components.gyp:omnibox_browser',
4121 '../components/components.gyp:rlz', 4122 '../components/components.gyp:rlz',
4122 '../components/components.gyp:search_engines', 4123 '../components/components.gyp:search_engines',
4123 '../rlz/rlz.gyp:rlz_lib', 4124 '../rlz/rlz.gyp:rlz_lib',
4124 ], 4125 ],
4125 }, 4126 },
4126 ], 4127 ],
4127 }], 4128 }],
4128 ], 4129 ],
4129 } 4130 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/sessions/page_revisit_broadcaster_unittest.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698