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

Unified Diff: media/BUILD.gn

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/ipc/media_base_ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 6d6b3d8684116621d429fc0ec8d1160a9660bfc0..1180cfd5c51156abb93c655e6dba1b812604c3d6 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -356,7 +356,7 @@ component("media") {
"//media/base/android:media_jni_headers",
]
- # Only 64 bit builds are using android-21 NDK library, check common.gypi
+ # Only 64 bit builds are using the android-21 NDK library.
if (current_cpu == "arm64" || current_cpu == "x64" ||
current_cpu == "mips64el") {
sources += [
@@ -492,7 +492,7 @@ component("media") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//crypto",
- "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp via export_dependent_settings
+ "//crypto:platform",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
"//skia",
« no previous file with comments | « no previous file | media/base/ipc/media_base_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698