From b8ec98a368e8236d57d39d27e516079ab8697bfb Mon Sep 17 00:00:00 2001 From: "yfriedman@chromium.org" <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 3 Apr 2013 00:20:00 +0000 Subject: [Android] Fix remaining linker errors for components build Miscellaneous missing dependencies and a few more exports. BUG=158821 Review URL: https://chromiumcodereview.appspot.com/12988003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191944 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/android/native_test.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/android') diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp index 9e50c39..bbed98a 100644 --- a/testing/android/native_test.gyp +++ b/testing/android/native_test.gyp @@ -67,6 +67,7 @@ 'dependencies': [ '../../base/base.gyp:base', '../../base/base.gyp:test_support_base', + '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../gtest.gyp:gtest', 'native_test_jni_headers', 'native_test_util', -- cgit v1.1