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

Unified Diff: components/dns_prefetch/common/BUILD.gn

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybot fixes: 1) hide gyp target from ios 2) UintToString --> SizeTToString 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/dns_prefetch/OWNERS ('k') | components/dns_prefetch/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch/common/BUILD.gn
diff --git a/components/bookmarks/common/BUILD.gn b/components/dns_prefetch/common/BUILD.gn
similarity index 50%
copy from components/bookmarks/common/BUILD.gn
copy to components/dns_prefetch/common/BUILD.gn
index 320d463ffb7e6d2db0b9e1b957bf6c33251b9c2b..82a02ac924e55e3a34d88fb60a3f3657fce25f15 100644
--- a/components/bookmarks/common/BUILD.gn
+++ b/components/dns_prefetch/common/BUILD.gn
@@ -2,20 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GYP version: components/dns_prefetch.gypi:predictor
source_set("common") {
sources = [
- "bookmark_constants.cc",
- "bookmark_constants.h",
- "bookmark_pref_names.cc",
- "bookmark_pref_names.h",
+ "prefetch_common.cc",
+ "prefetch_common.h",
+ "prefetch_message_generator.cc",
+ "prefetch_message_generator.h",
+ "prefetch_messages.cc",
+ "prefetch_messages.h",
]
deps = [
"//base",
]
- if (is_android) {
- deps += [
- "//components/bookmarks/common/android",
- ]
- }
}
« no previous file with comments | « components/dns_prefetch/OWNERS ('k') | components/dns_prefetch/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698