| 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("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 | 6 |
| 7 static_library("browser") { | 7 static_library("browser") { |
| 8 sources = [ | 8 sources = [ |
| 9 "address.cc", | 9 "address.cc", |
| 10 "address.h", | 10 "address.h", |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "//components/resources", | 349 "//components/resources", |
| 350 "//components/security_state/core", | 350 "//components/security_state/core", |
| 351 "//components/signin/core/browser", | 351 "//components/signin/core/browser", |
| 352 "//components/signin/core/browser:test_support", | 352 "//components/signin/core/browser:test_support", |
| 353 "//components/signin/core/common", | 353 "//components/signin/core/common", |
| 354 "//components/strings", | 354 "//components/strings", |
| 355 "//components/sync", | 355 "//components/sync", |
| 356 "//components/sync:test_support_driver", | 356 "//components/sync:test_support_driver", |
| 357 "//components/sync:test_support_model", | 357 "//components/sync:test_support_model", |
| 358 "//components/variations", | 358 "//components/variations", |
| 359 "//components/variations:test_support", |
| 359 "//components/webdata/common", | 360 "//components/webdata/common", |
| 360 "//components/webdata_services:test_support", | 361 "//components/webdata_services:test_support", |
| 361 "//google_apis", | 362 "//google_apis", |
| 362 "//google_apis:test_support", | 363 "//google_apis:test_support", |
| 363 "//net:test_support", | 364 "//net:test_support", |
| 364 "//sql", | 365 "//sql", |
| 365 "//testing/gmock", | 366 "//testing/gmock", |
| 366 "//testing/gtest", | 367 "//testing/gtest", |
| 367 "//third_party/libaddressinput:util", | 368 "//third_party/libaddressinput:util", |
| 368 "//third_party/libphonenumber", | 369 "//third_party/libphonenumber", |
| 369 "//ui/base", | 370 "//ui/base", |
| 370 "//url", | 371 "//url", |
| 371 ] | 372 ] |
| 372 } | 373 } |
| OLD | NEW |