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

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

Issue 2591053002: Show PhysicalWebProvider suggestions with omnibox input (Closed)
Patch Set: enable experiment in unit tests Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/omnibox/browser/omnibox_field_trial.h » ('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 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "omnibox_popup_model.cc", 70 "omnibox_popup_model.cc",
71 "omnibox_popup_model.h", 71 "omnibox_popup_model.h",
72 "omnibox_popup_model_observer.h", 72 "omnibox_popup_model_observer.h",
73 "omnibox_popup_view.h", 73 "omnibox_popup_view.h",
74 "omnibox_pref_names.cc", 74 "omnibox_pref_names.cc",
75 "omnibox_pref_names.h", 75 "omnibox_pref_names.h",
76 "omnibox_switches.cc", 76 "omnibox_switches.cc",
77 "omnibox_switches.h", 77 "omnibox_switches.h",
78 "omnibox_view.cc", 78 "omnibox_view.cc",
79 "omnibox_view.h", 79 "omnibox_view.h",
80 "physical_web_node.cc",
81 "physical_web_node.h",
80 "physical_web_provider.cc", 82 "physical_web_provider.cc",
81 "physical_web_provider.h", 83 "physical_web_provider.h",
82 "scored_history_match.cc", 84 "scored_history_match.cc",
83 "scored_history_match.h", 85 "scored_history_match.h",
84 "search_provider.cc", 86 "search_provider.cc",
85 "search_provider.h", 87 "search_provider.h",
86 "search_suggestion_parser.cc", 88 "search_suggestion_parser.cc",
87 "search_suggestion_parser.h", 89 "search_suggestion_parser.h",
88 "shortcuts_backend.cc", 90 "shortcuts_backend.cc",
89 "shortcuts_backend.h", 91 "shortcuts_backend.h",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "//components/variations", 273 "//components/variations",
272 "//net:test_support", 274 "//net:test_support",
273 "//sql", 275 "//sql",
274 "//sql:test_support", 276 "//sql:test_support",
275 "//testing/gmock", 277 "//testing/gmock",
276 "//testing/gtest", 278 "//testing/gtest",
277 "//ui/base:base", 279 "//ui/base:base",
278 "//url", 280 "//url",
279 ] 281 ]
280 } 282 }
OLDNEW
« no previous file with comments | « no previous file | components/omnibox/browser/omnibox_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698