summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 15:18:56 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 15:18:56 +0000
commita8352edf002b1415c1bca36d3c80751a37f1c2d3 (patch)
treedda7461a6eba558830fe4cd37e307a9e8d65c968 /cc/cc_tests.gyp
parentb4dff93ac496a3582f52e654b5f209fe933ac424 (diff)
downloadchromium_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.gyp2
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',