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

Unified Diff: content/content_tests.gypi

Issue 1442473002: Port video_decode_accelerator_unittest to GN for Android (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
« no previous file with comments | « build/gn_migration.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ba521a21e7b6d2a67762fda271818d3b815f21e6..b5005ac5da13c68c783daf00f46c02413d13478d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1658,6 +1658,8 @@
['chromeos==1 or OS=="win" or OS=="android"', {
'targets': [
{
+ # TODO(GYP): Port Windows and ChromeOS logic.
+ # GN: //content/test:video_decode_accelerator_unittest
'target_name': 'video_decode_accelerator_unittest',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -2057,7 +2059,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
- # TODO(GN)
+ # GN: //content/test:video_decode_accelerator_unittest_apk
'target_name': 'video_decode_accelerator_unittest_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « build/gn_migration.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698