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

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: Sky's review (2) 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'browser/ui/browser_command_controller.h', 390 'browser/ui/browser_command_controller.h',
391 'browser/ui/browser_content_setting_bubble_model_delegate.cc', 391 'browser/ui/browser_content_setting_bubble_model_delegate.cc',
392 'browser/ui/browser_content_setting_bubble_model_delegate.h', 392 'browser/ui/browser_content_setting_bubble_model_delegate.h',
393 'browser/ui/browser_dialogs.h', 393 'browser/ui/browser_dialogs.h',
394 'browser/ui/browser_finder.cc', 394 'browser/ui/browser_finder.cc',
395 'browser/ui/browser_finder.h', 395 'browser/ui/browser_finder.h',
396 'browser/ui/browser_instant_controller.cc', 396 'browser/ui/browser_instant_controller.cc',
397 'browser/ui/browser_instant_controller.h', 397 'browser/ui/browser_instant_controller.h',
398 'browser/ui/browser_iterator.cc', 398 'browser/ui/browser_iterator.cc',
399 'browser/ui/browser_iterator.h', 399 'browser/ui/browser_iterator.h',
400 'browser/ui/browser_language_state_observer.cc',
401 'browser/ui/browser_language_state_observer.h',
400 'browser/ui/browser_list.cc', 402 'browser/ui/browser_list.cc',
401 'browser/ui/browser_list.h', 403 'browser/ui/browser_list.h',
402 'browser/ui/browser_mac.cc', 404 'browser/ui/browser_mac.cc',
403 'browser/ui/browser_mac.h', 405 'browser/ui/browser_mac.h',
404 'browser/ui/browser_navigator.cc', 406 'browser/ui/browser_navigator.cc',
405 'browser/ui/browser_navigator.h', 407 'browser/ui/browser_navigator.h',
406 'browser/ui/browser_otr_state_android.cc', 408 'browser/ui/browser_otr_state_android.cc',
407 'browser/ui/browser_otr_state.cc', 409 'browser/ui/browser_otr_state.cc',
408 'browser/ui/browser_otr_state.h', 410 'browser/ui/browser_otr_state.h',
409 'browser/ui/browser_ui_prefs.cc', 411 'browser/ui/browser_ui_prefs.cc',
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1891 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1890 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1892 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1891 'browser/ui/views/location_bar/page_info_helper.cc', 1893 'browser/ui/views/location_bar/page_info_helper.cc',
1892 'browser/ui/views/location_bar/page_info_helper.h', 1894 'browser/ui/views/location_bar/page_info_helper.h',
1893 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1895 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1894 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1896 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1895 'browser/ui/views/location_bar/selected_keyword_view.cc', 1897 'browser/ui/views/location_bar/selected_keyword_view.cc',
1896 'browser/ui/views/location_bar/selected_keyword_view.h', 1898 'browser/ui/views/location_bar/selected_keyword_view.h',
1897 'browser/ui/views/location_bar/star_view.cc', 1899 'browser/ui/views/location_bar/star_view.cc',
1898 'browser/ui/views/location_bar/star_view.h', 1900 'browser/ui/views/location_bar/star_view.h',
1901 'browser/ui/views/location_bar/translate_icon_view.cc',
1902 'browser/ui/views/location_bar/translate_icon_view.h',
1899 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1903 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1900 'browser/ui/views/location_bar/zoom_bubble_view.h', 1904 'browser/ui/views/location_bar/zoom_bubble_view.h',
1901 'browser/ui/views/location_bar/zoom_view.cc', 1905 'browser/ui/views/location_bar/zoom_view.cc',
1902 'browser/ui/views/location_bar/zoom_view.h', 1906 'browser/ui/views/location_bar/zoom_view.h',
1903 'browser/ui/views/login_prompt_views.cc', 1907 'browser/ui/views/login_prompt_views.cc',
1904 'browser/ui/views/login_view.cc', 1908 'browser/ui/views/login_view.cc',
1905 'browser/ui/views/login_view.h', 1909 'browser/ui/views/login_view.h',
1906 'browser/ui/views/message_center/message_center_frame_view.cc', 1910 'browser/ui/views/message_center/message_center_frame_view.cc',
1907 'browser/ui/views/message_center/message_center_frame_view.h', 1911 'browser/ui/views/message_center/message_center_frame_view.h',
1908 'browser/ui/views/message_center/message_center_widget_delegate.h', 1912 'browser/ui/views/message_center/message_center_widget_delegate.h',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3273 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3277 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3274 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3278 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3275 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3279 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3276 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3280 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3277 ], 3281 ],
3278 }], 3282 }],
3279 ], 3283 ],
3280 }, 3284 },
3281 ], 3285 ],
3282 } 3286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698