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

Unified Diff: chrome/chrome_tests.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 | « chrome/chrome_renderer.gypi ('k') | chrome/common_constants.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 933d3135ac264c17b68471b2fb30048fca26b46d..6a8992c7813d22add5d584e12d26f8bd63d26a79 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -21,7 +21,7 @@
# This target contains mocks and test utilities that don't belong in
# production libraries but are used by more than one test executable.
'target_name': 'test_support_common',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'browser',
'common',
@@ -223,7 +223,7 @@
},
{
'target_name': 'test_support_ui',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'test_support_common',
'chrome_resources',
@@ -272,7 +272,7 @@
},
{
'target_name': 'test_support_sync',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../testing/gmock.gyp:gmock',
@@ -297,7 +297,7 @@
},
{
'target_name': 'test_support_syncapi',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'syncapi',
@@ -318,7 +318,7 @@
},
{
'target_name': 'test_support_sync_notifier',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../testing/gmock.gyp:gmock',
'sync_notifier',
@@ -333,7 +333,7 @@
},
{
'target_name': 'test_support_unit',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'test_support_common',
'chrome_resources',
@@ -770,7 +770,7 @@
# The documention of the protocol implemented is at:
# http://code.google.com/p/selenium/wiki/JsonWireProtocol
'target_name': 'chromedriver_lib',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'browser',
'chrome',
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common_constants.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698