| 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 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 'browser/ui/views/extensions/extension_keybinding_registry_views.h', | 2143 'browser/ui/views/extensions/extension_keybinding_registry_views.h', |
| 2144 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h', | 2144 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.h', |
| 2145 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm', | 2145 'browser/ui/views/frame/native_widget_mac_frameless_nswindow.mm', |
| 2146 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', | 2146 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc', |
| 2147 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', | 2147 'browser/ui/views/location_bar/location_bar_bubble_delegate_view.h', |
| 2148 'browser/ui/views/login_handler_views.cc', | 2148 'browser/ui/views/login_handler_views.cc', |
| 2149 'browser/ui/views/login_view.cc', | 2149 'browser/ui/views/login_view.cc', |
| 2150 'browser/ui/views/login_view.h', | 2150 'browser/ui/views/login_view.h', |
| 2151 'browser/ui/views/new_task_manager_view.cc', | 2151 'browser/ui/views/new_task_manager_view.cc', |
| 2152 'browser/ui/views/new_task_manager_view.h', | 2152 'browser/ui/views/new_task_manager_view.h', |
| 2153 'browser/ui/views/subtle_notification_view.cc', |
| 2154 'browser/ui/views/subtle_notification_view.h', |
| 2153 'browser/ui/views/sync/bubble_sync_promo_view.cc', | 2155 'browser/ui/views/sync/bubble_sync_promo_view.cc', |
| 2154 'browser/ui/views/sync/bubble_sync_promo_view.h', | 2156 'browser/ui/views/sync/bubble_sync_promo_view.h', |
| 2155 'browser/ui/views/website_settings/chosen_object_view.cc', | 2157 'browser/ui/views/website_settings/chosen_object_view.cc', |
| 2156 'browser/ui/views/website_settings/chosen_object_view.h', | 2158 'browser/ui/views/website_settings/chosen_object_view.h', |
| 2157 'browser/ui/views/website_settings/permission_selector_view.cc', | 2159 'browser/ui/views/website_settings/permission_selector_view.cc', |
| 2158 'browser/ui/views/website_settings/permission_selector_view.h', | 2160 'browser/ui/views/website_settings/permission_selector_view.h', |
| 2159 'browser/ui/views/website_settings/permission_selector_view_observer.h', | 2161 'browser/ui/views/website_settings/permission_selector_view_observer.h', |
| 2160 'browser/ui/views/website_settings/website_settings_popup_view.cc', | 2162 'browser/ui/views/website_settings/website_settings_popup_view.cc', |
| 2161 'browser/ui/views/website_settings/website_settings_popup_view.h', | 2163 'browser/ui/views/website_settings/website_settings_popup_view.h', |
| 2162 ], | 2164 ], |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3376 ], | 3378 ], |
| 3377 'sources': [ | 3379 'sources': [ |
| 3378 '<@(chrome_browser_ui_non_mobile_sources)', | 3380 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3380 ], | 3382 ], |
| 3381 }], | 3383 }], |
| 3382 ], | 3384 ], |
| 3383 }, | 3385 }, |
| 3384 ], | 3386 ], |
| 3385 } | 3387 } |
| OLD | NEW |