| 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 ], | 1254 ], |
| 1255 # Used when athena is enabled. | 1255 # Used when athena is enabled. |
| 1256 'chrome_browser_ui_athena_sources': [ | 1256 'chrome_browser_ui_athena_sources': [ |
| 1257 #TODO(mukai): Port AppListService to Athena (crbug.com/417571) | 1257 #TODO(mukai): Port AppListService to Athena (crbug.com/417571) |
| 1258 'browser/ui/app_list/app_list_service_disabled.cc', | 1258 'browser/ui/app_list/app_list_service_disabled.cc', |
| 1259 | 1259 |
| 1260 'browser/ui/athena/extensions/application_launch_web_app_athena.cc', | 1260 'browser/ui/athena/extensions/application_launch_web_app_athena.cc', |
| 1261 'browser/ui/athena/extensions/extension_install_ui_factory_athena.cc', | 1261 'browser/ui/athena/extensions/extension_install_ui_factory_athena.cc', |
| 1262 'browser/ui/views/athena/athena_util.cc', | 1262 'browser/ui/views/athena/athena_util.cc', |
| 1263 'browser/ui/views/athena/athena_util.h', | 1263 'browser/ui/views/athena/athena_util.h', |
| 1264 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc', | |
| 1265 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h', | |
| 1266 ], | 1264 ], |
| 1267 # Used when not using mobile and not using Athena. | 1265 # Used when not using mobile and not using Athena. |
| 1268 'chrome_browser_ui_non_athena_non_mobile_sources': [ | 1266 'chrome_browser_ui_non_athena_non_mobile_sources': [ |
| 1269 'browser/ui/extensions/application_launch_web_app.cc', | 1267 'browser/ui/extensions/application_launch_web_app.cc', |
| 1270 'browser/ui/extensions/extension_install_ui_factory.cc', | 1268 'browser/ui/extensions/extension_install_ui_factory.cc', |
| 1271 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 1269 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 1272 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 1270 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 1273 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', | 1271 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', |
| 1274 'browser/ui/webui/chromeos/first_run/first_run_ui.h', | 1272 'browser/ui/webui/chromeos/first_run/first_run_ui.h', |
| 1275 'browser/ui/webui/options/chromeos/display_options_handler.cc', | 1273 'browser/ui/webui/options/chromeos/display_options_handler.cc', |
| (...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3153 ], | 3151 ], |
| 3154 'sources': [ | 3152 'sources': [ |
| 3155 '<@(chrome_browser_ui_non_mobile_sources)', | 3153 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3156 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3154 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3157 ], | 3155 ], |
| 3158 }], | 3156 }], |
| 3159 ], | 3157 ], |
| 3160 }, | 3158 }, |
| 3161 ], | 3159 ], |
| 3162 } | 3160 } |
| OLD | NEW |