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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2351893002: mash: Fix system tray clock 12/24 hour time setting (Closed)
Patch Set: review comments Created 4 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 if (is_chromeos) { 1188 if (is_chromeos) {
1189 sources += [ 1189 sources += [
1190 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", 1190 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc",
1191 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", 1191 "app_list/search/launcher_search/launcher_search_icon_image_loader.h",
1192 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc ", 1192 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc ",
1193 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h" , 1193 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h" ,
1194 "app_list/search/launcher_search/launcher_search_provider.cc", 1194 "app_list/search/launcher_search/launcher_search_provider.cc",
1195 "app_list/search/launcher_search/launcher_search_provider.h", 1195 "app_list/search/launcher_search/launcher_search_provider.h",
1196 "app_list/search/launcher_search/launcher_search_result.cc", 1196 "app_list/search/launcher_search/launcher_search_result.cc",
1197 "app_list/search/launcher_search/launcher_search_result.h", 1197 "app_list/search/launcher_search/launcher_search_result.h",
1198 "ash/system_tray_controller_mus.cc",
1199 "ash/system_tray_controller_mus.h",
1198 "extensions/extension_installed_notification.cc", 1200 "extensions/extension_installed_notification.cc",
1199 "extensions/extension_installed_notification.h", 1201 "extensions/extension_installed_notification.h",
1200 "input_method/input_method_engine_base.cc", 1202 "input_method/input_method_engine_base.cc",
1201 "input_method/input_method_engine_base.h", 1203 "input_method/input_method_engine_base.h",
1202 "views/apps/chrome_native_app_window_views_aura_ash.cc", 1204 "views/apps/chrome_native_app_window_views_aura_ash.cc",
1203 "views/apps/chrome_native_app_window_views_aura_ash.h", 1205 "views/apps/chrome_native_app_window_views_aura_ash.h",
1204 "views/intent_picker_bubble_view.cc", 1206 "views/intent_picker_bubble_view.cc",
1205 "views/intent_picker_bubble_view.h", 1207 "views/intent_picker_bubble_view.h",
1206 1208
1207 # On chromeos, file manager extension handles the file open/save dialog. 1209 # On chromeos, file manager extension handles the file open/save dialog.
(...skipping 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 "passwords/passwords_model_delegate_mock.cc", 3384 "passwords/passwords_model_delegate_mock.cc",
3383 "passwords/passwords_model_delegate_mock.h", 3385 "passwords/passwords_model_delegate_mock.h",
3384 ] 3386 ]
3385 deps += [ "//chrome/test:test_support_ui" ] 3387 deps += [ "//chrome/test:test_support_ui" ]
3386 } 3388 }
3387 3389
3388 if (enable_extensions) { 3390 if (enable_extensions) {
3389 deps += [ "//extensions/browser" ] 3391 deps += [ "//extensions/browser" ]
3390 } 3392 }
3391 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698