| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |