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

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

Issue 2765343003: media: Add MediaDrmStorage (Closed)
Patch Set: comments addressed Created 3 years, 8 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 3006 matching lines...) Expand 10 before | Expand all | Expand 10 after
3017 "history/android/bookmark_model_sql_handler.cc", 3017 "history/android/bookmark_model_sql_handler.cc",
3018 "history/android/bookmark_model_sql_handler.h", 3018 "history/android/bookmark_model_sql_handler.h",
3019 "history/android/sqlite_cursor.cc", 3019 "history/android/sqlite_cursor.cc",
3020 "history/android/sqlite_cursor.h", 3020 "history/android/sqlite_cursor.h",
3021 "invalidation/invalidation_service_factory_android.cc", 3021 "invalidation/invalidation_service_factory_android.cc",
3022 "invalidation/invalidation_service_factory_android.h", 3022 "invalidation/invalidation_service_factory_android.h",
3023 "lifetime/application_lifetime_android.cc", 3023 "lifetime/application_lifetime_android.cc",
3024 "lifetime/application_lifetime_android.h", 3024 "lifetime/application_lifetime_android.h",
3025 "media/android/cdm/media_drm_credential_manager.cc", 3025 "media/android/cdm/media_drm_credential_manager.cc",
3026 "media/android/cdm/media_drm_credential_manager.h", 3026 "media/android/cdm/media_drm_credential_manager.h",
3027 "media/android/cdm/media_drm_storage_factory.cc",
3028 "media/android/cdm/media_drm_storage_factory.h",
3027 "media/android/remote/record_cast_action.cc", 3029 "media/android/remote/record_cast_action.cc",
3028 "media/android/remote/record_cast_action.h", 3030 "media/android/remote/record_cast_action.h",
3029 "media/android/remote/remote_media_player_bridge.cc", 3031 "media/android/remote/remote_media_player_bridge.cc",
3030 "media/android/remote/remote_media_player_bridge.h", 3032 "media/android/remote/remote_media_player_bridge.h",
3031 "media/android/remote/remote_media_player_manager.cc", 3033 "media/android/remote/remote_media_player_manager.cc",
3032 "media/android/remote/remote_media_player_manager.h", 3034 "media/android/remote/remote_media_player_manager.h",
3033 "media/android/router/media_router_android.cc", 3035 "media/android/router/media_router_android.cc",
3034 "media/android/router/media_router_android.h", 3036 "media/android/router/media_router_android.h",
3035 "media/android/router/media_router_dialog_controller_android.cc", 3037 "media/android/router/media_router_dialog_controller_android.cc",
3036 "media/android/router/media_router_dialog_controller_android.h", 3038 "media/android/router/media_router_dialog_controller_android.h",
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 4634
4633 service_manifest("preferences_manifest") { 4635 service_manifest("preferences_manifest") {
4634 name = "preferences" 4636 name = "preferences"
4635 source = "prefs/preferences_manifest.json" 4637 source = "prefs/preferences_manifest.json"
4636 } 4638 }
4637 4639
4638 service_manifest("preferences_forwarder_manifest") { 4640 service_manifest("preferences_forwarder_manifest") {
4639 name = "preferences_forwarder" 4641 name = "preferences_forwarder"
4640 source = "prefs/forwarder_manifest.json" 4642 source = "prefs/forwarder_manifest.json"
4641 } 4643 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | components/cdm/browser/media_drm_storage_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698