| 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",
 | 
|    ]
 | 
|  }
 | 
| 
 |