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_tests.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_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 9f4097c..bb89d4e 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -264,7 +264,7 @@ '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../third_party/WebKit/public/blink.gyp:blink', + '../third_party/WebKit/public/blink.gyp:blink_minimal', '../third_party/mesa/mesa.gyp:osmesa', '../ui/gl/gl.gyp:gl', '../ui/ui.gyp:ui', |