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

Side by Side Diff: components/omnibox/BUILD.gn

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « components/metrics/DEPS ('k') | components/omnibox/search_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("omnibox") { 5 static_library("omnibox") {
6 sources = [ 6 sources = [
7 "answers_cache.h", 7 "answers_cache.h",
8 "answers_cache.cc", 8 "answers_cache.cc",
9 "autocomplete_input.cc", 9 "autocomplete_input.cc",
10 "autocomplete_input.h", 10 "autocomplete_input.h",
(...skipping 27 matching lines...) Expand all
38 public_deps = [ 38 public_deps = [
39 "//components/metrics/proto", 39 "//components/metrics/proto",
40 ] 40 ]
41 deps = [ 41 deps = [
42 "//base", 42 "//base",
43 "//components/resources", 43 "//components/resources",
44 "//components/search_engines", 44 "//components/search_engines",
45 "//components/strings", 45 "//components/strings",
46 "//components/url_fixer", 46 "//components/url_fixer",
47 "//components/variations", 47 "//components/variations",
48 "//components/variations/net",
48 "//net", 49 "//net",
49 "//ui/base", 50 "//ui/base",
50 "//url", 51 "//url",
51 ] 52 ]
52 } 53 }
53 54
54 static_library("test_support") { 55 static_library("test_support") {
55 sources = [ 56 sources = [
56 "test_scheme_classifier.cc", 57 "test_scheme_classifier.cc",
57 "test_scheme_classifier.h", 58 "test_scheme_classifier.h",
(...skipping 18 matching lines...) Expand all
76 "omnibox_field_trial_unittest.cc", 77 "omnibox_field_trial_unittest.cc",
77 ] 78 ]
78 79
79 deps = [ 80 deps = [
80 ":omnibox", 81 ":omnibox",
81 ":test_support", 82 ":test_support",
82 "//testing/gmock", 83 "//testing/gmock",
83 "//testing/gtest", 84 "//testing/gtest",
84 ] 85 ]
85 } 86 }
OLDNEW
« no previous file with comments | « components/metrics/DEPS ('k') | components/omnibox/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698