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

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

Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Relax DCHECK constraints slightly for tests Created 5 years, 3 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/page_load_metrics/common/BUILD.gn
diff --git a/components/data_reduction_proxy/content/common/BUILD.gn b/components/page_load_metrics/common/BUILD.gn
similarity index 52%
copy from components/data_reduction_proxy/content/common/BUILD.gn
copy to components/page_load_metrics/common/BUILD.gn
index cb33fbee498d4127521eb631ae39c2e1a9b92d07..8ba2aad4599b5c77c6530deb8677c1274429f618 100644
--- a/components/data_reduction_proxy/content/common/BUILD.gn
+++ b/components/page_load_metrics/common/BUILD.gn
@@ -2,15 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GYP version: components/page_load_metrics.gypi:page_load_metrics_common
static_library("common") {
sources = [
- "data_reduction_proxy_messages.cc",
- "data_reduction_proxy_messages.h",
+ "page_load_metrics_messages.cc",
+ "page_load_metrics_messages.h",
+ "page_load_timing.cc",
+ "page_load_timing.h",
]
-
deps = [
- "//content/public/common",
+ "//base",
"//ipc",
- "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698