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

Unified Diff: components/autocomplete.gypi

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/OWNERS ('k') | components/autocomplete/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autocomplete.gypi
diff --git a/components/autocomplete.gypi b/components/autocomplete.gypi
deleted file mode 100644
index bd80d888070db6f6807df78ea2951e260c8f2874..0000000000000000000000000000000000000000
--- a/components/autocomplete.gypi
+++ /dev/null
@@ -1,60 +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.
-
-{
- 'targets': [
- {
- # GN version: //components/autocomplete
- 'target_name': 'autocomplete',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../url/url.gyp:url_lib',
- 'search_engines',
- 'component_metrics_proto',
- 'components_resources.gyp:components_resources',
- 'url_fixer',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'autocomplete/autocomplete_input.cc',
- 'autocomplete/autocomplete_input.h',
- 'autocomplete/autocomplete_match.cc',
- 'autocomplete/autocomplete_match.h',
- 'autocomplete/autocomplete_match_type.cc',
- 'autocomplete/autocomplete_match_type.h',
- 'autocomplete/autocomplete_provider.cc',
- 'autocomplete/autocomplete_provider.h',
- 'autocomplete/autocomplete_provider_listener.h',
- 'autocomplete/autocomplete_scheme_classifier.h',
- 'autocomplete/search_suggestion_parser.cc',
- 'autocomplete/search_suggestion_parser.h',
- 'autocomplete/url_prefix.cc',
- 'autocomplete/url_prefix.h',
- ],
- },
- {
- # GN version: //components/autocomplete:test_support
- 'target_name': 'autocomplete_test_support',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'autocomplete',
- 'component_metrics_proto',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'autocomplete/test_scheme_classifier.cc',
- 'autocomplete/test_scheme_classifier.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/OWNERS ('k') | components/autocomplete/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698