From 5a5473381495625fdf691f93be48497f4edf003d Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 19 May 2011 23:18:53 +0000 Subject: Globally replace <(library) with static_library We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/iaccessible2/iaccessible2.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/iaccessible2') diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp index 70e92b1..cf984a7 100644 --- a/third_party/iaccessible2/iaccessible2.gyp +++ b/third_party/iaccessible2/iaccessible2.gyp @@ -16,7 +16,7 @@ 'targets': [ { 'target_name': 'iaccessible2', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'C974E070-3787-490A-87B0-E333B06CA1E2', 'sources': [ 'ia2_api_all.idl', -- cgit v1.1