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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 25373009: Translate: New Bubble UX (for the view toolkit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 'Try again' button; rename enum names Created 7 years, 2 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 '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 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'browser/ui/toolbar/toolbar_model.h', 1555 'browser/ui/toolbar/toolbar_model.h',
1556 'browser/ui/toolbar/toolbar_model_impl.cc', 1556 'browser/ui/toolbar/toolbar_model_impl.cc',
1557 'browser/ui/toolbar/toolbar_model_impl.h', 1557 'browser/ui/toolbar/toolbar_model_impl.h',
1558 'browser/ui/toolbar/toolbar_model_delegate.h', 1558 'browser/ui/toolbar/toolbar_model_delegate.h',
1559 'browser/ui/toolbar/toolbar_model_security_level_list.h', 1559 'browser/ui/toolbar/toolbar_model_security_level_list.h',
1560 'browser/ui/toolbar/wrench_icon_painter.cc', 1560 'browser/ui/toolbar/wrench_icon_painter.cc',
1561 'browser/ui/toolbar/wrench_icon_painter.h', 1561 'browser/ui/toolbar/wrench_icon_painter.h',
1562 'browser/ui/toolbar/wrench_menu_model.cc', 1562 'browser/ui/toolbar/wrench_menu_model.cc',
1563 'browser/ui/toolbar/wrench_menu_model.h', 1563 'browser/ui/toolbar/wrench_menu_model.h',
1564 'browser/ui/top_level_widget.h', 1564 'browser/ui/top_level_widget.h',
1565 'browser/ui/translate/language_combobox_model.cc',
1566 'browser/ui/translate/language_combobox_model.h',
1567 'browser/ui/translate/translate_bubble.h',
1565 'browser/ui/uma_browsing_activity_observer.cc', 1568 'browser/ui/uma_browsing_activity_observer.cc',
1566 'browser/ui/uma_browsing_activity_observer.h', 1569 'browser/ui/uma_browsing_activity_observer.h',
1567 'browser/ui/uninstall_browser_prompt.h', 1570 'browser/ui/uninstall_browser_prompt.h',
1568 'browser/ui/unload_controller.cc', 1571 'browser/ui/unload_controller.cc',
1569 'browser/ui/unload_controller.h', 1572 'browser/ui/unload_controller.h',
1570 'browser/ui/user_data_dir_dialog.h', 1573 'browser/ui/user_data_dir_dialog.h',
1571 'browser/ui/validation_message_bubble.h', 1574 'browser/ui/validation_message_bubble.h',
1572 'browser/ui/view_ids.h', 1575 'browser/ui/view_ids.h',
1573 'browser/ui/views/accelerator_utils_aura.cc', 1576 'browser/ui/views/accelerator_utils_aura.cc',
1574 'browser/ui/views/accelerator_utils_views.cc', 1577 'browser/ui/views/accelerator_utils_views.cc',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1885 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1883 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1886 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1884 'browser/ui/views/location_bar/page_info_helper.cc', 1887 'browser/ui/views/location_bar/page_info_helper.cc',
1885 'browser/ui/views/location_bar/page_info_helper.h', 1888 'browser/ui/views/location_bar/page_info_helper.h',
1886 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1889 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1887 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1890 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1888 'browser/ui/views/location_bar/selected_keyword_view.cc', 1891 'browser/ui/views/location_bar/selected_keyword_view.cc',
1889 'browser/ui/views/location_bar/selected_keyword_view.h', 1892 'browser/ui/views/location_bar/selected_keyword_view.h',
1890 'browser/ui/views/location_bar/star_view.cc', 1893 'browser/ui/views/location_bar/star_view.cc',
1891 'browser/ui/views/location_bar/star_view.h', 1894 'browser/ui/views/location_bar/star_view.h',
1895 'browser/ui/views/location_bar/translate_icon_view.cc',
1896 'browser/ui/views/location_bar/translate_icon_view.h',
1892 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1897 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1893 'browser/ui/views/location_bar/zoom_bubble_view.h', 1898 'browser/ui/views/location_bar/zoom_bubble_view.h',
1894 'browser/ui/views/location_bar/zoom_view.cc', 1899 'browser/ui/views/location_bar/zoom_view.cc',
1895 'browser/ui/views/location_bar/zoom_view.h', 1900 'browser/ui/views/location_bar/zoom_view.h',
1896 'browser/ui/views/login_prompt_views.cc', 1901 'browser/ui/views/login_prompt_views.cc',
1897 'browser/ui/views/login_view.cc', 1902 'browser/ui/views/login_view.cc',
1898 'browser/ui/views/login_view.h', 1903 'browser/ui/views/login_view.h',
1899 'browser/ui/views/message_center/message_center_frame_view.cc', 1904 'browser/ui/views/message_center/message_center_frame_view.cc',
1900 'browser/ui/views/message_center/message_center_frame_view.h', 1905 'browser/ui/views/message_center/message_center_frame_view.h',
1901 'browser/ui/views/message_center/message_center_widget_delegate.h', 1906 'browser/ui/views/message_center/message_center_widget_delegate.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'browser/ui/views/tabs/tab_strip.h', 2015 'browser/ui/views/tabs/tab_strip.h',
2011 'browser/ui/views/tabs/tab_strip_controller.h', 2016 'browser/ui/views/tabs/tab_strip_controller.h',
2012 'browser/ui/views/task_manager_view.cc', 2017 'browser/ui/views/task_manager_view.cc',
2013 'browser/ui/views/theme_image_mapper.cc', 2018 'browser/ui/views/theme_image_mapper.cc',
2014 'browser/ui/views/theme_image_mapper.h', 2019 'browser/ui/views/theme_image_mapper.h',
2015 'browser/ui/views/theme_image_mapper_aura_win.cc', 2020 'browser/ui/views/theme_image_mapper_aura_win.cc',
2016 'browser/ui/views/toolbar_view.cc', 2021 'browser/ui/views/toolbar_view.cc',
2017 'browser/ui/views/toolbar_view.h', 2022 'browser/ui/views/toolbar_view.h',
2018 'browser/ui/views/top_level_widget_views.cc', 2023 'browser/ui/views/top_level_widget_views.cc',
2019 'browser/ui/views/touch_uma/touch_uma.h', 2024 'browser/ui/views/touch_uma/touch_uma.h',
2025 'browser/ui/views/translate/translate_bubble_view.cc',
2026 'browser/ui/views/translate/translate_bubble_view.h',
2020 'browser/ui/views/uninstall_view.cc', 2027 'browser/ui/views/uninstall_view.cc',
2021 'browser/ui/views/uninstall_view.h', 2028 'browser/ui/views/uninstall_view.h',
2022 'browser/ui/views/update_recommended_message_box.cc', 2029 'browser/ui/views/update_recommended_message_box.cc',
2023 'browser/ui/views/update_recommended_message_box.h', 2030 'browser/ui/views/update_recommended_message_box.h',
2024 'browser/ui/views/outdated_upgrade_bubble_view.h', 2031 'browser/ui/views/outdated_upgrade_bubble_view.h',
2025 'browser/ui/views/outdated_upgrade_bubble_view.cc', 2032 'browser/ui/views/outdated_upgrade_bubble_view.cc',
2026 'browser/ui/views/user_data_dir_dialog_view.cc', 2033 'browser/ui/views/user_data_dir_dialog_view.cc',
2027 'browser/ui/views/user_data_dir_dialog_view.h', 2034 'browser/ui/views/user_data_dir_dialog_view.h',
2028 'browser/ui/views/validation_message_bubble_delegate.h', 2035 'browser/ui/views/validation_message_bubble_delegate.h',
2029 'browser/ui/views/validation_message_bubble_delegate.cc', 2036 'browser/ui/views/validation_message_bubble_delegate.cc',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3264 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3258 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3265 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3259 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3266 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3260 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3267 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3261 ], 3268 ],
3262 }], 3269 }],
3263 ], 3270 ],
3264 }, 3271 },
3265 ], 3272 ],
3266 } 3273 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698