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

Unified Diff: components/BUILD.gn

Issue 1443713002: Add gn implementation for //components/dom_distiller/ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_public_provider_web
Patch Set: Created 5 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 | « no previous file | components/dom_distiller.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e71fee5877e955a1192146649f66398bdf86f9f4..166563f73b518cc6a01a7be01a0aab49bcef0f81 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -34,6 +34,7 @@ group("all_components") {
"//components/data_reduction_proxy/core/browser",
"//components/data_reduction_proxy/core/common",
"//components/device_event_log",
+ "//components/dom_distiller/core",
"//components/google/core/browser",
"//components/password_manager/core/browser",
"//components/password_manager/core/common",
@@ -55,7 +56,6 @@ group("all_components") {
if (!is_ios) {
deps += [
"//components/bitmap_uploader",
- "//components/dom_distiller/core",
"//components/enhanced_bookmarks",
blundell 2015/11/16 08:22:08 nit: fix these out-of-order entries while you're h
sdefresne 2015/11/16 09:31:34 None of the entries are currently sorted. I've got
"//components/certificate_reporting",
"//components/cdm/browser",
@@ -83,7 +83,6 @@ group("all_components") {
"//components/device_event_log",
"//components/devtools_discovery",
"//components/devtools_http_handler",
- "//components/dom_distiller/core",
"//components/domain_reliability",
"//components/favicon/core",
"//components/favicon_base",
@@ -220,6 +219,7 @@ group("all_components") {
} else {
deps += [
"//components/autofill/ios/browser",
+ "//components/dom_distiller/ios",
"//components/webp_transcode",
]
}
@@ -327,6 +327,7 @@ test("components_unittests") {
"//components/compression:unit_tests",
"//components/content_settings/core/common",
"//components/data_usage/core:unit_tests",
+ "//components/dom_distiller/core:unit_tests",
"//components/google/core/browser:unit_tests",
"//components/net_log:unit_tests",
"//components/password_manager/core/browser:unit_tests",
@@ -382,7 +383,6 @@ test("components_unittests") {
"//components/device_event_log:unit_tests",
"//components/devtools_http_handler:unit_tests",
"//components/dom_distiller/content:unit_tests",
- "//components/dom_distiller/core:unit_tests",
"//components/domain_reliability:unit_tests",
"//components/favicon/content:unit_tests",
"//components/favicon/core:unit_tests",
« no previous file with comments | « no previous file | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698