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

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

Issue 2874053003: Add checks for Feature Policy to the mojo Permission Service (Closed)
Patch Set: Add checks for Feature Policy to the mojo Permission Service Created 3 years, 6 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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 "../browser/notification_service_impl_unittest.cc", 1209 "../browser/notification_service_impl_unittest.cc",
1210 "../browser/notifications/notification_database_data_unittest.cc", 1210 "../browser/notifications/notification_database_data_unittest.cc",
1211 "../browser/notifications/notification_database_unittest.cc", 1211 "../browser/notifications/notification_database_unittest.cc",
1212 "../browser/notifications/notification_id_generator_unittest.cc", 1212 "../browser/notifications/notification_id_generator_unittest.cc",
1213 "../browser/notifications/platform_notification_context_unittest.cc", 1213 "../browser/notifications/platform_notification_context_unittest.cc",
1214 "../browser/notifications/type_converters_unittest.cc", 1214 "../browser/notifications/type_converters_unittest.cc",
1215 "../browser/payments/payment_app_content_unittest_base.cc", 1215 "../browser/payments/payment_app_content_unittest_base.cc",
1216 "../browser/payments/payment_app_content_unittest_base.h", 1216 "../browser/payments/payment_app_content_unittest_base.h",
1217 "../browser/payments/payment_app_provider_impl_unittest.cc", 1217 "../browser/payments/payment_app_provider_impl_unittest.cc",
1218 "../browser/payments/payment_manager_unittest.cc", 1218 "../browser/payments/payment_manager_unittest.cc",
1219 "../browser/permissions/permission_service_impl_unittest.cc",
1219 "../browser/presentation/presentation_service_impl_unittest.cc", 1220 "../browser/presentation/presentation_service_impl_unittest.cc",
1220 "../browser/renderer_host/clipboard_message_filter_unittest.cc", 1221 "../browser/renderer_host/clipboard_message_filter_unittest.cc",
1221 "../browser/renderer_host/compositor_resize_lock_unittest.cc", 1222 "../browser/renderer_host/compositor_resize_lock_unittest.cc",
1222 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", 1223 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc",
1223 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", 1224 "../browser/renderer_host/input/gesture_event_queue_unittest.cc",
1224 "../browser/renderer_host/input/input_router_impl_unittest.cc", 1225 "../browser/renderer_host/input/input_router_impl_unittest.cc",
1225 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", 1226 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc",
1226 "../browser/renderer_host/input/mock_input_ack_handler.cc", 1227 "../browser/renderer_host/input/mock_input_ack_handler.cc",
1227 "../browser/renderer_host/input/mock_input_ack_handler.h", 1228 "../browser/renderer_host/input/mock_input_ack_handler.h",
1228 "../browser/renderer_host/input/mock_input_router_client.cc", 1229 "../browser/renderer_host/input/mock_input_router_client.cc",
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 if (is_android) { 1866 if (is_android) {
1866 deps += [ "//testing/android/native_test:native_test_native_code" ] 1867 deps += [ "//testing/android/native_test:native_test_native_code" ]
1867 } 1868 }
1868 } 1869 }
1869 1870
1870 group("fuzzers") { 1871 group("fuzzers") {
1871 deps = [ 1872 deps = [
1872 "//content/test/fuzzer", 1873 "//content/test/fuzzer",
1873 ] 1874 ]
1874 } 1875 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698