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

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

Issue 2177743002: Migrate page_load_metrics out of components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrate page_load_metrics_messages to common message generator Created 4 years, 5 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/page_load_metrics/common/BUILD.gn b/components/page_load_metrics/common/BUILD.gn
deleted file mode 100644
index 8ba2aad4599b5c77c6530deb8677c1274429f618..0000000000000000000000000000000000000000
--- a/components/page_load_metrics/common/BUILD.gn
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# 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 = [
- "page_load_metrics_messages.cc",
- "page_load_metrics_messages.h",
- "page_load_timing.cc",
- "page_load_timing.h",
- ]
- deps = [
- "//base",
- "//ipc",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698