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 --- remoting/proto/chromotocol.gyp | 2 +- remoting/proto/trace.gyp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'remoting/proto') diff --git a/remoting/proto/chromotocol.gyp b/remoting/proto/chromotocol.gyp index 705af2d..7a0faf2 100644 --- a/remoting/proto/chromotocol.gyp +++ b/remoting/proto/chromotocol.gyp @@ -54,7 +54,7 @@ { 'target_name': 'chromotocol_proto_lib', - 'type': '<(library)', + 'type': 'static_library', 'export_dependent_settings': [ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', 'chromotocol_proto', diff --git a/remoting/proto/trace.gyp b/remoting/proto/trace.gyp index a417a5b..e75f28d 100644 --- a/remoting/proto/trace.gyp +++ b/remoting/proto/trace.gyp @@ -48,7 +48,7 @@ { 'target_name': 'trace_proto_lib', - 'type': '<(library)', + 'type': 'static_library', 'export_dependent_settings': [ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', 'trace_proto', -- cgit v1.1