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

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

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Update Created 3 years, 10 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/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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "dbus/screen_lock_service_provider.cc", 369 "dbus/screen_lock_service_provider.cc",
370 "dbus/screen_lock_service_provider.h", 370 "dbus/screen_lock_service_provider.h",
371 "device/input_service_proxy.cc", 371 "device/input_service_proxy.cc",
372 "device/input_service_proxy.h", 372 "device/input_service_proxy.h",
373 "device_uma.cc", 373 "device_uma.cc",
374 "device_uma.h", 374 "device_uma.h",
375 "display/display_configuration_observer.cc", 375 "display/display_configuration_observer.cc",
376 "display/display_configuration_observer.h", 376 "display/display_configuration_observer.h",
377 "display/display_preferences.cc", 377 "display/display_preferences.cc",
378 "display/display_preferences.h", 378 "display/display_preferences.h",
379 "display/output_protection_controller_ash.cc",
380 "display/output_protection_controller_ash.h",
381 "display/output_protection_controller_mus.cc",
382 "display/output_protection_controller_mus.h",
379 "display/output_protection_delegate.cc", 383 "display/output_protection_delegate.cc",
380 "display/output_protection_delegate.h", 384 "display/output_protection_delegate.h",
381 "display/overscan_calibrator.cc", 385 "display/overscan_calibrator.cc",
382 "display/overscan_calibrator.h", 386 "display/overscan_calibrator.h",
383 "display/quirks_manager_delegate_impl.cc", 387 "display/quirks_manager_delegate_impl.cc",
384 "display/quirks_manager_delegate_impl.h", 388 "display/quirks_manager_delegate_impl.h",
385 "display/touch_calibrator/touch_calibrator_controller.cc", 389 "display/touch_calibrator/touch_calibrator_controller.cc",
386 "display/touch_calibrator/touch_calibrator_controller.h", 390 "display/touch_calibrator/touch_calibrator_controller.h",
387 "display/touch_calibrator/touch_calibrator_view.cc", 391 "display/touch_calibrator/touch_calibrator_view.cc",
388 "display/touch_calibrator/touch_calibrator_view.h", 392 "display/touch_calibrator/touch_calibrator_view.h",
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 "policy/proto/chrome_device_policy.proto", 1772 "policy/proto/chrome_device_policy.proto",
1769 "policy/proto/install_attributes.proto", 1773 "policy/proto/install_attributes.proto",
1770 ] 1774 ]
1771 } 1775 }
1772 1776
1773 proto_library("attestation_proto") { 1777 proto_library("attestation_proto") {
1774 sources = [ 1778 sources = [
1775 "attestation/attestation_key_payload.proto", 1779 "attestation/attestation_key_payload.proto",
1776 ] 1780 ]
1777 } 1781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698