From 797b25046f036852b50520205064094bd9798c99 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 1 Jul 2014 23:54:17 +0000 Subject: Add more GN deps to the build. These deps are some of those required to compile chrome/browser (so mostly those containing resources and protobufs that have generated headers). chrome/browser still has some dependencies left. Add third_party libs libaddressinput and dom_distiller_js. Add components dom_distiller and policy. Separate the generate_library_loader into a separate .gni file. Rename components_strings to just strings. R=ajwong@chromium.org Review URL: https://codereview.chromium.org/362583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280916 0039d316-1c4b-4281-b951-d872f2087c98 --- components/dom_distiller.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components/dom_distiller.gypi') diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index 80e1f4e..5f8c4bb 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': [ -- cgit v1.1