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

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

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Addressed review issues 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/display/output_protection_controller_ash.h » ('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 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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 "policy/proto/chrome_device_policy.proto", 1770 "policy/proto/chrome_device_policy.proto",
1767 "policy/proto/install_attributes.proto", 1771 "policy/proto/install_attributes.proto",
1768 ] 1772 ]
1769 } 1773 }
1770 1774
1771 proto_library("attestation_proto") { 1775 proto_library("attestation_proto") {
1772 sources = [ 1776 sources = [
1773 "attestation/attestation_key_payload.proto", 1777 "attestation/attestation_key_payload.proto",
1774 ] 1778 ]
1775 } 1779 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/display/output_protection_controller_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698