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

Unified Diff: components/translate/core/browser/proto/BUILD.gn

Issue 2925733002: Move ranker_model_loader to a new component. (Closed)
Patch Set: Adressing sdefresne's comments. Created 3 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 | « components/translate/core/browser/DEPS ('k') | components/translate/core/browser/proto/ranker_model.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/proto/BUILD.gn
diff --git a/components/translate/core/browser/proto/BUILD.gn b/components/translate/core/browser/proto/BUILD.gn
deleted file mode 100644
index e7424bd588b10e44d742a9539c56923884047919..0000000000000000000000000000000000000000
--- a/components/translate/core/browser/proto/BUILD.gn
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2016 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")
-
-proto_library("proto") {
- sources = [
- "ranker_model.proto",
- "translate_ranker_model.proto",
- ]
-}
« no previous file with comments | « components/translate/core/browser/DEPS ('k') | components/translate/core/browser/proto/ranker_model.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698