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

Side by Side Diff: trunk/src/chrome/chrome_browser_ui.gypi

Issue 14753008: Revert 198867 "Gets the initial sync service status. In the next..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/sync_file_system_internals_ui.cc ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h', 2229 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h',
2230 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc', 2230 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc',
2231 'browser/ui/webui/signin/profile_signin_confirmation_ui.h', 2231 'browser/ui/webui/signin/profile_signin_confirmation_ui.h',
2232 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc', 2232 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc',
2233 'browser/ui/webui/signin_internals_ui.cc', 2233 'browser/ui/webui/signin_internals_ui.cc',
2234 'browser/ui/webui/signin_internals_ui.h', 2234 'browser/ui/webui/signin_internals_ui.h',
2235 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc', 2235 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc',
2236 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h', 2236 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h',
2237 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .cc', 2237 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .cc',
2238 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .h', 2238 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .h',
2239 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.cc', 2239 'browser/ui/webui/sync_file_system_internals_ui.cc',
2240 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.h', 2240 'browser/ui/webui/sync_file_system_internals_ui.h',
2241 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.cc',
2242 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.h',
2243 'browser/ui/webui/sync_internals_ui.cc', 2241 'browser/ui/webui/sync_internals_ui.cc',
2244 'browser/ui/webui/sync_internals_ui.h', 2242 'browser/ui/webui/sync_internals_ui.h',
2245 'browser/ui/webui/sync_promo/sync_promo_handler.cc', 2243 'browser/ui/webui/sync_promo/sync_promo_handler.cc',
2246 'browser/ui/webui/sync_promo/sync_promo_handler.h', 2244 'browser/ui/webui/sync_promo/sync_promo_handler.h',
2247 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 2245 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
2248 'browser/ui/webui/sync_promo/sync_promo_trial.h', 2246 'browser/ui/webui/sync_promo/sync_promo_trial.h',
2249 'browser/ui/webui/sync_promo/sync_promo_ui.cc', 2247 'browser/ui/webui/sync_promo/sync_promo_ui.cc',
2250 'browser/ui/webui/sync_promo/sync_promo_ui.h', 2248 'browser/ui/webui/sync_promo/sync_promo_ui.h',
2251 'browser/ui/webui/sync_setup_handler.cc', 2249 'browser/ui/webui/sync_setup_handler.cc',
2252 'browser/ui/webui/sync_setup_handler.h', 2250 'browser/ui/webui/sync_setup_handler.h',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 }], 2925 }],
2928 ['enable_message_center==1', { 2926 ['enable_message_center==1', {
2929 'dependencies': [ 2927 'dependencies': [
2930 '../ui/message_center/message_center.gyp:message_center', 2928 '../ui/message_center/message_center.gyp:message_center',
2931 ], 2929 ],
2932 }], 2930 }],
2933 ], 2931 ],
2934 }, 2932 },
2935 ], 2933 ],
2936 } 2934 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/sync_file_system_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698