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

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

Issue 2529303002: [PhysicalWeb] Add fake data source and helpers for testing. (Closed)
Patch Set: trybot fix. Created 4 years 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/physical_web_provider_unittest.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 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 deps = [ 250 deps = [
251 ":browser", 251 ":browser",
252 ":test_support", 252 ":test_support",
253 ":unit_tests_bundle_data", 253 ":unit_tests_bundle_data",
254 "//base", 254 "//base",
255 "//components/bookmarks/browser", 255 "//components/bookmarks/browser",
256 "//components/bookmarks/test", 256 "//components/bookmarks/test",
257 "//components/history/core/test", 257 "//components/history/core/test",
258 "//components/open_from_clipboard:test_support", 258 "//components/open_from_clipboard:test_support",
259 "//components/physical_web/data_source", 259 "//components/physical_web/data_source",
260 "//components/physical_web/data_source:test_support",
260 "//components/prefs:test_support", 261 "//components/prefs:test_support",
261 "//components/search", 262 "//components/search",
262 "//components/search_engines", 263 "//components/search_engines",
263 "//components/sessions", 264 "//components/sessions",
264 "//components/strings", 265 "//components/strings",
265 "//components/toolbar:test_support", 266 "//components/toolbar:test_support",
266 "//components/url_formatter", 267 "//components/url_formatter",
267 "//components/variations", 268 "//components/variations",
268 "//net:test_support", 269 "//net:test_support",
269 "//sql", 270 "//sql",
270 "//sql:test_support", 271 "//sql:test_support",
271 "//testing/gmock", 272 "//testing/gmock",
272 "//testing/gtest", 273 "//testing/gtest",
273 "//ui/base:base", 274 "//ui/base:base",
274 "//url", 275 "//url",
275 ] 276 ]
276 } 277 }
OLDNEW
« no previous file with comments | « no previous file | components/omnibox/browser/physical_web_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698