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

Unified Diff: chrome/browser/metrics/variations/proto/BUILD.gn

Issue 366373002: [Variations] Bring variations_http_header_provider to variations component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix BUILD.gn Created 6 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: chrome/browser/metrics/variations/proto/BUILD.gn
diff --git a/chrome/browser/metrics/variations/proto/BUILD.gn b/chrome/browser/metrics/variations/proto/BUILD.gn
deleted file mode 100644
index 732e86f2954139b2e5ce73a27c35d5fba899ee5a..0000000000000000000000000000000000000000
--- a/chrome/browser/metrics/variations/proto/BUILD.gn
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2014 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.
-
-import("//third_party/protobuf/proto_library.gni")
-
-# GYP version: chrome/chrome_browser.gypi:variations_proto
-proto_library("proto") {
- sources = [
- "chrome_experiments.proto",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698