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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 16398011: Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to test mac compile Created 7 years, 6 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 | « chrome/browser/ui/webui/sync_file_system_internals/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 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2286 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h', 2286 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h',
2287 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc', 2287 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc',
2288 'browser/ui/webui/signin/profile_signin_confirmation_ui.h', 2288 'browser/ui/webui/signin/profile_signin_confirmation_ui.h',
2289 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc', 2289 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc',
2290 'browser/ui/webui/signin_internals_ui.cc', 2290 'browser/ui/webui/signin_internals_ui.cc',
2291 'browser/ui/webui/signin_internals_ui.h', 2291 'browser/ui/webui/signin_internals_ui.h',
2292 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc', 2292 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc',
2293 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h', 2293 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h',
2294 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .cc', 2294 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .cc',
2295 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .h', 2295 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler .h',
2296 'browser/ui/webui/sync_file_system_internals/extension_statuses_handler. cc',
2297 'browser/ui/webui/sync_file_system_internals/extension_statuses_handler. h',
2296 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.cc', 2298 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.cc',
2297 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.h', 2299 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.h',
2298 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.cc', 2300 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.cc',
2299 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.h', 2301 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.h',
2300 'browser/ui/webui/sync_internals_ui.cc', 2302 'browser/ui/webui/sync_internals_ui.cc',
2301 'browser/ui/webui/sync_internals_ui.h', 2303 'browser/ui/webui/sync_internals_ui.h',
2302 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 2304 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
2303 'browser/ui/webui/sync_promo/sync_promo_trial.h', 2305 'browser/ui/webui/sync_promo/sync_promo_trial.h',
2304 'browser/ui/webui/sync_promo/sync_promo_ui.cc', 2306 'browser/ui/webui/sync_promo/sync_promo_ui.cc',
2305 'browser/ui/webui/sync_promo/sync_promo_ui.h', 2307 'browser/ui/webui/sync_promo/sync_promo_ui.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 ['enable_google_now==0', { 2999 ['enable_google_now==0', {
2998 'sources!': [ 3000 'sources!': [
2999 'browser/ui/webui/options/geolocation_options_handler.cc', 3001 'browser/ui/webui/options/geolocation_options_handler.cc',
3000 'browser/ui/webui/options/geolocation_options_handler.h', 3002 'browser/ui/webui/options/geolocation_options_handler.h',
3001 ], 3003 ],
3002 }], 3004 }],
3003 ], 3005 ],
3004 }, 3006 },
3005 ], 3007 ],
3006 } 3008 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698