| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "//components/resources", | 347 "//components/resources", |
| 348 "//components/security_state/core", | 348 "//components/security_state/core", |
| 349 "//components/signin/core/browser", | 349 "//components/signin/core/browser", |
| 350 "//components/signin/core/browser:test_support", | 350 "//components/signin/core/browser:test_support", |
| 351 "//components/signin/core/common", | 351 "//components/signin/core/common", |
| 352 "//components/strings", | 352 "//components/strings", |
| 353 "//components/sync", | 353 "//components/sync", |
| 354 "//components/sync:test_support_driver", | 354 "//components/sync:test_support_driver", |
| 355 "//components/sync:test_support_model", | 355 "//components/sync:test_support_model", |
| 356 "//components/variations", | 356 "//components/variations", |
| 357 "//components/variations:test_support", |
| 357 "//components/webdata/common", | 358 "//components/webdata/common", |
| 358 "//components/webdata_services:test_support", | 359 "//components/webdata_services:test_support", |
| 359 "//google_apis", | 360 "//google_apis", |
| 360 "//google_apis:test_support", | 361 "//google_apis:test_support", |
| 361 "//net:test_support", | 362 "//net:test_support", |
| 362 "//sql", | 363 "//sql", |
| 363 "//testing/gmock", | 364 "//testing/gmock", |
| 364 "//testing/gtest", | 365 "//testing/gtest", |
| 365 "//third_party/libaddressinput:util", | 366 "//third_party/libaddressinput:util", |
| 366 "//third_party/libphonenumber", | 367 "//third_party/libphonenumber", |
| 367 "//ui/base", | 368 "//ui/base", |
| 368 "//url", | 369 "//url", |
| 369 ] | 370 ] |
| 370 } | 371 } |
| OLD | NEW |