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

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

Issue 2816773002: Added switch for bypassing protected media identifier permission (Closed)
Patch Set: Added switch for bypassing permissions Created 3 years, 7 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2583 "sync/sync_global_error.h", 2583 "sync/sync_global_error.h",
2584 "sync/sync_global_error_factory.cc", 2584 "sync/sync_global_error_factory.cc",
2585 "sync/sync_global_error_factory.h", 2585 "sync/sync_global_error_factory.h",
2586 "upgrade_detector_impl.cc", 2586 "upgrade_detector_impl.cc",
2587 "upgrade_detector_impl.h", 2587 "upgrade_detector_impl.h",
2588 ] 2588 ]
2589 } else { 2589 } else {
2590 sources += [ 2590 sources += [
2591 "media/protected_media_identifier_permission_context.cc", 2591 "media/protected_media_identifier_permission_context.cc",
2592 "media/protected_media_identifier_permission_context.h", 2592 "media/protected_media_identifier_permission_context.h",
2593 "media/protected_media_identifier_whitelist.cc",
2594 "media/protected_media_identifier_whitelist.h",
2593 ] 2595 ]
2594 } 2596 }
2595 2597
2596 if (is_android) { 2598 if (is_android) {
2597 sources += [ 2599 sources += [
2598 "after_startup_task_utils_android.cc", 2600 "after_startup_task_utils_android.cc",
2599 "after_startup_task_utils_android.h", 2601 "after_startup_task_utils_android.h",
2600 "android/accessibility/font_size_prefs_android.cc", 2602 "android/accessibility/font_size_prefs_android.cc",
2601 "android/accessibility/font_size_prefs_android.h", 2603 "android/accessibility/font_size_prefs_android.h",
2602 "android/activity_type_ids.cc", 2604 "android/activity_type_ids.cc",
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after
4654 "media/pepper_cdm_test_constants.cc", 4656 "media/pepper_cdm_test_constants.cc",
4655 "media/pepper_cdm_test_constants.h", 4657 "media/pepper_cdm_test_constants.h",
4656 ] 4658 ]
4657 } 4659 }
4658 } 4660 }
4659 4661
4660 service_manifest("preferences_forwarder_manifest") { 4662 service_manifest("preferences_forwarder_manifest") {
4661 name = "preferences_forwarder" 4663 name = "preferences_forwarder"
4662 source = "prefs/forwarder_manifest.json" 4664 source = "prefs/forwarder_manifest.json"
4663 } 4665 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698