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

Unified Diff: remoting/proto/trace.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « remoting/proto/chromotocol.gyp ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/trace.gyp
diff --git a/remoting/proto/trace.gyp b/remoting/proto/trace.gyp
index a417a5b5c0dffb4384154e94d27f19877d0500ec..e75f28d3684c3a1501612114b7da36509fd6ef48 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',
« no previous file with comments | « remoting/proto/chromotocol.gyp ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698