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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17167006: move sync_promo_ui to non-webui-specific directory (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed include guard on moved file 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
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.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 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 'browser/ui/sync/inline_login_dialog.cc', 1422 'browser/ui/sync/inline_login_dialog.cc',
1423 'browser/ui/sync/inline_login_dialog.h', 1423 'browser/ui/sync/inline_login_dialog.h',
1424 'browser/ui/sync/one_click_signin_helper.cc', 1424 'browser/ui/sync/one_click_signin_helper.cc',
1425 'browser/ui/sync/one_click_signin_helper.h', 1425 'browser/ui/sync/one_click_signin_helper.h',
1426 'browser/ui/sync/one_click_signin_histogram.h', 1426 'browser/ui/sync/one_click_signin_histogram.h',
1427 'browser/ui/sync/one_click_signin_sync_starter.cc', 1427 'browser/ui/sync/one_click_signin_sync_starter.cc',
1428 'browser/ui/sync/one_click_signin_sync_starter.h', 1428 'browser/ui/sync/one_click_signin_sync_starter.h',
1429 'browser/ui/sync/profile_signin_confirmation_helper.cc', 1429 'browser/ui/sync/profile_signin_confirmation_helper.cc',
1430 'browser/ui/sync/profile_signin_confirmation_helper.h', 1430 'browser/ui/sync/profile_signin_confirmation_helper.h',
1431 'browser/ui/sync/signin_histogram.h', 1431 'browser/ui/sync/signin_histogram.h',
1432 'browser/ui/sync/sync_promo_ui.cc',
1433 'browser/ui/sync/sync_promo_ui.h',
1432 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 1434 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
1433 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 1435 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
1434 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 1436 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
1435 'browser/ui/tab_contents/core_tab_helper.cc', 1437 'browser/ui/tab_contents/core_tab_helper.cc',
1436 'browser/ui/tab_contents/core_tab_helper.h', 1438 'browser/ui/tab_contents/core_tab_helper.h',
1437 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 1439 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
1438 'browser/ui/tab_contents/core_tab_helper_delegate.h', 1440 'browser/ui/tab_contents/core_tab_helper_delegate.h',
1439 'browser/ui/tab_contents/tab_contents_iterator.cc', 1441 'browser/ui/tab_contents/tab_contents_iterator.cc',
1440 'browser/ui/tab_contents/tab_contents_iterator.h', 1442 'browser/ui/tab_contents/tab_contents_iterator.h',
1441 'browser/ui/tab_modal_confirm_dialog.h', 1443 'browser/ui/tab_modal_confirm_dialog.h',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 'browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc', 2302 'browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc',
2301 'browser/ui/webui/sync_file_system_internals/file_metadata_handler.h', 2303 'browser/ui/webui/sync_file_system_internals/file_metadata_handler.h',
2302 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.cc', 2304 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.cc',
2303 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.h', 2305 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ handler.h',
2304 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.cc', 2306 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.cc',
2305 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.h', 2307 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ ui.h',
2306 'browser/ui/webui/sync_internals_ui.cc', 2308 'browser/ui/webui/sync_internals_ui.cc',
2307 'browser/ui/webui/sync_internals_ui.h', 2309 'browser/ui/webui/sync_internals_ui.h',
2308 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 2310 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
2309 'browser/ui/webui/sync_promo/sync_promo_trial.h', 2311 'browser/ui/webui/sync_promo/sync_promo_trial.h',
2310 'browser/ui/webui/sync_promo/sync_promo_ui.cc',
2311 'browser/ui/webui/sync_promo/sync_promo_ui.h',
2312 'browser/ui/webui/sync_setup_handler.cc', 2312 'browser/ui/webui/sync_setup_handler.cc',
2313 'browser/ui/webui/sync_setup_handler.h', 2313 'browser/ui/webui/sync_setup_handler.h',
2314 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', 2314 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc',
2315 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', 2315 'browser/ui/webui/tab_modal_confirm_dialog_webui.h',
2316 'browser/ui/webui/task_manager/task_manager_dialog.cc', 2316 'browser/ui/webui/task_manager/task_manager_dialog.cc',
2317 'browser/ui/webui/task_manager/task_manager_dialog.h', 2317 'browser/ui/webui/task_manager/task_manager_dialog.h',
2318 'browser/ui/webui/task_manager/task_manager_handler.cc', 2318 'browser/ui/webui/task_manager/task_manager_handler.cc',
2319 'browser/ui/webui/task_manager/task_manager_handler.h', 2319 'browser/ui/webui/task_manager/task_manager_handler.h',
2320 'browser/ui/webui/task_manager/task_manager_ui.cc', 2320 'browser/ui/webui/task_manager/task_manager_ui.cc',
2321 'browser/ui/webui/task_manager/task_manager_ui.h', 2321 'browser/ui/webui/task_manager/task_manager_ui.h',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 ['enable_google_now==0', { 3003 ['enable_google_now==0', {
3004 'sources!': [ 3004 'sources!': [
3005 'browser/ui/webui/options/geolocation_options_handler.cc', 3005 'browser/ui/webui/options/geolocation_options_handler.cc',
3006 'browser/ui/webui/options/geolocation_options_handler.h', 3006 'browser/ui/webui/options/geolocation_options_handler.h',
3007 ], 3007 ],
3008 }], 3008 }],
3009 ], 3009 ],
3010 }, 3010 },
3011 ], 3011 ],
3012 } 3012 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698