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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1432033003: Delete the auto-launch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +line break Created 5 years, 1 month 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/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 # Files used on iOS. iOS uses only these files and does not share other 1337 # Files used on iOS. iOS uses only these files and does not share other
1338 # lists, so a file may appear here and in the non_ios_sources also. 1338 # lists, so a file may appear here and in the non_ios_sources also.
1339 'chrome_browser_ui_ios_sources': [ 1339 'chrome_browser_ui_ios_sources': [
1340 'browser/ui/profile_error_dialog.cc', 1340 'browser/ui/profile_error_dialog.cc',
1341 'browser/ui/profile_error_dialog.h', 1341 'browser/ui/profile_error_dialog.h',
1342 ], 1342 ],
1343 # Counts desktop Linux and ChromeOS. 1343 # Counts desktop Linux and ChromeOS.
1344 'chrome_browser_ui_linux_sources': [ 1344 'chrome_browser_ui_linux_sources': [
1345 'browser/ui/certificate_dialogs.cc', 1345 'browser/ui/certificate_dialogs.cc',
1346 'browser/ui/certificate_dialogs.h', 1346 'browser/ui/certificate_dialogs.h',
1347 'browser/ui/startup/autolaunch_prompt.cc',
1348 'browser/ui/views/apps/chrome_app_window_client_views.cc', 1347 'browser/ui/views/apps/chrome_app_window_client_views.cc',
1349 'browser/ui/webui/certificate_viewer_ui.cc', 1348 'browser/ui/webui/certificate_viewer_ui.cc',
1350 'browser/ui/webui/certificate_viewer_ui.h', 1349 'browser/ui/webui/certificate_viewer_ui.h',
1351 'browser/ui/webui/certificate_viewer_webui.cc', 1350 'browser/ui/webui/certificate_viewer_webui.cc',
1352 'browser/ui/webui/certificate_viewer_webui.h', 1351 'browser/ui/webui/certificate_viewer_webui.h',
1353 ], 1352 ],
1354 'chrome_browser_ui_mac_sources': [ 1353 'chrome_browser_ui_mac_sources': [
1355 'browser/ui/cocoa/accelerator_utils_cocoa.mm', 1354 'browser/ui/cocoa/accelerator_utils_cocoa.mm',
1356 'browser/ui/cocoa/accelerators_cocoa.h', 1355 'browser/ui/cocoa/accelerators_cocoa.h',
1357 'browser/ui/cocoa/accelerators_cocoa.mm', 1356 'browser/ui/cocoa/accelerators_cocoa.mm',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h', 1438 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h',
1440 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm', 1439 'browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.mm',
1441 'browser/ui/cocoa/ui_localizer.h', 1440 'browser/ui/cocoa/ui_localizer.h',
1442 'browser/ui/cocoa/ui_localizer.mm', 1441 'browser/ui/cocoa/ui_localizer.mm',
1443 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h', 1442 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.h',
1444 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm', 1443 'browser/ui/cocoa/web_contents_modal_dialog_host_cocoa.mm',
1445 # TODO(estade): this class should be folded into 1444 # TODO(estade): this class should be folded into
1446 # manage_passwords_decoration.mm 1445 # manage_passwords_decoration.mm
1447 'browser/ui/passwords/manage_passwords_icon.cc', 1446 'browser/ui/passwords/manage_passwords_icon.cc',
1448 'browser/ui/passwords/manage_passwords_icon.h', 1447 'browser/ui/passwords/manage_passwords_icon.h',
1449 'browser/ui/startup/autolaunch_prompt.cc',
1450 'browser/ui/web_contents_sizer.mm', 1448 'browser/ui/web_contents_sizer.mm',
1451 ], 1449 ],
1452 'chrome_browser_ui_media_router_sources': [ 1450 'chrome_browser_ui_media_router_sources': [
1453 'browser/ui/toolbar/media_router_action.cc', 1451 'browser/ui/toolbar/media_router_action.cc',
1454 'browser/ui/toolbar/media_router_action.h', 1452 'browser/ui/toolbar/media_router_action.h',
1455 'browser/ui/toolbar/media_router_action_platform_delegate.h', 1453 'browser/ui/toolbar/media_router_action_platform_delegate.h',
1456 'browser/ui/toolbar/media_router_contextual_menu.cc', 1454 'browser/ui/toolbar/media_router_contextual_menu.cc',
1457 'browser/ui/toolbar/media_router_contextual_menu.h', 1455 'browser/ui/toolbar/media_router_contextual_menu.h',
1458 'browser/ui/views/toolbar/media_router_action_platform_delegate_views.cc', 1456 'browser/ui/views/toolbar/media_router_action_platform_delegate_views.cc',
1459 'browser/ui/views/toolbar/media_router_action_platform_delegate_views.h', 1457 'browser/ui/views/toolbar/media_router_action_platform_delegate_views.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 'browser/ui/search/search_delegate.h', 1657 'browser/ui/search/search_delegate.h',
1660 'browser/ui/search/search_ui.cc', 1658 'browser/ui/search/search_ui.cc',
1661 'browser/ui/search/search_ui.h', 1659 'browser/ui/search/search_ui.h',
1662 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 1660 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
1663 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 1661 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
1664 'browser/ui/settings_window_manager.cc', 1662 'browser/ui/settings_window_manager.cc',
1665 'browser/ui/settings_window_manager.h', 1663 'browser/ui/settings_window_manager.h',
1666 'browser/ui/settings_window_manager_observer.h', 1664 'browser/ui/settings_window_manager_observer.h',
1667 'browser/ui/singleton_tabs.cc', 1665 'browser/ui/singleton_tabs.cc',
1668 'browser/ui/singleton_tabs.h', 1666 'browser/ui/singleton_tabs.h',
1669 'browser/ui/startup/autolaunch_prompt.h',
1670 'browser/ui/startup/autolaunch_prompt_win.cc',
1671 'browser/ui/startup/bad_flags_prompt.cc', 1667 'browser/ui/startup/bad_flags_prompt.cc',
1672 'browser/ui/startup/bad_flags_prompt.h', 1668 'browser/ui/startup/bad_flags_prompt.h',
1673 'browser/ui/startup/google_api_keys_infobar_delegate.cc', 1669 'browser/ui/startup/google_api_keys_infobar_delegate.cc',
1674 'browser/ui/startup/google_api_keys_infobar_delegate.h', 1670 'browser/ui/startup/google_api_keys_infobar_delegate.h',
1675 'browser/ui/startup/obsolete_system_infobar_delegate.cc', 1671 'browser/ui/startup/obsolete_system_infobar_delegate.cc',
1676 'browser/ui/startup/obsolete_system_infobar_delegate.h', 1672 'browser/ui/startup/obsolete_system_infobar_delegate.h',
1677 'browser/ui/startup/session_crashed_infobar_delegate.cc', 1673 'browser/ui/startup/session_crashed_infobar_delegate.cc',
1678 'browser/ui/startup/session_crashed_infobar_delegate.h', 1674 'browser/ui/startup/session_crashed_infobar_delegate.h',
1679 'browser/ui/startup/startup_browser_creator.cc', 1675 'browser/ui/startup/startup_browser_creator.cc',
1680 'browser/ui/startup/startup_browser_creator.h', 1676 'browser/ui/startup/startup_browser_creator.h',
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
3272 ], 3268 ],
3273 'sources': [ 3269 'sources': [
3274 '<@(chrome_browser_ui_non_mobile_sources)', 3270 '<@(chrome_browser_ui_non_mobile_sources)',
3275 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3271 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3276 ], 3272 ],
3277 }], 3273 }],
3278 ], 3274 ],
3279 }, 3275 },
3280 ], 3276 ],
3281 } 3277 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698