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

Unified Diff: ui/ui_base.gypi

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 | « ui/gfx/surface/surface.gyp ('k') | ui/ui_gfx.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_base.gypi
diff --git a/ui/ui_base.gypi b/ui/ui_base.gypi
index 1f20b43ab710dbfc523d600e5c76e38aeafa6719..9facff0255944cf14914a78b43e2f9b8db22e416 100644
--- a/ui/ui_base.gypi
+++ b/ui/ui_base.gypi
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'ui_base',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | ui/ui_gfx.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698