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

Unified Diff: content/content_tests.gypi

Issue 7941003: Add base dependency since omx_video_decode_accelerator_unittest depends on base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | no next file » | 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 c8bdd382d32768d8d4f8069c8d2ab7ecabc1116c..29ac5798422770b10d2ab7b9849ddb0483365f15 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -189,6 +189,7 @@
'target_name': 'omx_video_decode_accelerator_unittest',
'type': 'executable',
'dependencies': [
+ '../base/base.gyp:base',
Ami GONE FROM CHROMIUM 2011/09/19 16:39:44 sort by moving below content (consistent with l.12
'content',
'../testing/gtest.gyp:gtest',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698