| 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 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 "sync/profile_sync_test_util.h", | 1123 "sync/profile_sync_test_util.h", |
| 1124 ] | 1124 ] |
| 1125 | 1125 |
| 1126 configs += [ "//build/config:precompiled_headers" ] | 1126 configs += [ "//build/config:precompiled_headers" ] |
| 1127 | 1127 |
| 1128 public_deps = [ | 1128 public_deps = [ |
| 1129 ":browser", | 1129 ":browser", |
| 1130 "//chrome/browser/ui:test_support", | 1130 "//chrome/browser/ui:test_support", |
| 1131 ] | 1131 ] |
| 1132 deps = [ | 1132 deps = [ |
| 1133 "//base:prefs_test_support", | |
| 1134 "//chrome/app/theme:theme_resources", | 1133 "//chrome/app/theme:theme_resources", |
| 1135 "//chrome/browser", | 1134 "//chrome/browser", |
| 1136 "//chrome/common", | 1135 "//chrome/common", |
| 1137 "//chrome/common/safe_browsing:proto", | 1136 "//chrome/common/safe_browsing:proto", |
| 1138 "//components/browser_sync/browser:test_support", | 1137 "//components/browser_sync/browser:test_support", |
| 1139 "//components/invalidation/impl", | 1138 "//components/invalidation/impl", |
| 1140 "//components/invalidation/impl:test_support", | 1139 "//components/invalidation/impl:test_support", |
| 1141 "//components/password_manager/core/browser:test_support", | 1140 "//components/password_manager/core/browser:test_support", |
| 1141 "//components/prefs:test_support", |
| 1142 "//components/search_engines:test_support", | 1142 "//components/search_engines:test_support", |
| 1143 "//components/syncable_prefs:test_support", | 1143 "//components/syncable_prefs:test_support", |
| 1144 "//components/user_prefs/tracked:user_prefs_tracked_test_support", | 1144 "//components/user_prefs/tracked:user_prefs_tracked_test_support", |
| 1145 "//content/test:test_support", | 1145 "//content/test:test_support", |
| 1146 "//net:test_support", | 1146 "//net:test_support", |
| 1147 "//skia", | 1147 "//skia", |
| 1148 "//testing/gmock", | 1148 "//testing/gmock", |
| 1149 "//testing/gtest", | 1149 "//testing/gtest", |
| 1150 "//ui/gfx", | 1150 "//ui/gfx", |
| 1151 ] | 1151 ] |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1330 deps = [ | 1330 deps = [ |
| 1331 "//components/google/core/browser", | 1331 "//components/google/core/browser", |
| 1332 "//components/omnibox/browser", | 1332 "//components/omnibox/browser", |
| 1333 "//components/rlz", | 1333 "//components/rlz", |
| 1334 "//components/search_engines", | 1334 "//components/search_engines", |
| 1335 "//rlz:rlz_lib", | 1335 "//rlz:rlz_lib", |
| 1336 ] | 1336 ] |
| 1337 } | 1337 } |
| 1338 } | 1338 } |
| OLD | NEW |