| 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 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1943 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha
ndler.cc', | 1943 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha
ndler.cc', |
| 1944 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha
ndler.h', | 1944 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha
ndler.h', |
| 1945 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui
.cc', | 1945 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui
.cc', |
| 1946 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui
.h', | 1946 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui
.h', |
| 1947 'browser/ui/webui/system_info_ui.cc', | 1947 'browser/ui/webui/system_info_ui.cc', |
| 1948 'browser/ui/webui/system_info_ui.h', | 1948 'browser/ui/webui/system_info_ui.h', |
| 1949 'browser/ui/webui/theme_handler.cc', | 1949 'browser/ui/webui/theme_handler.cc', |
| 1950 'browser/ui/webui/theme_handler.h', | 1950 'browser/ui/webui/theme_handler.h', |
| 1951 'browser/ui/webui/uber/uber_ui.cc', | 1951 'browser/ui/webui/uber/uber_ui.cc', |
| 1952 'browser/ui/webui/uber/uber_ui.h', | 1952 'browser/ui/webui/uber/uber_ui.h', |
| 1953 'browser/ui/webui/web_component_test_ui.cc', |
| 1954 'browser/ui/webui/web_component_test_ui.h', |
| 1953 'browser/ui/window_sizer/window_sizer.cc', | 1955 'browser/ui/window_sizer/window_sizer.cc', |
| 1954 'browser/ui/window_sizer/window_sizer.h', | 1956 'browser/ui/window_sizer/window_sizer.h', |
| 1955 ], | 1957 ], |
| 1956 # Cross-platform views sources also ready for toolkit-views on Mac. | 1958 # Cross-platform views sources also ready for toolkit-views on Mac. |
| 1957 'chrome_browser_ui_views_sources': [ | 1959 'chrome_browser_ui_views_sources': [ |
| 1958 'browser/ui/app_list/app_list_controller_delegate_views.cc', | 1960 'browser/ui/app_list/app_list_controller_delegate_views.cc', |
| 1959 'browser/ui/app_list/app_list_controller_delegate_views.h', | 1961 'browser/ui/app_list/app_list_controller_delegate_views.h', |
| 1960 'browser/ui/app_list/app_list_service_views.cc', | 1962 'browser/ui/app_list/app_list_service_views.cc', |
| 1961 'browser/ui/app_list/app_list_service_views.h', | 1963 'browser/ui/app_list/app_list_service_views.h', |
| 1962 'browser/ui/app_list/app_list_shower_views.cc', | 1964 'browser/ui/app_list/app_list_shower_views.cc', |
| (...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3193 ], | 3195 ], |
| 3194 'sources': [ | 3196 'sources': [ |
| 3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3197 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3197 ], | 3199 ], |
| 3198 }], | 3200 }], |
| 3199 ], | 3201 ], |
| 3200 }, | 3202 }, |
| 3201 ], | 3203 ], |
| 3202 } | 3204 } |
| OLD | NEW |