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

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

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

Powered by Google App Engine
This is Rietveld 408576698