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

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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. Created 4 years, 1 month 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//content/public/app:both", 207 "//content/public/app:both",
208 "//content/public/browser", 208 "//content/public/browser",
209 "//content/public/common", 209 "//content/public/common",
210 "//third_party/WebKit/public:blink", 210 "//third_party/WebKit/public:blink",
211 "//third_party/WebKit/public:test_support", 211 "//third_party/WebKit/public:test_support",
212 ] 212 ]
213 deps = [ 213 deps = [
214 ":content_test_mojo_bindings", 214 ":content_test_mojo_bindings",
215 "//base/third_party/dynamic_annotations", 215 "//base/third_party/dynamic_annotations",
216 "//cc:test_support", 216 "//cc:test_support",
217 "//cc/animation",
217 "//cc/blink", 218 "//cc/blink",
218 "//cc/ipc", 219 "//cc/ipc",
219 "//cc/surfaces", 220 "//cc/surfaces",
220 "//components/display_compositor", 221 "//components/display_compositor",
221 "//content/app:both_for_content_tests", 222 "//content/app:both_for_content_tests",
222 "//content/browser:for_content_tests", 223 "//content/browser:for_content_tests",
223 "//content/browser/speech/proto", 224 "//content/browser/speech/proto",
224 "//content/child:for_content_tests", 225 "//content/child:for_content_tests",
225 "//content/gpu", 226 "//content/gpu",
226 "//content/public/browser", 227 "//content/public/browser",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "content_test_launcher.cc", 399 "content_test_launcher.cc",
399 ] 400 ]
400 401
401 deps = [ 402 deps = [
402 ":layouttest_support", 403 ":layouttest_support",
403 ":test_support", 404 ":test_support",
404 "//base", 405 "//base",
405 "//base:i18n", 406 "//base:i18n",
406 "//base/test:test_config", 407 "//base/test:test_config",
407 "//base/test:test_support", 408 "//base/test:test_support",
409 "//cc/animation",
408 "//cc/surfaces", 410 "//cc/surfaces",
409 "//content/app:both_for_content_tests", 411 "//content/app:both_for_content_tests",
410 "//content/browser:for_content_tests", 412 "//content/browser:for_content_tests",
411 "//content/shell:content_shell_lib", 413 "//content/shell:content_shell_lib",
412 "//gin", 414 "//gin",
413 "//media", 415 "//media",
414 "//net", 416 "//net",
415 "//skia", 417 "//skia",
416 "//testing/gtest", 418 "//testing/gtest",
417 "//ui/accessibility:ax_gen", 419 "//ui/accessibility:ax_gen",
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 1358
1357 configs += [ "//build/config:precompiled_headers" ] 1359 configs += [ "//build/config:precompiled_headers" ]
1358 1360
1359 deps = [ 1361 deps = [
1360 ":content_test_mojo_bindings", 1362 ":content_test_mojo_bindings",
1361 ":test_support", 1363 ":test_support",
1362 "//base/test:test_support", 1364 "//base/test:test_support",
1363 "//base/third_party/dynamic_annotations", 1365 "//base/third_party/dynamic_annotations",
1364 "//cc", 1366 "//cc",
1365 "//cc:test_support", 1367 "//cc:test_support",
1368 "//cc/animation",
1366 "//cc/ipc", 1369 "//cc/ipc",
1367 "//cc/surfaces", 1370 "//cc/surfaces",
1368 "//components/display_compositor", 1371 "//components/display_compositor",
1369 "//content:resources", 1372 "//content:resources",
1370 "//content/app:both_for_content_tests", 1373 "//content/app:both_for_content_tests",
1371 "//content/browser:for_content_tests", 1374 "//content/browser:for_content_tests",
1372 "//content/browser/cache_storage:cache_storage_proto", 1375 "//content/browser/cache_storage:cache_storage_proto",
1373 "//content/browser/notifications:notification_proto", 1376 "//content/browser/notifications:notification_proto",
1374 "//content/browser/service_worker:service_worker_proto", 1377 "//content/browser/service_worker:service_worker_proto",
1375 "//content/browser/speech/proto", 1378 "//content/browser/speech/proto",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 if (is_android) { 1708 if (is_android) {
1706 deps += [ "//testing/android/native_test:native_test_native_code" ] 1709 deps += [ "//testing/android/native_test:native_test_native_code" ]
1707 } 1710 }
1708 } 1711 }
1709 1712
1710 group("fuzzers") { 1713 group("fuzzers") {
1711 deps = [ 1714 deps = [
1712 "//content/test/fuzzer", 1715 "//content/test/fuzzer",
1713 ] 1716 ]
1714 } 1717 }
OLDNEW
« cc/animation/BUILD.gn ('K') | « content/renderer/BUILD.gn ('k') | services/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698