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

Unified Diff: components/dom_distiller.gypi

Issue 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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/components_strings.gyp ('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 80e1f4ea0a7b74039263a0073176d0b5d308b2cc..5f8c4bb42e3d5e234315569072a13df0f14cb186 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -7,6 +7,7 @@
['android_webview_build == 0', {
'targets': [
{
+ # GN version: //components/dom_distiller/webui
'target_name': 'dom_distiller_webui',
'type': 'static_library',
'dependencies': [
@@ -30,6 +31,7 @@
],
},
{
+ # GN version: //components/dom_distiller/core
'target_name': 'dom_distiller_core',
'type': 'static_library',
'dependencies': [
@@ -95,6 +97,7 @@
],
},
{
+ # GN version: components/dom_distiller/core:test_support
'target_name': 'dom_distiller_test_support',
'type': 'static_library',
'dependencies': [
@@ -116,6 +119,7 @@
],
},
{
+ # GN version: //components/dom_distiller/core/proto
'target_name': 'distilled_page_proto',
'type': 'static_library',
'sources': [
@@ -133,6 +137,7 @@
['OS != "ios"', {
'targets': [
{
+ # GN version: //components/dom_distiller/content
'target_name': 'dom_distiller_content',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « components/components_strings.gyp ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698