Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 855503002: Remove remainder of USE_ATHENA ifdefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA3
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698