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

Unified Diff: chrome/chrome_browser.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.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7937bf66dbe40e7dd529707134f7229c0f2f3a49..87dd4c4b4fda422f3d2cccb77846a244e8fb486c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'browser',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
'dependencies': [
'app/policy/cloud_policy_codegen.gyp:policy',
@@ -4548,7 +4548,7 @@
},
{
'target_name': 'in_memory_url_index_cache_proto_cpp',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.cc',
'<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.h',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698