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

Side by Side Diff: media/cdm/ppapi/BUILD.gn

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/features.gni") 5 import("//build/config/features.gni")
6 6
7 # Android doesn't use ffmpeg. 7 # Android doesn't use ffmpeg.
8 use_ffmpeg = !is_android 8 use_ffmpeg = !is_android
9 9
10 # The GYP version supports build flags "use_fake_video_decoder" and 10 # The GYP version supports build flags "use_fake_video_decoder" and
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 51
52 # TODO(GYP): clearkeycdmadapter_resources 52 # TODO(GYP): clearkeycdmadapter_resources
53 53
54 group("clearkeycdmadapter") { 54 group("clearkeycdmadapter") {
55 deps = [ 55 deps = [
56 #":cdmadapter", TODO(GYP) 56 #":cdmadapter", TODO(GYP)
57 ":clearkeycdm", 57 ":clearkeycdm",
58 58
59 #":clearkeycdmadapter_resources", TODO(GYP) 59 #":clearkeycdmadapter_resources", TODO(GYP)
60 "//ppapi:ppapi_cpp", 60 "//ppapi/cpp",
61 ] 61 ]
62 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698