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

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index 803d0ab61188cddc53a01ff6470d1d51e037d76f..66034cc6521b2a55168bc480f0c6c955fe0ce899 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -125,9 +125,9 @@ if ((is_chrome_branded || enable_widevine) && enable_pepper_cdms) {
ppapi_cdm_adapter("widevinecdmadapter") {
defines = []
deps = [
- ":widevinecdmadapter_resources",
- ":widevinecdm",
":version_h",
+ ":widevinecdm",
+ ":widevinecdmadapter_resources",
"//ppapi/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698