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

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 2672493002: [Sync] Switch bots to run integ tests for autofill as USS. (Closed)
Patch Set: Updated for Gang's comment. Created 3 years, 10 months 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
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("//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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "webdata/autofill_wallet_metadata_syncable_service.h", 139 "webdata/autofill_wallet_metadata_syncable_service.h",
140 "webdata/autofill_wallet_syncable_service.cc", 140 "webdata/autofill_wallet_syncable_service.cc",
141 "webdata/autofill_wallet_syncable_service.h", 141 "webdata/autofill_wallet_syncable_service.h",
142 "webdata/autofill_webdata.h", 142 "webdata/autofill_webdata.h",
143 "webdata/autofill_webdata_backend.h", 143 "webdata/autofill_webdata_backend.h",
144 "webdata/autofill_webdata_backend_impl.cc", 144 "webdata/autofill_webdata_backend_impl.cc",
145 "webdata/autofill_webdata_backend_impl.h", 145 "webdata/autofill_webdata_backend_impl.h",
146 "webdata/autofill_webdata_service.cc", 146 "webdata/autofill_webdata_service.cc",
147 "webdata/autofill_webdata_service.h", 147 "webdata/autofill_webdata_service.h",
148 "webdata/autofill_webdata_service_observer.h", 148 "webdata/autofill_webdata_service_observer.h",
149 "webdata/web_data_model_type_controller.cc",
150 "webdata/web_data_model_type_controller.h",
149 ] 151 ]
150 152
151 if (is_ios) { 153 if (is_ios) {
152 sources += [ 154 sources += [
153 "keyboard_accessory_metrics_logger.h", 155 "keyboard_accessory_metrics_logger.h",
154 "keyboard_accessory_metrics_logger.mm", 156 "keyboard_accessory_metrics_logger.mm",
155 ] 157 ]
156 } 158 }
157 159
158 if (is_ios || is_android) { 160 if (is_ios || is_android) {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "//net:test_support", 366 "//net:test_support",
365 "//sql", 367 "//sql",
366 "//testing/gmock", 368 "//testing/gmock",
367 "//testing/gtest", 369 "//testing/gtest",
368 "//third_party/libaddressinput:util", 370 "//third_party/libaddressinput:util",
369 "//third_party/libphonenumber", 371 "//third_party/libphonenumber",
370 "//ui/base", 372 "//ui/base",
371 "//url", 373 "//url",
372 ] 374 ]
373 } 375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698