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

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 | « no previous file | content/test/BUILD.gn » ('j') | content/test/BUILD.gn » ('J')
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 7a72fdbece5476b20f2c704b0cab80cca3c77966..b9771139dff21613d26dd165c2836639d1eac411 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1655,6 +1655,8 @@
['chromeos==1 or OS=="win" or OS=="android"', {
'targets': [
{
+ # TODO(GN): Port Windows and ChromeOS logic.
brettw 2015/11/20 22:04:18 Can you delete this TODO comment? We've been stand
+ # GN: //content/test:video_decode_accelerator_unittest
'target_name': 'video_decode_accelerator_unittest',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -2054,7 +2056,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 | « no previous file | content/test/BUILD.gn » ('j') | content/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698