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

Unified Diff: ui/views/views.gyp

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore white space Created 7 years, 5 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index a12b81d15f7cdef658291ee51561c4d1254d6d01..fbf5cb368ec03a662bd3720a941fa394eb9c3d53 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -629,7 +629,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../content/content.gyp:content',
+ '../../content/content.gyp:content_all',
'../../content/content.gyp:test_support_content',
'../../ipc/ipc.gyp:test_support_ipc',
'../../skia/skia.gyp:skia',
@@ -883,7 +883,7 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../chrome/chrome_resources.gyp:packed_resources',
- '../../content/content.gyp:content',
+ '../../content/content.gyp:content_all',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
@@ -971,8 +971,8 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../chrome/chrome_resources.gyp:packed_resources',
+ '../../content/content.gyp:content_all',
'../../content/content.gyp:content_shell_lib',
- '../../content/content.gyp:content',
'../../content/content.gyp:test_support_content',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',

Powered by Google App Engine
This is Rietveld 408576698