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

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

Issue 1856963002: Remove content/public/plugin and chrome/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: rebase Created 4 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/shell/BUILD.gn ('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/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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//cc:test_support", 49 "//cc:test_support",
50 "//cc/blink", 50 "//cc/blink",
51 "//cc/surfaces", 51 "//cc/surfaces",
52 "//components/scheduler:scheduler", 52 "//components/scheduler:scheduler",
53 "//components/scheduler:test_support", 53 "//components/scheduler:test_support",
54 "//content/app:both_for_content_tests", 54 "//content/app:both_for_content_tests",
55 "//content/browser/speech/proto", 55 "//content/browser/speech/proto",
56 "//content/gpu", 56 "//content/gpu",
57 "//content/public/browser", 57 "//content/public/browser",
58 "//content/public/child", 58 "//content/public/child",
59 "//content/public/plugin",
60 "//content/public/renderer", 59 "//content/public/renderer",
61 "//content/public/utility", 60 "//content/public/utility",
62 "//content/renderer:for_content_tests", 61 "//content/renderer:for_content_tests",
63 "//content/shell:pak", 62 "//content/shell:pak",
64 "//content/utility:for_content_tests", 63 "//content/utility:for_content_tests",
65 "//ipc:test_support", 64 "//ipc:test_support",
66 "//ipc/mojo", 65 "//ipc/mojo",
67 "//media", 66 "//media",
68 "//mojo/edk/test:test_support", 67 "//mojo/edk/test:test_support",
69 "//mojo/shell/public/cpp:cpp_for_chromium", 68 "//mojo/shell/public/cpp:cpp_for_chromium",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "//components/scheduler", 440 "//components/scheduler",
442 "//content:resources", 441 "//content:resources",
443 "//content/app:both_for_content_tests", 442 "//content/app:both_for_content_tests",
444 "//content/browser:for_content_tests", 443 "//content/browser:for_content_tests",
445 "//content/browser/background_sync:background_sync_proto", 444 "//content/browser/background_sync:background_sync_proto",
446 "//content/common:mojo_bindings", 445 "//content/common:mojo_bindings",
447 "//content/gpu", 446 "//content/gpu",
448 "//content/public/browser", 447 "//content/public/browser",
449 "//content/public/child", 448 "//content/public/child",
450 "//content/public/common", 449 "//content/public/common",
451 "//content/public/plugin",
452 "//content/public/renderer", 450 "//content/public/renderer",
453 "//content/renderer:for_content_tests", 451 "//content/renderer:for_content_tests",
454 "//content/shell:content_shell_lib", 452 "//content/shell:content_shell_lib",
455 "//content/shell:pak", 453 "//content/shell:pak",
456 "//content/test:test_support", 454 "//content/test:test_support",
457 "//device/battery", 455 "//device/battery",
458 "//device/battery:mojo_bindings", 456 "//device/battery:mojo_bindings",
459 "//device/vibration:mojo_bindings", 457 "//device/vibration:mojo_bindings",
460 "//gin", 458 "//gin",
461 "//gpu", 459 "//gpu",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 "//content/browser/cache_storage:cache_storage_proto", 648 "//content/browser/cache_storage:cache_storage_proto",
651 "//content/browser/notifications:notification_proto", 649 "//content/browser/notifications:notification_proto",
652 "//content/browser/service_worker:service_worker_proto", 650 "//content/browser/service_worker:service_worker_proto",
653 "//content/browser/speech/proto", 651 "//content/browser/speech/proto",
654 "//content/common:mojo_bindings", 652 "//content/common:mojo_bindings",
655 "//content/gpu", 653 "//content/gpu",
656 "//content/public/browser", 654 "//content/public/browser",
657 "//content/public/child", 655 "//content/public/child",
658 "//content/public/common", 656 "//content/public/common",
659 "//content/public/common:mojo_bindings", 657 "//content/public/common:mojo_bindings",
660 "//content/public/plugin",
661 "//content/public/renderer", 658 "//content/public/renderer",
662 "//content/renderer:for_content_tests", 659 "//content/renderer:for_content_tests",
663 "//crypto", 660 "//crypto",
664 "//device/battery", 661 "//device/battery",
665 "//device/battery:mojo_bindings", 662 "//device/battery:mojo_bindings",
666 "//device/bluetooth", 663 "//device/bluetooth",
667 "//gin", 664 "//gin",
668 "//gpu", 665 "//gpu",
669 "//gpu:test_support", 666 "//gpu:test_support",
670 "//ipc:test_support", 667 "//ipc:test_support",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "//gpu:test_support", 1009 "//gpu:test_support",
1013 "//media/base/android", 1010 "//media/base/android",
1014 "//media/base/android:media_java", 1011 "//media/base/android:media_java",
1015 "//media/capture/video/android:capture_java", 1012 "//media/capture/video/android:capture_java",
1016 "//testing/gmock", 1013 "//testing/gmock",
1017 "//ui/android:ui_java", 1014 "//ui/android:ui_java",
1018 ] 1015 ]
1019 } 1016 }
1020 } 1017 }
1021 } 1018 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698