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

Side by Side Diff: content/test/BUILD.gn

Issue 2722293002: Fix lifetime of leveldb::MojoEnv instances. (Closed)
Patch Set: annotate leaks Created 3 years, 8 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 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 ":content_test_mojo_bindings", 1466 ":content_test_mojo_bindings",
1467 ":content_unittests_catalog_source", 1467 ":content_unittests_catalog_source",
1468 ":test_support", 1468 ":test_support",
1469 "//base/test:test_support", 1469 "//base/test:test_support",
1470 "//base/third_party/dynamic_annotations", 1470 "//base/third_party/dynamic_annotations",
1471 "//cc", 1471 "//cc",
1472 "//cc:test_support", 1472 "//cc:test_support",
1473 "//cc/ipc", 1473 "//cc/ipc",
1474 "//cc/surfaces", 1474 "//cc/surfaces",
1475 "//components/display_compositor", 1475 "//components/display_compositor",
1476 "//components/leveldb:lib",
1476 "//components/leveldb/public/cpp", 1477 "//components/leveldb/public/cpp",
1477 "//components/payments/content:mojom", 1478 "//components/payments/content:mojom",
1478 "//components/payments/content:mojom_payment_app", 1479 "//components/payments/content:mojom_payment_app",
1479 "//components/rappor:test_support", 1480 "//components/rappor:test_support",
1480 "//content:resources", 1481 "//content:resources",
1481 "//content/app:both_for_content_tests", 1482 "//content/app:both_for_content_tests",
1482 "//content/browser:for_content_tests", 1483 "//content/browser:for_content_tests",
1483 "//content/browser/cache_storage:cache_storage_proto", 1484 "//content/browser/cache_storage:cache_storage_proto",
1484 "//content/browser/dom_storage:local_storage_proto", 1485 "//content/browser/dom_storage:local_storage_proto",
1485 "//content/browser/notifications:notification_proto", 1486 "//content/browser/notifications:notification_proto",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 if (is_android) { 1861 if (is_android) {
1861 deps += [ "//testing/android/native_test:native_test_native_code" ] 1862 deps += [ "//testing/android/native_test:native_test_native_code" ]
1862 } 1863 }
1863 } 1864 }
1864 1865
1865 group("fuzzers") { 1866 group("fuzzers") {
1866 deps = [ 1867 deps = [
1867 "//content/test/fuzzer", 1868 "//content/test/fuzzer",
1868 ] 1869 ]
1869 } 1870 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698