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

Unified Diff: components/dom_distiller.gypi

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « components/data_reduction_proxy/core/common/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 2e5629d48579f2be8971c06fbbb52cd1ec349677..2c290595e4a4947c389bccfbe8c13d0e25706ef7 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',
« no previous file with comments | « components/data_reduction_proxy/core/common/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698