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

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 the browser test 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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'browser/ui/toolbar/toolbar_model.h', 1561 'browser/ui/toolbar/toolbar_model.h',
1562 'browser/ui/toolbar/toolbar_model_impl.cc', 1562 'browser/ui/toolbar/toolbar_model_impl.cc',
1563 'browser/ui/toolbar/toolbar_model_impl.h', 1563 'browser/ui/toolbar/toolbar_model_impl.h',
1564 'browser/ui/toolbar/toolbar_model_delegate.h', 1564 'browser/ui/toolbar/toolbar_model_delegate.h',
1565 'browser/ui/toolbar/toolbar_model_security_level_list.h', 1565 'browser/ui/toolbar/toolbar_model_security_level_list.h',
1566 'browser/ui/toolbar/wrench_icon_painter.cc', 1566 'browser/ui/toolbar/wrench_icon_painter.cc',
1567 'browser/ui/toolbar/wrench_icon_painter.h', 1567 'browser/ui/toolbar/wrench_icon_painter.h',
1568 'browser/ui/toolbar/wrench_menu_model.cc', 1568 'browser/ui/toolbar/wrench_menu_model.cc',
1569 'browser/ui/toolbar/wrench_menu_model.h', 1569 'browser/ui/toolbar/wrench_menu_model.h',
1570 'browser/ui/top_level_widget.h', 1570 'browser/ui/top_level_widget.h',
1571 'browser/ui/translate/language_combobox_model.cc',
1572 'browser/ui/translate/language_combobox_model.h',
1573 'browser/ui/translate/translate_bubble_model.h',
1574 'browser/ui/translate/translate_bubble_model_impl.cc',
1575 'browser/ui/translate/translate_bubble_model_impl.h',
1576 'browser/ui/translate/translate_bubble_view_state_transition.cc',
1577 'browser/ui/translate/translate_bubble_view_state_transition.h',
1571 'browser/ui/uma_browsing_activity_observer.cc', 1578 'browser/ui/uma_browsing_activity_observer.cc',
1572 'browser/ui/uma_browsing_activity_observer.h', 1579 'browser/ui/uma_browsing_activity_observer.h',
1573 'browser/ui/uninstall_browser_prompt.h', 1580 'browser/ui/uninstall_browser_prompt.h',
1574 'browser/ui/unload_controller.cc', 1581 'browser/ui/unload_controller.cc',
1575 'browser/ui/unload_controller.h', 1582 'browser/ui/unload_controller.h',
1576 'browser/ui/user_data_dir_dialog.h', 1583 'browser/ui/user_data_dir_dialog.h',
1577 'browser/ui/validation_message_bubble.h', 1584 'browser/ui/validation_message_bubble.h',
1578 'browser/ui/view_ids.h', 1585 'browser/ui/view_ids.h',
1579 'browser/ui/views/accelerator_utils_aura.cc', 1586 'browser/ui/views/accelerator_utils_aura.cc',
1580 'browser/ui/views/accelerator_utils_views.cc', 1587 'browser/ui/views/accelerator_utils_views.cc',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1889 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1883 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1890 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1884 'browser/ui/views/location_bar/page_info_helper.cc', 1891 'browser/ui/views/location_bar/page_info_helper.cc',
1885 'browser/ui/views/location_bar/page_info_helper.h', 1892 'browser/ui/views/location_bar/page_info_helper.h',
1886 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1893 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1887 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1894 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1888 'browser/ui/views/location_bar/selected_keyword_view.cc', 1895 'browser/ui/views/location_bar/selected_keyword_view.cc',
1889 'browser/ui/views/location_bar/selected_keyword_view.h', 1896 'browser/ui/views/location_bar/selected_keyword_view.h',
1890 'browser/ui/views/location_bar/star_view.cc', 1897 'browser/ui/views/location_bar/star_view.cc',
1891 'browser/ui/views/location_bar/star_view.h', 1898 'browser/ui/views/location_bar/star_view.h',
1899 'browser/ui/views/location_bar/translate_icon_view.cc',
1900 'browser/ui/views/location_bar/translate_icon_view.h',
1892 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1901 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1893 'browser/ui/views/location_bar/zoom_bubble_view.h', 1902 'browser/ui/views/location_bar/zoom_bubble_view.h',
1894 'browser/ui/views/location_bar/zoom_view.cc', 1903 'browser/ui/views/location_bar/zoom_view.cc',
1895 'browser/ui/views/location_bar/zoom_view.h', 1904 'browser/ui/views/location_bar/zoom_view.h',
1896 'browser/ui/views/login_prompt_views.cc', 1905 'browser/ui/views/login_prompt_views.cc',
1897 'browser/ui/views/login_view.cc', 1906 'browser/ui/views/login_view.cc',
1898 'browser/ui/views/login_view.h', 1907 'browser/ui/views/login_view.h',
1899 'browser/ui/views/message_center/message_center_frame_view.cc', 1908 'browser/ui/views/message_center/message_center_frame_view.cc',
1900 'browser/ui/views/message_center/message_center_frame_view.h', 1909 'browser/ui/views/message_center/message_center_frame_view.h',
1901 'browser/ui/views/message_center/message_center_widget_delegate.h', 1910 'browser/ui/views/message_center/message_center_widget_delegate.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 'browser/ui/views/tabs/tab_strip.h', 2021 'browser/ui/views/tabs/tab_strip.h',
2013 'browser/ui/views/tabs/tab_strip_controller.h', 2022 'browser/ui/views/tabs/tab_strip_controller.h',
2014 'browser/ui/views/task_manager_view.cc', 2023 'browser/ui/views/task_manager_view.cc',
2015 'browser/ui/views/theme_image_mapper.cc', 2024 'browser/ui/views/theme_image_mapper.cc',
2016 'browser/ui/views/theme_image_mapper.h', 2025 'browser/ui/views/theme_image_mapper.h',
2017 'browser/ui/views/theme_image_mapper_aura_win.cc', 2026 'browser/ui/views/theme_image_mapper_aura_win.cc',
2018 'browser/ui/views/toolbar_view.cc', 2027 'browser/ui/views/toolbar_view.cc',
2019 'browser/ui/views/toolbar_view.h', 2028 'browser/ui/views/toolbar_view.h',
2020 'browser/ui/views/top_level_widget_views.cc', 2029 'browser/ui/views/top_level_widget_views.cc',
2021 'browser/ui/views/touch_uma/touch_uma.h', 2030 'browser/ui/views/touch_uma/touch_uma.h',
2031 'browser/ui/views/translate/translate_bubble_view.cc',
2032 'browser/ui/views/translate/translate_bubble_view.h',
2022 'browser/ui/views/uninstall_view.cc', 2033 'browser/ui/views/uninstall_view.cc',
2023 'browser/ui/views/uninstall_view.h', 2034 'browser/ui/views/uninstall_view.h',
2024 'browser/ui/views/update_recommended_message_box.cc', 2035 'browser/ui/views/update_recommended_message_box.cc',
2025 'browser/ui/views/update_recommended_message_box.h', 2036 'browser/ui/views/update_recommended_message_box.h',
2026 'browser/ui/views/user_data_dir_dialog_view.cc', 2037 'browser/ui/views/user_data_dir_dialog_view.cc',
2027 'browser/ui/views/user_data_dir_dialog_view.h', 2038 'browser/ui/views/user_data_dir_dialog_view.h',
2028 'browser/ui/views/user_manager_view.cc', 2039 'browser/ui/views/user_manager_view.cc',
2029 'browser/ui/views/user_manager_view.h', 2040 'browser/ui/views/user_manager_view.h',
2030 'browser/ui/views/validation_message_bubble_delegate.h', 2041 'browser/ui/views/validation_message_bubble_delegate.h',
2031 'browser/ui/views/validation_message_bubble_delegate.cc', 2042 'browser/ui/views/validation_message_bubble_delegate.cc',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3275 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3265 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3276 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3266 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3277 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3267 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3278 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3268 ], 3279 ],
3269 }], 3280 }],
3270 ], 3281 ],
3271 }, 3282 },
3272 ], 3283 ],
3273 } 3284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698