Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2103 'browser/ui/views/login_view.h', | 2103 'browser/ui/views/login_view.h', |
| 2104 'browser/ui/views/sync/bubble_sync_promo_view.cc', | 2104 'browser/ui/views/sync/bubble_sync_promo_view.cc', |
| 2105 'browser/ui/views/sync/bubble_sync_promo_view.h', | 2105 'browser/ui/views/sync/bubble_sync_promo_view.h', |
| 2106 'browser/ui/views/website_settings/chosen_object_view.cc', | 2106 'browser/ui/views/website_settings/chosen_object_view.cc', |
| 2107 'browser/ui/views/website_settings/chosen_object_view.h', | 2107 'browser/ui/views/website_settings/chosen_object_view.h', |
| 2108 'browser/ui/views/website_settings/permission_selector_view.cc', | 2108 'browser/ui/views/website_settings/permission_selector_view.cc', |
| 2109 'browser/ui/views/website_settings/permission_selector_view.h', | 2109 'browser/ui/views/website_settings/permission_selector_view.h', |
| 2110 'browser/ui/views/website_settings/permission_selector_view_observer.h', | 2110 'browser/ui/views/website_settings/permission_selector_view_observer.h', |
| 2111 'browser/ui/views/website_settings/website_settings_popup_view.cc', | 2111 'browser/ui/views/website_settings/website_settings_popup_view.cc', |
| 2112 'browser/ui/views/website_settings/website_settings_popup_view.h', | 2112 'browser/ui/views/website_settings/website_settings_popup_view.h', |
| 2113 'browser/ui/views/translate/translate_bubble_view.cc', | |
|
tapted
2016/02/05 05:11:11
if these aren't part of the ChromeMac release (e.g
kirr
2016/02/05 13:26:23
Done.
Seem like it was needless.
Thanks.
| |
| 2114 'browser/ui/views/translate/translate_bubble_view.h', | |
| 2115 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', | |
| 2116 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', | |
| 2113 ], | 2117 ], |
| 2114 # Views files for everywhere but ChromeOS. | 2118 # Views files for everywhere but ChromeOS. |
| 2115 'chrome_browser_ui_views_non_chromeos_sources': [ | 2119 'chrome_browser_ui_views_non_chromeos_sources': [ |
| 2116 'browser/ui/external_protocol_dialog_delegate.cc', | 2120 'browser/ui/external_protocol_dialog_delegate.cc', |
| 2117 'browser/ui/external_protocol_dialog_delegate.h', | 2121 'browser/ui/external_protocol_dialog_delegate.h', |
| 2118 'browser/ui/views/external_protocol_dialog.cc', | 2122 'browser/ui/views/external_protocol_dialog.cc', |
| 2119 'browser/ui/views/external_protocol_dialog.h', | 2123 'browser/ui/views/external_protocol_dialog.h', |
| 2120 'browser/ui/views/frame/opaque_browser_frame_view.cc', | 2124 'browser/ui/views/frame/opaque_browser_frame_view.cc', |
| 2121 'browser/ui/views/frame/opaque_browser_frame_view.h', | 2125 'browser/ui/views/frame/opaque_browser_frame_view.h', |
| 2122 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc', | 2126 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2320 'browser/ui/views/location_bar/background_with_1_px_border.cc', | 2324 'browser/ui/views/location_bar/background_with_1_px_border.cc', |
| 2321 'browser/ui/views/location_bar/background_with_1_px_border.h', | 2325 'browser/ui/views/location_bar/background_with_1_px_border.h', |
| 2322 'browser/ui/views/location_bar/bubble_icon_view.cc', | 2326 'browser/ui/views/location_bar/bubble_icon_view.cc', |
| 2323 'browser/ui/views/location_bar/bubble_icon_view.h', | 2327 'browser/ui/views/location_bar/bubble_icon_view.h', |
| 2324 'browser/ui/views/location_bar/content_setting_image_view.cc', | 2328 'browser/ui/views/location_bar/content_setting_image_view.cc', |
| 2325 'browser/ui/views/location_bar/content_setting_image_view.h', | 2329 'browser/ui/views/location_bar/content_setting_image_view.h', |
| 2326 'browser/ui/views/location_bar/icon_label_bubble_view.cc', | 2330 'browser/ui/views/location_bar/icon_label_bubble_view.cc', |
| 2327 'browser/ui/views/location_bar/icon_label_bubble_view.h', | 2331 'browser/ui/views/location_bar/icon_label_bubble_view.h', |
| 2328 'browser/ui/views/location_bar/keyword_hint_view.cc', | 2332 'browser/ui/views/location_bar/keyword_hint_view.cc', |
| 2329 'browser/ui/views/location_bar/keyword_hint_view.h', | 2333 'browser/ui/views/location_bar/keyword_hint_view.h', |
| 2330 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', | |
| 2331 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', | |
| 2332 'browser/ui/views/location_bar/location_bar_decoration_view.cc', | 2334 'browser/ui/views/location_bar/location_bar_decoration_view.cc', |
| 2333 'browser/ui/views/location_bar/location_bar_decoration_view.h', | 2335 'browser/ui/views/location_bar/location_bar_decoration_view.h', |
| 2334 'browser/ui/views/location_bar/location_bar_layout.cc', | 2336 'browser/ui/views/location_bar/location_bar_layout.cc', |
| 2335 'browser/ui/views/location_bar/location_bar_layout.h', | 2337 'browser/ui/views/location_bar/location_bar_layout.h', |
| 2336 'browser/ui/views/location_bar/location_bar_view.cc', | 2338 'browser/ui/views/location_bar/location_bar_view.cc', |
| 2337 'browser/ui/views/location_bar/location_bar_view.h', | 2339 'browser/ui/views/location_bar/location_bar_view.h', |
| 2338 'browser/ui/views/location_bar/location_icon_view.cc', | 2340 'browser/ui/views/location_bar/location_icon_view.cc', |
| 2339 'browser/ui/views/location_bar/location_icon_view.h', | 2341 'browser/ui/views/location_bar/location_icon_view.h', |
| 2340 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', | 2342 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', |
| 2341 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', | 2343 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2466 'browser/ui/views/toolbar/reload_button.cc', | 2468 'browser/ui/views/toolbar/reload_button.cc', |
| 2467 'browser/ui/views/toolbar/reload_button.h', | 2469 'browser/ui/views/toolbar/reload_button.h', |
| 2468 'browser/ui/views/toolbar/toolbar_action_view.cc', | 2470 'browser/ui/views/toolbar/toolbar_action_view.cc', |
| 2469 'browser/ui/views/toolbar/toolbar_action_view.h', | 2471 'browser/ui/views/toolbar/toolbar_action_view.h', |
| 2470 'browser/ui/views/toolbar/toolbar_action_view_delegate_views.h', | 2472 'browser/ui/views/toolbar/toolbar_action_view_delegate_views.h', |
| 2471 'browser/ui/views/toolbar/toolbar_button.cc', | 2473 'browser/ui/views/toolbar/toolbar_button.cc', |
| 2472 'browser/ui/views/toolbar/toolbar_button.h', | 2474 'browser/ui/views/toolbar/toolbar_button.h', |
| 2473 'browser/ui/views/toolbar/toolbar_view.cc', | 2475 'browser/ui/views/toolbar/toolbar_view.cc', |
| 2474 'browser/ui/views/toolbar/toolbar_view.h', | 2476 'browser/ui/views/toolbar/toolbar_view.h', |
| 2475 'browser/ui/views/touch_uma/touch_uma.h', | 2477 'browser/ui/views/touch_uma/touch_uma.h', |
| 2476 'browser/ui/views/translate/translate_bubble_view.cc', | |
| 2477 'browser/ui/views/translate/translate_bubble_view.h', | |
| 2478 'browser/ui/views/translate/translate_icon_view.cc', | 2478 'browser/ui/views/translate/translate_icon_view.cc', |
| 2479 'browser/ui/views/translate/translate_icon_view.h', | 2479 'browser/ui/views/translate/translate_icon_view.h', |
| 2480 'browser/ui/views/update_recommended_message_box.cc', | 2480 'browser/ui/views/update_recommended_message_box.cc', |
| 2481 'browser/ui/views/update_recommended_message_box.h', | 2481 'browser/ui/views/update_recommended_message_box.h', |
| 2482 'browser/ui/views/validation_message_bubble_delegate.cc', | 2482 'browser/ui/views/validation_message_bubble_delegate.cc', |
| 2483 'browser/ui/views/validation_message_bubble_delegate.h', | 2483 'browser/ui/views/validation_message_bubble_delegate.h', |
| 2484 'browser/ui/views/validation_message_bubble_view.cc', | 2484 'browser/ui/views/validation_message_bubble_view.cc', |
| 2485 'browser/ui/views/validation_message_bubble_view.h', | 2485 'browser/ui/views/validation_message_bubble_view.h', |
| 2486 'browser/ui/views/web_contents_modal_dialog_manager_views.cc', | 2486 'browser/ui/views/web_contents_modal_dialog_manager_views.cc', |
| 2487 'browser/ui/views/website_settings/chooser_bubble_ui_view.cc', | 2487 'browser/ui/views/website_settings/chooser_bubble_ui_view.cc', |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3341 ], | 3341 ], |
| 3342 'sources': [ | 3342 'sources': [ |
| 3343 '<@(chrome_browser_ui_non_mobile_sources)', | 3343 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3344 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3344 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3345 ], | 3345 ], |
| 3346 }], | 3346 }], |
| 3347 ], | 3347 ], |
| 3348 }, | 3348 }, |
| 3349 ], | 3349 ], |
| 3350 } | 3350 } |
| OLD | NEW |