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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2179283002: Refactored signin/sync error controllers for the avatar button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prototype 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
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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/profiles/profile_statistics_factory.cc', 1145 'browser/profiles/profile_statistics_factory.cc',
1146 'browser/profiles/profile_statistics_factory.h', 1146 'browser/profiles/profile_statistics_factory.h',
1147 'browser/signin/cross_device_promo.cc', 1147 'browser/signin/cross_device_promo.cc',
1148 'browser/signin/cross_device_promo.h', 1148 'browser/signin/cross_device_promo.h',
1149 'browser/signin/cross_device_promo_factory.cc', 1149 'browser/signin/cross_device_promo_factory.cc',
1150 'browser/signin/cross_device_promo_factory.h', 1150 'browser/signin/cross_device_promo_factory.h',
1151 'browser/signin/signin_global_error.cc', 1151 'browser/signin/signin_global_error.cc',
1152 'browser/signin/signin_global_error.h', 1152 'browser/signin/signin_global_error.h',
1153 'browser/signin/signin_global_error_factory.cc', 1153 'browser/signin/signin_global_error_factory.cc',
1154 'browser/signin/signin_global_error_factory.h', 1154 'browser/signin/signin_global_error_factory.h',
1155 'browser/sync/avatar_sync_error.cc',
1156 'browser/sync/avatar_sync_error.h',
1155 'browser/sync/sync_global_error.cc', 1157 'browser/sync/sync_global_error.cc',
1156 'browser/sync/sync_global_error.h', 1158 'browser/sync/sync_global_error.h',
1157 'browser/sync/sync_global_error_factory.cc', 1159 'browser/sync/sync_global_error_factory.cc',
1158 'browser/sync/sync_global_error_factory.h', 1160 'browser/sync/sync_global_error_factory.h',
1159 'browser/upgrade_detector_impl.cc', 1161 'browser/upgrade_detector_impl.cc',
1160 'browser/upgrade_detector_impl.h', 1162 'browser/upgrade_detector_impl.h',
1161 ], 1163 ],
1162 # Miscellaneous files that were brought up on iOS before the decision not 1164 # Miscellaneous files that were brought up on iOS before the decision not
1163 # to use chrome/ for iOS. These, plus a few of the directory-specific 1165 # to use chrome/ for iOS. These, plus a few of the directory-specific
1164 # source lists below, are all that are built on iOS. These are built 1166 # source lists below, are all that are built on iOS. These are built
(...skipping 3174 matching lines...) Expand 10 before | Expand all | Expand 10 after
4339 '../components/components.gyp:rlz', 4341 '../components/components.gyp:rlz',
4340 '../components/components.gyp:search_engines', 4342 '../components/components.gyp:search_engines',
4341 '../rlz/rlz.gyp:rlz_lib', 4343 '../rlz/rlz.gyp:rlz_lib',
4342 'common', 4344 'common',
4343 ], 4345 ],
4344 }, 4346 },
4345 ], 4347 ],
4346 }], 4348 }],
4347 ], 4349 ],
4348 } 4350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698