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

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

Issue 1897403002: Optimize URLPrefix::BestURLPrefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes after review, round 2 Created 4 years, 8 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 | « components/components_tests.gyp ('k') | components/omnibox/browser/url_prefix.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "keyword_provider_unittest.cc", 225 "keyword_provider_unittest.cc",
226 "omnibox_edit_unittest.cc", 226 "omnibox_edit_unittest.cc",
227 "omnibox_field_trial_unittest.cc", 227 "omnibox_field_trial_unittest.cc",
228 "omnibox_popup_model_unittest.cc", 228 "omnibox_popup_model_unittest.cc",
229 "omnibox_view_unittest.cc", 229 "omnibox_view_unittest.cc",
230 "scored_history_match_unittest.cc", 230 "scored_history_match_unittest.cc",
231 "shortcuts_backend_unittest.cc", 231 "shortcuts_backend_unittest.cc",
232 "shortcuts_database_unittest.cc", 232 "shortcuts_database_unittest.cc",
233 "shortcuts_provider_unittest.cc", 233 "shortcuts_provider_unittest.cc",
234 "suggestion_answer_unittest.cc", 234 "suggestion_answer_unittest.cc",
235 "url_prefix_unittest.cc",
235 "zero_suggest_provider_unittest.cc", 236 "zero_suggest_provider_unittest.cc",
236 ] 237 ]
237 238
238 deps = [ 239 deps = [
239 ":browser", 240 ":browser",
240 ":test_support", 241 ":test_support",
241 ":unit_tests_bundle_data", 242 ":unit_tests_bundle_data",
242 "//base", 243 "//base",
243 "//base/test:test_support", 244 "//base/test:test_support",
244 "//components/bookmarks/browser", 245 "//components/bookmarks/browser",
245 "//components/bookmarks/test", 246 "//components/bookmarks/test",
246 "//components/history/core/test", 247 "//components/history/core/test",
247 "//components/open_from_clipboard:test_support", 248 "//components/open_from_clipboard:test_support",
248 "//components/prefs:test_support", 249 "//components/prefs:test_support",
249 "//components/search", 250 "//components/search",
250 "//components/search_engines", 251 "//components/search_engines",
251 "//components/sessions", 252 "//components/sessions",
252 "//components/toolbar:test_support", 253 "//components/toolbar:test_support",
253 "//components/url_formatter", 254 "//components/url_formatter",
254 "//components/variations", 255 "//components/variations",
255 "//net:test_support", 256 "//net:test_support",
256 "//sql", 257 "//sql",
257 "//sql:test_support", 258 "//sql:test_support",
258 "//testing/gmock", 259 "//testing/gmock",
259 "//testing/gtest", 260 "//testing/gtest",
260 "//ui/base", 261 "//ui/base",
261 "//url", 262 "//url",
262 ] 263 ]
263 } 264 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/url_prefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698