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

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

Issue 2592653003: Avoid use-after-free in FormFetcherImpl (Closed)
Patch Set: Typos Created 3 years, 12 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("//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/config.gni") 8 import("//build/config/android/config.gni")
9 } 9 }
10 10
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 sources = [ 253 sources = [
254 "affiliated_match_helper_unittest.cc", 254 "affiliated_match_helper_unittest.cc",
255 "affiliation_backend_unittest.cc", 255 "affiliation_backend_unittest.cc",
256 "affiliation_database_unittest.cc", 256 "affiliation_database_unittest.cc",
257 "affiliation_fetch_throttler_unittest.cc", 257 "affiliation_fetch_throttler_unittest.cc",
258 "affiliation_fetcher_unittest.cc", 258 "affiliation_fetcher_unittest.cc",
259 "affiliation_service_unittest.cc", 259 "affiliation_service_unittest.cc",
260 "affiliation_utils_unittest.cc", 260 "affiliation_utils_unittest.cc",
261 "browser_save_password_progress_logger_unittest.cc", 261 "browser_save_password_progress_logger_unittest.cc",
262 "credential_manager_logger_unittest.cc", 262 "credential_manager_logger_unittest.cc",
263 "credential_manager_password_form_manager_unittest.cc",
263 "export/csv_writer_unittest.cc", 264 "export/csv_writer_unittest.cc",
264 "export/password_csv_writer_unittest.cc", 265 "export/password_csv_writer_unittest.cc",
265 "export/password_exporter_unittest.cc", 266 "export/password_exporter_unittest.cc",
266 "facet_manager_unittest.cc", 267 "facet_manager_unittest.cc",
267 "form_fetcher_impl_unittest.cc", 268 "form_fetcher_impl_unittest.cc",
268 "form_saver_impl_unittest.cc", 269 "form_saver_impl_unittest.cc",
269 "import/csv_reader_unittest.cc", 270 "import/csv_reader_unittest.cc",
270 "import/password_csv_reader_unittest.cc", 271 "import/password_csv_reader_unittest.cc",
271 "import/password_importer_unittest.cc", 272 "import/password_importer_unittest.cc",
272 "log_manager_unittest.cc", 273 "log_manager_unittest.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "//components/sync:test_support_model", 311 "//components/sync:test_support_model",
311 "//components/variations", 312 "//components/variations",
312 "//net:test_support", 313 "//net:test_support",
313 "//sql:test_support", 314 "//sql:test_support",
314 "//testing/gmock", 315 "//testing/gmock",
315 "//testing/gtest", 316 "//testing/gtest",
316 "//ui/base", 317 "//ui/base",
317 "//url", 318 "//url",
318 ] 319 ]
319 } 320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698