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

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

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ] 44 ]
45 deps = [ 45 deps = [
46 ":browsertest_base", 46 ":browsertest_base",
47 ":content_test_mojo_bindings", 47 ":content_test_mojo_bindings",
48 "//base/third_party/dynamic_annotations", 48 "//base/third_party/dynamic_annotations",
49 "//cc", 49 "//cc",
50 "//cc:test_support", 50 "//cc:test_support",
51 "//cc/blink", 51 "//cc/blink",
52 "//cc/surfaces", 52 "//cc/surfaces",
53 "//components/display_compositor", 53 "//components/display_compositor",
54 "//components/permissions",
54 "//components/scheduler:scheduler", 55 "//components/scheduler:scheduler",
55 "//components/scheduler:test_support", 56 "//components/scheduler:test_support",
56 "//content/app:both_for_content_tests", 57 "//content/app:both_for_content_tests",
57 "//content/browser/speech/proto", 58 "//content/browser/speech/proto",
58 "//content/child:for_content_tests", 59 "//content/child:for_content_tests",
59 "//content/gpu", 60 "//content/gpu",
60 "//content/public/browser", 61 "//content/public/browser",
61 "//content/public/child", 62 "//content/public/child",
62 "//content/public/renderer", 63 "//content/public/renderer",
63 "//content/public/utility", 64 "//content/public/utility",
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 629
629 deps = [ 630 deps = [
630 ":content_test_mojo_bindings", 631 ":content_test_mojo_bindings",
631 ":test_support", 632 ":test_support",
632 "//base/test:test_support", 633 "//base/test:test_support",
633 "//base/third_party/dynamic_annotations", 634 "//base/third_party/dynamic_annotations",
634 "//cc", 635 "//cc",
635 "//cc:test_support", 636 "//cc:test_support",
636 "//cc/surfaces", 637 "//cc/surfaces",
637 "//components/display_compositor", 638 "//components/display_compositor",
639 "//components/permissions",
638 "//components/scheduler", 640 "//components/scheduler",
639 "//content:resources", 641 "//content:resources",
640 "//content/app:both_for_content_tests", 642 "//content/app:both_for_content_tests",
641 "//content/browser:for_content_tests", 643 "//content/browser:for_content_tests",
642 "//content/browser/cache_storage:cache_storage_proto", 644 "//content/browser/cache_storage:cache_storage_proto",
643 "//content/browser/notifications:notification_proto", 645 "//content/browser/notifications:notification_proto",
644 "//content/browser/service_worker:service_worker_proto", 646 "//content/browser/service_worker:service_worker_proto",
645 "//content/browser/speech/proto", 647 "//content/browser/speech/proto",
646 "//content/child:for_content_tests", 648 "//content/child:for_content_tests",
647 "//content/common:mojo_bindings", 649 "//content/common:mojo_bindings",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "//testing/gtest", 892 "//testing/gtest",
891 "//testing/perf", 893 "//testing/perf",
892 "//ui/gfx", 894 "//ui/gfx",
893 "//ui/gfx/geometry", 895 "//ui/gfx/geometry",
894 ] 896 ]
895 897
896 if (is_android) { 898 if (is_android) {
897 deps += [ "//testing/android/native_test:native_test_native_code" ] 899 deps += [ "//testing/android/native_test:native_test_native_code" ]
898 } 900 }
899 } 901 }
OLDNEW
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | content/test/mock_permission_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698