| 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 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2128 'browser/ui/views/extensions/extension_keybinding_registry_views.h', | 2128 'browser/ui/views/extensions/extension_keybinding_registry_views.h', |
| 2129 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h', | 2129 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h', |
| 2130 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm', | 2130 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm', |
| 2131 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', | 2131 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', |
| 2132 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', | 2132 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', |
| 2133 'browser/ui/views/login_handler_views.cc', | 2133 'browser/ui/views/login_handler_views.cc', |
| 2134 'browser/ui/views/login_view.cc', | 2134 'browser/ui/views/login_view.cc', |
| 2135 'browser/ui/views/login_view.h', | 2135 'browser/ui/views/login_view.h', |
| 2136 'browser/ui/views/new_task_manager_view.cc', | 2136 'browser/ui/views/new_task_manager_view.cc', |
| 2137 'browser/ui/views/new_task_manager_view.h', | 2137 'browser/ui/views/new_task_manager_view.h', |
| 2138 'browser/ui/views/subtle_notification_view.cc', |
| 2139 'browser/ui/views/subtle_notification_view.h', |
| 2138 'browser/ui/views/sync/bubble_sync_promo_view.cc', | 2140 'browser/ui/views/sync/bubble_sync_promo_view.cc', |
| 2139 'browser/ui/views/sync/bubble_sync_promo_view.h', | 2141 'browser/ui/views/sync/bubble_sync_promo_view.h', |
| 2140 'browser/ui/views/website_settings/chosen_object_view.cc', | 2142 'browser/ui/views/website_settings/chosen_object_view.cc', |
| 2141 'browser/ui/views/website_settings/chosen_object_view.h', | 2143 'browser/ui/views/website_settings/chosen_object_view.h', |
| 2142 'browser/ui/views/website_settings/permission_selector_view.cc', | 2144 'browser/ui/views/website_settings/permission_selector_view.cc', |
| 2143 'browser/ui/views/website_settings/permission_selector_view.h', | 2145 'browser/ui/views/website_settings/permission_selector_view.h', |
| 2144 'browser/ui/views/website_settings/permission_selector_view_observer.h', | 2146 'browser/ui/views/website_settings/permission_selector_view_observer.h', |
| 2145 'browser/ui/views/website_settings/website_settings_popup_view.cc', | 2147 'browser/ui/views/website_settings/website_settings_popup_view.cc', |
| 2146 'browser/ui/views/website_settings/website_settings_popup_view.h', | 2148 'browser/ui/views/website_settings/website_settings_popup_view.h', |
| 2147 ], | 2149 ], |
| (...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3320 ], | 3322 ], |
| 3321 'sources': [ | 3323 'sources': [ |
| 3322 '<@(chrome_browser_ui_non_mobile_sources)', | 3324 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3323 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3324 ], | 3326 ], |
| 3325 }], | 3327 }], |
| 3326 ], | 3328 ], |
| 3327 }, | 3329 }, |
| 3328 ], | 3330 ], |
| 3329 } | 3331 } |
| OLD | NEW |