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

Unified Diff: cc/cc.gyp

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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 | « cc/bitmap_content_layer_updater.h ('k') | cc/cc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 24973eb1f1a34bdf44ba6c5b2f4ee7389e9a2aa9..b7c4daec45b32dc00c5fcc5993e60a25a31ac5a5 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -231,7 +231,7 @@
'targets': [
{
'target_name': 'cc',
- 'type': 'static_library',
+ 'type': '<(component)',
'includes': [
'cc.gypi',
],
@@ -245,10 +245,10 @@
'<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf',
'<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platform_geometry',
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support',
+ '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'defines': [
- # http://crbug.com/154052
- 'WEBKIT_GLUE_IMPLEMENTATION=1',
+ 'CC_IMPLEMENTATION=1',
],
'include_dirs': [
'<(webkit_src_dir)/Source/Platform/chromium',
« no previous file with comments | « cc/bitmap_content_layer_updater.h ('k') | cc/cc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698