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

Unified Diff: components/omnibox/BUILD.gn

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/omnibox.gypi ('k') | components/omnibox/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/BUILD.gn
diff --git a/components/autocomplete/BUILD.gn b/components/omnibox/BUILD.gn
similarity index 93%
rename from components/autocomplete/BUILD.gn
rename to components/omnibox/BUILD.gn
index 2c37573e6a949e5ad810f3bfc788d58a1bbfa5bd..1b2735be9172e1d1a224714fa47be7dc9dc3ad38 100644
--- a/components/autocomplete/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("autocomplete") {
+static_library("omnibox") {
sources = [
"autocomplete_input.cc",
"autocomplete_input.h",
@@ -39,7 +39,7 @@ static_library("test_support") {
]
deps = [
- ":autocomplete",
+ ":omnibox",
"//base",
"//components/metrics/proto",
]
@@ -52,7 +52,7 @@ source_set("unit_tests") {
]
deps = [
- ":autocomplete",
+ ":omnibox",
":test_support",
"//testing/gtest",
]
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698