diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 15:18:56 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 15:18:56 +0000 |
commit | a8352edf002b1415c1bca36d3c80751a37f1c2d3 (patch) | |
tree | dda7461a6eba558830fe4cd37e307a9e8d65c968 /cc/cc.gyp | |
parent | b4dff93ac496a3582f52e654b5f209fe933ac424 (diff) | |
download | chromium_src-a8352edf002b1415c1bca36d3c80751a37f1c2d3.zip chromium_src-a8352edf002b1415c1bca36d3c80751a37f1c2d3.tar.gz chromium_src-a8352edf002b1415c1bca36d3c80751a37f1c2d3.tar.bz2 |
Link cc, cc_unittests, and compositor against blink_minimal
The compositor targets only need WebString, WebCString and WebFilterOperation(s)
They can just link against the blink_minimal target. This cuts the number of
edges needed to build cc_unittests / compositor_unittests by almost 2000.
BUG=237267
Review URL: https://chromiumcodereview.appspot.com/17139002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ '<(DEPTH)/media/media.gyp:media', '<(DEPTH)/ui/gl/gl.gyp:gl', '<(DEPTH)/ui/ui.gyp:ui', - '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', + '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', ], 'defines': [ 'CC_IMPLEMENTATION=1', |