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

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

Issue 2765343003: media: Add MediaDrmStorage (Closed)
Patch Set: fix compile error Created 3 years, 9 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 2987 matching lines...) Expand 10 before | Expand all | Expand 10 after
2998 "history/android/bookmark_model_sql_handler.cc", 2998 "history/android/bookmark_model_sql_handler.cc",
2999 "history/android/bookmark_model_sql_handler.h", 2999 "history/android/bookmark_model_sql_handler.h",
3000 "history/android/sqlite_cursor.cc", 3000 "history/android/sqlite_cursor.cc",
3001 "history/android/sqlite_cursor.h", 3001 "history/android/sqlite_cursor.h",
3002 "invalidation/invalidation_service_factory_android.cc", 3002 "invalidation/invalidation_service_factory_android.cc",
3003 "invalidation/invalidation_service_factory_android.h", 3003 "invalidation/invalidation_service_factory_android.h",
3004 "lifetime/application_lifetime_android.cc", 3004 "lifetime/application_lifetime_android.cc",
3005 "lifetime/application_lifetime_android.h", 3005 "lifetime/application_lifetime_android.h",
3006 "media/android/cdm/media_drm_credential_manager.cc", 3006 "media/android/cdm/media_drm_credential_manager.cc",
3007 "media/android/cdm/media_drm_credential_manager.h", 3007 "media/android/cdm/media_drm_credential_manager.h",
3008 "media/android/cdm/media_drm_storage_factory.cc",
3009 "media/android/cdm/media_drm_storage_factory.h",
3008 "media/android/remote/record_cast_action.cc", 3010 "media/android/remote/record_cast_action.cc",
3009 "media/android/remote/record_cast_action.h", 3011 "media/android/remote/record_cast_action.h",
3010 "media/android/remote/remote_media_player_bridge.cc", 3012 "media/android/remote/remote_media_player_bridge.cc",
3011 "media/android/remote/remote_media_player_bridge.h", 3013 "media/android/remote/remote_media_player_bridge.h",
3012 "media/android/remote/remote_media_player_manager.cc", 3014 "media/android/remote/remote_media_player_manager.cc",
3013 "media/android/remote/remote_media_player_manager.h", 3015 "media/android/remote/remote_media_player_manager.h",
3014 "media/android/router/media_router_android.cc", 3016 "media/android/router/media_router_android.cc",
3015 "media/android/router/media_router_android.h", 3017 "media/android/router/media_router_android.h",
3016 "media/android/router/media_router_dialog_controller_android.cc", 3018 "media/android/router/media_router_dialog_controller_android.cc",
3017 "media/android/router/media_router_dialog_controller_android.h", 3019 "media/android/router/media_router_dialog_controller_android.h",
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 "media/pepper_cdm_test_constants.cc", 4604 "media/pepper_cdm_test_constants.cc",
4603 "media/pepper_cdm_test_constants.h", 4605 "media/pepper_cdm_test_constants.h",
4604 ] 4606 ]
4605 } 4607 }
4606 } 4608 }
4607 4609
4608 service_manifest("preferences_manifest") { 4610 service_manifest("preferences_manifest") {
4609 name = "preferences" 4611 name = "preferences"
4610 source = "prefs/preferences_manifest.json" 4612 source = "prefs/preferences_manifest.json"
4611 } 4613 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698