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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Remove resetPermission + Rebase Created 4 years 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("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3275 "../browser/search/contextual_search_policy_handler_android_unittest.cc", 3275 "../browser/search/contextual_search_policy_handler_android_unittest.cc",
3276 "../browser/search/iframe_source_unittest.cc", 3276 "../browser/search/iframe_source_unittest.cc",
3277 "../browser/search/thumbnail_source_unittest.cc", 3277 "../browser/search/thumbnail_source_unittest.cc",
3278 3278
3279 # TODO(hashimoto): those tests should be componentized and moved to 3279 # TODO(hashimoto): those tests should be componentized and moved to
3280 # //components:components_unittests, http://crbug.com/527882. 3280 # //components:components_unittests, http://crbug.com/527882.
3281 "../browser/search_engines/template_url_fetcher_unittest.cc", 3281 "../browser/search_engines/template_url_fetcher_unittest.cc",
3282 "../browser/search_engines/template_url_parser_unittest.cc", 3282 "../browser/search_engines/template_url_parser_unittest.cc",
3283 "../browser/search_engines/template_url_service_sync_unittest.cc", 3283 "../browser/search_engines/template_url_service_sync_unittest.cc",
3284 "../browser/search_engines/template_url_service_unittest.cc", 3284 "../browser/search_engines/template_url_service_unittest.cc",
3285 "../browser/sensor/sensor_permission_context_unittest.cc",
3285 "../browser/service_process/service_process_control_mac_unittest.mm", 3286 "../browser/service_process/service_process_control_mac_unittest.mm",
3286 "../browser/services/gcm/fake_gcm_profile_service.cc", 3287 "../browser/services/gcm/fake_gcm_profile_service.cc",
3287 "../browser/services/gcm/fake_gcm_profile_service.h", 3288 "../browser/services/gcm/fake_gcm_profile_service.h",
3288 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", 3289 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc",
3289 "../browser/sessions/session_common_utils_unittest.cc", 3290 "../browser/sessions/session_common_utils_unittest.cc",
3290 "../browser/shell_integration_win_unittest.cc", 3291 "../browser/shell_integration_win_unittest.cc",
3291 "../browser/signin/account_reconcilor_unittest.cc", 3292 "../browser/signin/account_reconcilor_unittest.cc",
3292 "../browser/signin/chrome_signin_client_unittest.cc", 3293 "../browser/signin/chrome_signin_client_unittest.cc",
3293 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c", 3294 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c",
3294 "../browser/signin/local_auth_unittest.cc", 3295 "../browser/signin/local_auth_unittest.cc",
(...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
5105 "touch_hud", 5106 "touch_hud",
5106 "ui", 5107 "ui",
5107 ] 5108 ]
5108 5109
5109 if (is_linux && !is_android) { 5110 if (is_linux && !is_android) {
5110 deps += [ "//components/font_service:manifest" ] 5111 deps += [ "//components/font_service:manifest" ]
5111 packaged_services += [ "font_service" ] 5112 packaged_services += [ "font_service" ]
5112 } 5113 }
5113 } 5114 }
5114 } 5115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698