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

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

Issue 2906873003: chromeos: turn on simplified display management for mash (Closed)
Patch Set: bug refs Created 3 years, 6 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
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "customization/customization_wallpaper_downloader.cc", 395 "customization/customization_wallpaper_downloader.cc",
396 "customization/customization_wallpaper_downloader.h", 396 "customization/customization_wallpaper_downloader.h",
397 "dbus/chrome_console_service_provider_delegate.cc", 397 "dbus/chrome_console_service_provider_delegate.cc",
398 "dbus/chrome_console_service_provider_delegate.h", 398 "dbus/chrome_console_service_provider_delegate.h",
399 "dbus/chrome_display_power_service_provider_delegate.cc", 399 "dbus/chrome_display_power_service_provider_delegate.cc",
400 "dbus/chrome_display_power_service_provider_delegate.h", 400 "dbus/chrome_display_power_service_provider_delegate.h",
401 "dbus/chrome_proxy_resolution_service_provider_delegate.cc", 401 "dbus/chrome_proxy_resolution_service_provider_delegate.cc",
402 "dbus/chrome_proxy_resolution_service_provider_delegate.h", 402 "dbus/chrome_proxy_resolution_service_provider_delegate.h",
403 "dbus/kiosk_info_service_provider.cc", 403 "dbus/kiosk_info_service_provider.cc",
404 "dbus/kiosk_info_service_provider.h", 404 "dbus/kiosk_info_service_provider.h",
405 "dbus/mus_console_service_provider_delegate.cc",
406 "dbus/mus_console_service_provider_delegate.h",
407 "dbus/screen_lock_service_provider.cc", 405 "dbus/screen_lock_service_provider.cc",
408 "dbus/screen_lock_service_provider.h", 406 "dbus/screen_lock_service_provider.h",
409 "device/input_service_proxy.cc", 407 "device/input_service_proxy.cc",
410 "device/input_service_proxy.h", 408 "device/input_service_proxy.h",
411 "device_uma.cc", 409 "device_uma.cc",
412 "device_uma.h", 410 "device_uma.h",
413 "display/display_configuration_observer.cc", 411 "display/display_configuration_observer.cc",
414 "display/display_configuration_observer.h", 412 "display/display_configuration_observer.h",
415 "display/display_preferences.cc", 413 "display/display_preferences.cc",
416 "display/display_preferences.h", 414 "display/display_preferences.h",
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 "policy/proto/chrome_device_policy.proto", 1871 "policy/proto/chrome_device_policy.proto",
1874 "policy/proto/install_attributes.proto", 1872 "policy/proto/install_attributes.proto",
1875 ] 1873 ]
1876 } 1874 }
1877 1875
1878 proto_library("attestation_proto") { 1876 proto_library("attestation_proto") {
1879 sources = [ 1877 sources = [
1880 "attestation/attestation_key_payload.proto", 1878 "attestation/attestation_key_payload.proto",
1881 ] 1879 ]
1882 } 1880 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698