| 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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 984 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
| 985 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 985 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
| 986 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', | 986 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', |
| 987 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', | 987 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', |
| 988 'browser/ui/webui/chromeos/touch_view_controller_delegate.cc', | 988 'browser/ui/webui/chromeos/touch_view_controller_delegate.cc', |
| 989 'browser/ui/webui/chromeos/touch_view_controller_delegate.h', | 989 'browser/ui/webui/chromeos/touch_view_controller_delegate.h', |
| 990 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', | 990 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 991 'browser/ui/webui/chromeos/mobile_setup_dialog.h', | 991 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
| 992 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 992 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 993 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 993 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 994 'browser/ui/webui/chromeos/network_config_message_handler.cc', | |
| 995 'browser/ui/webui/chromeos/network_config_message_handler.h', | |
| 996 'browser/ui/webui/chromeos/network_ui.cc', | 994 'browser/ui/webui/chromeos/network_ui.cc', |
| 997 'browser/ui/webui/chromeos/network_ui.h', | 995 'browser/ui/webui/chromeos/network_ui.h', |
| 998 'browser/ui/webui/chromeos/nfc_debug_ui.cc', | 996 'browser/ui/webui/chromeos/nfc_debug_ui.cc', |
| 999 'browser/ui/webui/chromeos/nfc_debug_ui.h', | 997 'browser/ui/webui/chromeos/nfc_debug_ui.h', |
| 1000 'browser/ui/webui/chromeos/power_ui.cc', | 998 'browser/ui/webui/chromeos/power_ui.cc', |
| 1001 'browser/ui/webui/chromeos/power_ui.h', | 999 'browser/ui/webui/chromeos/power_ui.h', |
| 1002 'browser/ui/webui/chromeos/provided_file_systems_ui.cc', | 1000 'browser/ui/webui/chromeos/provided_file_systems_ui.cc', |
| 1003 'browser/ui/webui/chromeos/provided_file_systems_ui.h', | 1001 'browser/ui/webui/chromeos/provided_file_systems_ui.h', |
| 1004 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 1002 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 1005 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 1003 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| (...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3127 ], | 3125 ], |
| 3128 'sources': [ | 3126 'sources': [ |
| 3129 '<@(chrome_browser_ui_non_mobile_sources)', | 3127 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3130 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3128 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3131 ], | 3129 ], |
| 3132 }], | 3130 }], |
| 3133 ], | 3131 ], |
| 3134 }, | 3132 }, |
| 3135 ], | 3133 ], |
| 3136 } | 3134 } |
| OLD | NEW |