| 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 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 'browser/ui/webui/uber/uber_ui.h', | 1838 'browser/ui/webui/uber/uber_ui.h', |
| 1839 'browser/ui/window_sizer/window_sizer.cc', | 1839 'browser/ui/window_sizer/window_sizer.cc', |
| 1840 'browser/ui/window_sizer/window_sizer.h', | 1840 'browser/ui/window_sizer/window_sizer.h', |
| 1841 ], | 1841 ], |
| 1842 # Cross-platform views sources also ready for toolkit-views on Mac. | 1842 # Cross-platform views sources also ready for toolkit-views on Mac. |
| 1843 'chrome_browser_ui_views_sources': [ | 1843 'chrome_browser_ui_views_sources': [ |
| 1844 'browser/ui/app_list/app_list_controller_delegate_views.cc', | 1844 'browser/ui/app_list/app_list_controller_delegate_views.cc', |
| 1845 'browser/ui/app_list/app_list_controller_delegate_views.h', | 1845 'browser/ui/app_list/app_list_controller_delegate_views.h', |
| 1846 'browser/ui/app_list/app_list_service_views.cc', | 1846 'browser/ui/app_list/app_list_service_views.cc', |
| 1847 'browser/ui/app_list/app_list_service_views.h', | 1847 'browser/ui/app_list/app_list_service_views.h', |
| 1848 'browser/ui/app_list/app_list_service_views_mac.h', |
| 1849 'browser/ui/app_list/app_list_service_views_mac.mm', |
| 1848 'browser/ui/app_list/app_list_shower_views.cc', | 1850 'browser/ui/app_list/app_list_shower_views.cc', |
| 1849 'browser/ui/app_list/app_list_shower_views.h', | 1851 'browser/ui/app_list/app_list_shower_views.h', |
| 1850 'browser/ui/views/apps/chrome_native_app_window_views.cc', | 1852 'browser/ui/views/apps/chrome_native_app_window_views.cc', |
| 1851 'browser/ui/views/apps/chrome_native_app_window_views.h', | 1853 'browser/ui/views/apps/chrome_native_app_window_views.h', |
| 1852 'browser/ui/views/apps/desktop_keyboard_capture.cc', | 1854 'browser/ui/views/apps/desktop_keyboard_capture.cc', |
| 1853 'browser/ui/views/apps/desktop_keyboard_capture.h', | 1855 'browser/ui/views/apps/desktop_keyboard_capture.h', |
| 1854 'browser/ui/views/apps/keyboard_hook_handler.cc', | 1856 'browser/ui/views/apps/keyboard_hook_handler.cc', |
| 1855 'browser/ui/views/apps/keyboard_hook_handler.h', | 1857 'browser/ui/views/apps/keyboard_hook_handler.h', |
| 1856 'browser/ui/views/chrome_browser_main_extra_parts_views.cc', | 1858 'browser/ui/views/chrome_browser_main_extra_parts_views.cc', |
| 1857 'browser/ui/views/chrome_browser_main_extra_parts_views.h', | 1859 'browser/ui/views/chrome_browser_main_extra_parts_views.h', |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2368 'browser/ui/app_list/app_list_icon_win.cc', | 2370 'browser/ui/app_list/app_list_icon_win.cc', |
| 2369 'browser/ui/app_list/app_list_icon_win.h', | 2371 'browser/ui/app_list/app_list_icon_win.h', |
| 2370 'browser/ui/app_list/app_list_positioner.cc', | 2372 'browser/ui/app_list/app_list_positioner.cc', |
| 2371 'browser/ui/app_list/app_list_positioner.h', | 2373 'browser/ui/app_list/app_list_positioner.h', |
| 2372 'browser/ui/app_list/app_list_prefs.cc', | 2374 'browser/ui/app_list/app_list_prefs.cc', |
| 2373 'browser/ui/app_list/app_list_prefs.h', | 2375 'browser/ui/app_list/app_list_prefs.h', |
| 2374 'browser/ui/app_list/app_list_prefs_factory.cc', | 2376 'browser/ui/app_list/app_list_prefs_factory.cc', |
| 2375 'browser/ui/app_list/app_list_prefs_factory.h', | 2377 'browser/ui/app_list/app_list_prefs_factory.h', |
| 2376 'browser/ui/app_list/app_list_service.cc', | 2378 'browser/ui/app_list/app_list_service.cc', |
| 2377 'browser/ui/app_list/app_list_service.h', | 2379 'browser/ui/app_list/app_list_service.h', |
| 2380 'browser/ui/app_list/app_list_service_cocoa_mac.h', |
| 2381 'browser/ui/app_list/app_list_service_cocoa_mac.mm', |
| 2378 'browser/ui/app_list/app_list_service_impl.cc', | 2382 'browser/ui/app_list/app_list_service_impl.cc', |
| 2379 'browser/ui/app_list/app_list_service_impl.h', | 2383 'browser/ui/app_list/app_list_service_impl.h', |
| 2380 'browser/ui/app_list/app_list_service_mac.h', | 2384 'browser/ui/app_list/app_list_service_mac.h', |
| 2381 'browser/ui/app_list/app_list_service_mac.mm', | 2385 'browser/ui/app_list/app_list_service_mac.mm', |
| 2382 'browser/ui/app_list/app_list_shower_delegate.h', | 2386 'browser/ui/app_list/app_list_shower_delegate.h', |
| 2383 'browser/ui/app_list/app_list_syncable_service.cc', | 2387 'browser/ui/app_list/app_list_syncable_service.cc', |
| 2384 'browser/ui/app_list/app_list_syncable_service.h', | 2388 'browser/ui/app_list/app_list_syncable_service.h', |
| 2385 'browser/ui/app_list/app_list_syncable_service_factory.cc', | 2389 'browser/ui/app_list/app_list_syncable_service_factory.cc', |
| 2386 'browser/ui/app_list/app_list_syncable_service_factory.h', | 2390 'browser/ui/app_list/app_list_syncable_service_factory.h', |
| 2387 'browser/ui/app_list/app_list_view_delegate.cc', | 2391 'browser/ui/app_list/app_list_view_delegate.cc', |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3163 ], | 3167 ], |
| 3164 'sources': [ | 3168 'sources': [ |
| 3165 '<@(chrome_browser_ui_non_mobile_sources)', | 3169 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3166 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3170 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3167 ], | 3171 ], |
| 3168 }], | 3172 }], |
| 3169 ], | 3173 ], |
| 3170 }, | 3174 }, |
| 3171 ], | 3175 ], |
| 3172 } | 3176 } |
| OLD | NEW |