Chromium Code Reviews| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 'browser/ui/webui/chromeos/certificate_manager_dialog_ui.cc', | 301 'browser/ui/webui/chromeos/certificate_manager_dialog_ui.cc', |
| 302 'browser/ui/webui/chromeos/certificate_manager_dialog_ui.h', | 302 'browser/ui/webui/chromeos/certificate_manager_dialog_ui.h', |
| 303 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 303 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 304 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 304 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 305 'browser/ui/webui/chromeos/cryptohome_ui.cc', | 305 'browser/ui/webui/chromeos/cryptohome_ui.cc', |
| 306 'browser/ui/webui/chromeos/cryptohome_ui.h', | 306 'browser/ui/webui/chromeos/cryptohome_ui.h', |
| 307 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', | 307 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', |
| 308 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', | 308 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', |
| 309 'browser/ui/webui/chromeos/drive_internals_ui.cc', | 309 'browser/ui/webui/chromeos/drive_internals_ui.cc', |
| 310 'browser/ui/webui/chromeos/drive_internals_ui.h', | 310 'browser/ui/webui/chromeos/drive_internals_ui.h', |
| 311 'browser/ui/webui/chromeos/emulator/device_emulator_ui.cc', | |
| 312 'browser/ui/webui/chromeos/emulator/device_emulator_ui.h', | |
| 313 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc', | |
|
michaelpg
2015/06/24 23:33:49
alphabetize
rfrappier
2015/06/25 17:09:21
Done.
| |
| 314 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h', | |
| 311 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', | 315 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', |
| 312 'browser/ui/webui/chromeos/first_run/first_run_actor.h', | 316 'browser/ui/webui/chromeos/first_run/first_run_actor.h', |
| 313 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', | 317 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', |
| 314 'browser/ui/webui/chromeos/first_run/first_run_handler.h', | 318 'browser/ui/webui/chromeos/first_run/first_run_handler.h', |
| 315 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', | 319 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', |
| 316 'browser/ui/webui/chromeos/first_run/first_run_ui.h', | 320 'browser/ui/webui/chromeos/first_run/first_run_ui.h', |
| 317 'browser/ui/webui/chromeos/image_source.cc', | 321 'browser/ui/webui/chromeos/image_source.cc', |
| 318 'browser/ui/webui/chromeos/image_source.h', | 322 'browser/ui/webui/chromeos/image_source.h', |
| 319 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 323 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 320 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 324 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| (...skipping 2879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3200 ], | 3204 ], |
| 3201 'sources': [ | 3205 'sources': [ |
| 3202 '<@(chrome_browser_ui_non_mobile_sources)', | 3206 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3203 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3207 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3204 ], | 3208 ], |
| 3205 }], | 3209 }], |
| 3206 ], | 3210 ], |
| 3207 }, | 3211 }, |
| 3208 ], | 3212 ], |
| 3209 } | 3213 } |
| OLD | NEW |