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

Unified Diff: chrome/browser/net/BUILD.gn

Issue 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/search/suggestions/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/BUILD.gn
diff --git a/chrome/browser/metrics/variations/proto/BUILD.gn b/chrome/browser/net/BUILD.gn
similarity index 60%
copy from chrome/browser/metrics/variations/proto/BUILD.gn
copy to chrome/browser/net/BUILD.gn
index 732e86f2954139b2e5ce73a27c35d5fba899ee5a..6436bf9aaa5f80eaaa0d07cfe52a0e9663164abb 100644
--- a/chrome/browser/metrics/variations/proto/BUILD.gn
+++ b/chrome/browser/net/BUILD.gn
@@ -4,9 +4,7 @@
import("//third_party/protobuf/proto_library.gni")
-# GYP version: chrome/chrome_browser.gypi:variations_proto
-proto_library("proto") {
- sources = [
- "chrome_experiments.proto",
- ]
+# GYP version: chrome/chrome_browser.gypi:probe_message_proto
+proto_library("probe_message_proto") {
+ sources = [ "probe_message.proto" ]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/search/suggestions/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698