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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 768413003: TEST ONLY - DO NOT SUBMIT - FOR TRYBOTS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 537 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
538 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 538 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
539 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 539 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
540 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 540 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
541 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 541 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
542 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 542 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
543 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', 543 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h',
544 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', 544 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm',
545 'browser/ui/cocoa/location_bar/mic_search_decoration.h', 545 'browser/ui/cocoa/location_bar/mic_search_decoration.h',
546 'browser/ui/cocoa/location_bar/mic_search_decoration.mm', 546 'browser/ui/cocoa/location_bar/mic_search_decoration.mm',
547 'browser/ui/cocoa/location_bar/origin_chip_decoration.h',
548 'browser/ui/cocoa/location_bar/origin_chip_decoration.mm',
549 'browser/ui/cocoa/location_bar/page_action_decoration.h', 547 'browser/ui/cocoa/location_bar/page_action_decoration.h',
550 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 548 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
551 'browser/ui/cocoa/location_bar/search_button_decoration.h',
552 'browser/ui/cocoa/location_bar/search_button_decoration.mm',
553 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 549 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
554 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 550 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
555 'browser/ui/cocoa/location_bar/star_decoration.h', 551 'browser/ui/cocoa/location_bar/star_decoration.h',
556 'browser/ui/cocoa/location_bar/star_decoration.mm', 552 'browser/ui/cocoa/location_bar/star_decoration.mm',
557 'browser/ui/cocoa/location_bar/translate_decoration.h', 553 'browser/ui/cocoa/location_bar/translate_decoration.h',
558 'browser/ui/cocoa/location_bar/translate_decoration.mm', 554 'browser/ui/cocoa/location_bar/translate_decoration.mm',
559 'browser/ui/cocoa/location_bar/zoom_decoration.h', 555 'browser/ui/cocoa/location_bar/zoom_decoration.h',
560 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 556 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
561 'browser/ui/cocoa/login_prompt_cocoa.h', 557 'browser/ui/cocoa/login_prompt_cocoa.h',
562 'browser/ui/cocoa/login_prompt_cocoa.mm', 558 'browser/ui/cocoa/login_prompt_cocoa.mm',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', 1415 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
1420 'browser/ui/fullscreen/fullscreen_exit_bubble.h', 1416 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
1421 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', 1417 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
1422 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', 1418 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
1423 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', 1419 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc',
1424 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', 1420 'browser/ui/fullscreen/fullscreen_within_tab_helper.h',
1425 'browser/ui/location_bar/location_bar.cc', 1421 'browser/ui/location_bar/location_bar.cc',
1426 'browser/ui/location_bar/location_bar.h', 1422 'browser/ui/location_bar/location_bar.h',
1427 'browser/ui/location_bar/location_bar_util.cc', 1423 'browser/ui/location_bar/location_bar_util.cc',
1428 'browser/ui/location_bar/location_bar_util.h', 1424 'browser/ui/location_bar/location_bar_util.h',
1429 'browser/ui/location_bar/origin_chip_info.cc',
1430 'browser/ui/location_bar/origin_chip_info.h',
1431 'browser/ui/native_window_tracker.h', 1425 'browser/ui/native_window_tracker.h',
1432 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1426 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1433 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1427 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1434 'browser/ui/omnibox/omnibox_controller.cc', 1428 'browser/ui/omnibox/omnibox_controller.cc',
1435 'browser/ui/omnibox/omnibox_controller.h', 1429 'browser/ui/omnibox/omnibox_controller.h',
1436 'browser/ui/omnibox/omnibox_current_page_delegate.h', 1430 'browser/ui/omnibox/omnibox_current_page_delegate.h',
1437 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', 1431 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc',
1438 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', 1432 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h',
1439 'browser/ui/omnibox/omnibox_edit_controller.cc', 1433 'browser/ui/omnibox/omnibox_edit_controller.cc',
1440 'browser/ui/omnibox/omnibox_edit_controller.h', 1434 'browser/ui/omnibox/omnibox_edit_controller.h',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'browser/ui/views/location_bar/location_bar_decoration_view.cc', 2106 'browser/ui/views/location_bar/location_bar_decoration_view.cc',
2113 'browser/ui/views/location_bar/location_bar_decoration_view.h', 2107 'browser/ui/views/location_bar/location_bar_decoration_view.h',
2114 'browser/ui/views/location_bar/location_bar_layout.cc', 2108 'browser/ui/views/location_bar/location_bar_layout.cc',
2115 'browser/ui/views/location_bar/location_bar_layout.h', 2109 'browser/ui/views/location_bar/location_bar_layout.h',
2116 'browser/ui/views/location_bar/location_bar_view.cc', 2110 'browser/ui/views/location_bar/location_bar_view.cc',
2117 'browser/ui/views/location_bar/location_bar_view.h', 2111 'browser/ui/views/location_bar/location_bar_view.h',
2118 'browser/ui/views/location_bar/location_icon_view.cc', 2112 'browser/ui/views/location_bar/location_icon_view.cc',
2119 'browser/ui/views/location_bar/location_icon_view.h', 2113 'browser/ui/views/location_bar/location_icon_view.h',
2120 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 2114 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
2121 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 2115 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
2122 'browser/ui/views/location_bar/origin_chip_view.cc',
2123 'browser/ui/views/location_bar/origin_chip_view.h',
2124 'browser/ui/views/location_bar/page_action_image_view.cc', 2116 'browser/ui/views/location_bar/page_action_image_view.cc',
2125 'browser/ui/views/location_bar/page_action_image_view.h', 2117 'browser/ui/views/location_bar/page_action_image_view.h',
2126 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 2118 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
2127 'browser/ui/views/location_bar/page_action_with_badge_view.h', 2119 'browser/ui/views/location_bar/page_action_with_badge_view.h',
2128 'browser/ui/views/location_bar/page_info_helper.cc', 2120 'browser/ui/views/location_bar/page_info_helper.cc',
2129 'browser/ui/views/location_bar/page_info_helper.h', 2121 'browser/ui/views/location_bar/page_info_helper.h',
2130 'browser/ui/views/location_bar/search_button.cc',
2131 'browser/ui/views/location_bar/search_button.h',
2132 'browser/ui/views/location_bar/selected_keyword_view.cc', 2122 'browser/ui/views/location_bar/selected_keyword_view.cc',
2133 'browser/ui/views/location_bar/selected_keyword_view.h', 2123 'browser/ui/views/location_bar/selected_keyword_view.h',
2134 'browser/ui/views/location_bar/star_view.cc', 2124 'browser/ui/views/location_bar/star_view.cc',
2135 'browser/ui/views/location_bar/star_view.h', 2125 'browser/ui/views/location_bar/star_view.h',
2136 'browser/ui/views/location_bar/translate_icon_view.cc', 2126 'browser/ui/views/location_bar/translate_icon_view.cc',
2137 'browser/ui/views/location_bar/translate_icon_view.h', 2127 'browser/ui/views/location_bar/translate_icon_view.h',
2138 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2128 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2139 'browser/ui/views/location_bar/zoom_bubble_view.h', 2129 'browser/ui/views/location_bar/zoom_bubble_view.h',
2140 'browser/ui/views/location_bar/zoom_view.cc', 2130 'browser/ui/views/location_bar/zoom_view.cc',
2141 'browser/ui/views/location_bar/zoom_view.h', 2131 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
3094 ['OS!="android" and OS!="ios"', { 3084 ['OS!="android" and OS!="ios"', {
3095 'dependencies': [ 3085 'dependencies': [
3096 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3086 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3097 ], 3087 ],
3098 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3088 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3099 }], 3089 }],
3100 ], 3090 ],
3101 }, 3091 },
3102 ], 3092 ],
3103 } 3093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698