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

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

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix IPC message Created 6 years, 2 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
Index: components/predictor/common/BUILD.gn
diff --git a/components/bookmarks/common/BUILD.gn b/components/predictor/common/BUILD.gn
similarity index 56%
copy from components/bookmarks/common/BUILD.gn
copy to components/predictor/common/BUILD.gn
index 283b85be724ed6d8d2211e9cfe03f86baac13aea..93e49a889dae2d14b8b79e598acc5d51df71c01c 100644
--- a/components/bookmarks/common/BUILD.gn
+++ b/components/predictor/common/BUILD.gn
@@ -2,12 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GYP version: components/predictor.gypi:predictor
source_set("common") {
sources = [
- "bookmark_constants.cc",
- "bookmark_constants.h",
- "bookmark_pref_names.cc",
- "bookmark_pref_names.h",
+ "predictor_common.h",
+ "predictor_message_generator.cc",
+ "predictor_message_generator.h",
+ "predictor_messages.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698