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

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

Issue 2811083002: Move frame eviction into components (Closed)
Patch Set: Rebase 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
« no previous file with comments | « content/browser/renderer_host/renderer_frame_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 "//base/third_party/dynamic_annotations", 1445 "//base/third_party/dynamic_annotations",
1446 "//cc", 1446 "//cc",
1447 "//cc:test_support", 1447 "//cc:test_support",
1448 "//cc/ipc", 1448 "//cc/ipc",
1449 "//cc/surfaces", 1449 "//cc/surfaces",
1450 "//components/display_compositor", 1450 "//components/display_compositor",
1451 "//components/leveldb/public/cpp", 1451 "//components/leveldb/public/cpp",
1452 "//components/payments/mojom", 1452 "//components/payments/mojom",
1453 "//components/payments/mojom:mojom_payment_app", 1453 "//components/payments/mojom:mojom_payment_app",
1454 "//components/rappor:test_support", 1454 "//components/rappor:test_support",
1455 "//components/viz/frame_sinks",
1455 "//content:resources", 1456 "//content:resources",
1456 "//content/app:both_for_content_tests", 1457 "//content/app:both_for_content_tests",
1457 "//content/browser:for_content_tests", 1458 "//content/browser:for_content_tests",
1458 "//content/browser/cache_storage:cache_storage_proto", 1459 "//content/browser/cache_storage:cache_storage_proto",
1459 "//content/browser/dom_storage:local_storage_proto", 1460 "//content/browser/dom_storage:local_storage_proto",
1460 "//content/browser/notifications:notification_proto", 1461 "//content/browser/notifications:notification_proto",
1461 "//content/browser/service_worker:service_worker_proto", 1462 "//content/browser/service_worker:service_worker_proto",
1462 "//content/browser/speech/proto", 1463 "//content/browser/speech/proto",
1463 "//content/child:for_content_tests", 1464 "//content/child:for_content_tests",
1464 "//content/gpu", 1465 "//content/gpu",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 if (is_android) { 1838 if (is_android) {
1838 deps += [ "//testing/android/native_test:native_test_native_code" ] 1839 deps += [ "//testing/android/native_test:native_test_native_code" ]
1839 } 1840 }
1840 } 1841 }
1841 1842
1842 group("fuzzers") { 1843 group("fuzzers") {
1843 deps = [ 1844 deps = [
1844 "//content/test/fuzzer", 1845 "//content/test/fuzzer",
1845 ] 1846 ]
1846 } 1847 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/renderer_frame_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698