| 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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 'browser/ui/webui/constrained_web_dialog_ui.cc', | 1027 'browser/ui/webui/constrained_web_dialog_ui.cc', |
| 1028 'browser/ui/webui/constrained_web_dialog_ui.h', | 1028 'browser/ui/webui/constrained_web_dialog_ui.h', |
| 1029 'browser/ui/webui/cookies_tree_model_util.cc', | 1029 'browser/ui/webui/cookies_tree_model_util.cc', |
| 1030 'browser/ui/webui/cookies_tree_model_util.h', | 1030 'browser/ui/webui/cookies_tree_model_util.h', |
| 1031 'browser/ui/webui/crashes_ui.cc', | 1031 'browser/ui/webui/crashes_ui.cc', |
| 1032 'browser/ui/webui/crashes_ui.h', | 1032 'browser/ui/webui/crashes_ui.h', |
| 1033 'browser/ui/webui/device_log_ui.cc', | 1033 'browser/ui/webui/device_log_ui.cc', |
| 1034 'browser/ui/webui/device_log_ui.h', | 1034 'browser/ui/webui/device_log_ui.h', |
| 1035 'browser/ui/webui/domain_reliability_internals_ui.cc', | 1035 'browser/ui/webui/domain_reliability_internals_ui.cc', |
| 1036 'browser/ui/webui/domain_reliability_internals_ui.h', | 1036 'browser/ui/webui/domain_reliability_internals_ui.h', |
| 1037 'browser/ui/webui/fallback_icon_source.cc', |
| 1038 'browser/ui/webui/fallback_icon_source.h', |
| 1037 'browser/ui/webui/favicon_source.cc', | 1039 'browser/ui/webui/favicon_source.cc', |
| 1038 'browser/ui/webui/favicon_source.h', | 1040 'browser/ui/webui/favicon_source.h', |
| 1039 'browser/ui/webui/fileicon_source.cc', | 1041 'browser/ui/webui/fileicon_source.cc', |
| 1040 'browser/ui/webui/fileicon_source.h', | 1042 'browser/ui/webui/fileicon_source.h', |
| 1041 'browser/ui/webui/flags_ui.cc', | 1043 'browser/ui/webui/flags_ui.cc', |
| 1042 'browser/ui/webui/flags_ui.h', | 1044 'browser/ui/webui/flags_ui.h', |
| 1043 'browser/ui/webui/gcm_internals_ui.cc', | 1045 'browser/ui/webui/gcm_internals_ui.cc', |
| 1044 'browser/ui/webui/gcm_internals_ui.h', | 1046 'browser/ui/webui/gcm_internals_ui.h', |
| 1045 'browser/ui/webui/history_ui.cc', | 1047 'browser/ui/webui/history_ui.cc', |
| 1046 'browser/ui/webui/history_ui.h', | 1048 'browser/ui/webui/history_ui.h', |
| (...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3148 ], | 3150 ], |
| 3149 'sources': [ | 3151 'sources': [ |
| 3150 '<@(chrome_browser_ui_non_mobile_sources)', | 3152 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3151 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3153 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3152 ], | 3154 ], |
| 3153 }], | 3155 }], |
| 3154 ], | 3156 ], |
| 3155 }, | 3157 }, |
| 3156 ], | 3158 ], |
| 3157 } | 3159 } |
| OLD | NEW |