| 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 992 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
| 993 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 993 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
| 994 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', | 994 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', |
| 995 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', | 995 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', |
| 996 'browser/ui/webui/chromeos/touch_view_controller_delegate.cc', | 996 'browser/ui/webui/chromeos/touch_view_controller_delegate.cc', |
| 997 'browser/ui/webui/chromeos/touch_view_controller_delegate.h', | 997 'browser/ui/webui/chromeos/touch_view_controller_delegate.h', |
| 998 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', | 998 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 999 'browser/ui/webui/chromeos/mobile_setup_dialog.h', | 999 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
| 1000 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 1000 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 1001 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 1001 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 1002 'browser/ui/webui/chromeos/network_config_message_handler.cc', | |
| 1003 'browser/ui/webui/chromeos/network_config_message_handler.h', | |
| 1004 'browser/ui/webui/chromeos/network_ui.cc', | 1002 'browser/ui/webui/chromeos/network_ui.cc', |
| 1005 'browser/ui/webui/chromeos/network_ui.h', | 1003 'browser/ui/webui/chromeos/network_ui.h', |
| 1006 'browser/ui/webui/chromeos/nfc_debug_ui.cc', | 1004 'browser/ui/webui/chromeos/nfc_debug_ui.cc', |
| 1007 'browser/ui/webui/chromeos/nfc_debug_ui.h', | 1005 'browser/ui/webui/chromeos/nfc_debug_ui.h', |
| 1008 'browser/ui/webui/chromeos/power_ui.cc', | 1006 'browser/ui/webui/chromeos/power_ui.cc', |
| 1009 'browser/ui/webui/chromeos/power_ui.h', | 1007 'browser/ui/webui/chromeos/power_ui.h', |
| 1010 'browser/ui/webui/chromeos/provided_file_systems_ui.cc', | 1008 'browser/ui/webui/chromeos/provided_file_systems_ui.cc', |
| 1011 'browser/ui/webui/chromeos/provided_file_systems_ui.h', | 1009 'browser/ui/webui/chromeos/provided_file_systems_ui.h', |
| 1012 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 1010 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 1013 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 1011 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| (...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3134 ], | 3132 ], |
| 3135 'sources': [ | 3133 'sources': [ |
| 3136 '<@(chrome_browser_ui_non_mobile_sources)', | 3134 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3137 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3135 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3138 ], | 3136 ], |
| 3139 }], | 3137 }], |
| 3140 ], | 3138 ], |
| 3141 }, | 3139 }, |
| 3142 ], | 3140 ], |
| 3143 } | 3141 } |
| OLD | NEW |