summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2014-11-26 10:38:55 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-26 18:39:19 +0000
commit462851f7ef02d8481a8225decfd940c8498b9485 (patch)
tree8faaeb0031d3eac527f3495e909f6e87c0353251 /components/dom_distiller.gypi
parent9548243fca6a3524694de5683a4486d70837d968 (diff)
downloadchromium_src-462851f7ef02d8481a8225decfd940c8498b9485.zip
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.gz
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.bz2
Add more components unittests to the GN build.
Add lots of missing dependencies identified by "gn check" in both the GN and GYP builds. Review URL: https://codereview.chromium.org/756233002 Cr-Commit-Position: refs/heads/master@{#305841}
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 2e5629d..2c290595 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -13,8 +13,10 @@
'dependencies': [
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
+ '../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
+ '../url/url.gyp:url_lib',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'distilled_page_proto',
@@ -36,6 +38,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
'../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
@@ -116,6 +119,7 @@
'components.gyp:leveldb_proto_test_support',
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
+ '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',
@@ -152,10 +156,13 @@
'target_name': 'dom_distiller_content',
'type': 'static_library',
'dependencies': [
+ '../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../url/url.gyp:url_lib',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'dom_distiller_core',