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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Fix mikhail's comments 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("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3246 "../browser/search/contextual_search_policy_handler_android_unittest.cc", 3246 "../browser/search/contextual_search_policy_handler_android_unittest.cc",
3247 "../browser/search/iframe_source_unittest.cc", 3247 "../browser/search/iframe_source_unittest.cc",
3248 "../browser/search/thumbnail_source_unittest.cc", 3248 "../browser/search/thumbnail_source_unittest.cc",
3249 3249
3250 # TODO(hashimoto): those tests should be componentized and moved to 3250 # TODO(hashimoto): those tests should be componentized and moved to
3251 # //components:components_unittests, http://crbug.com/527882. 3251 # //components:components_unittests, http://crbug.com/527882.
3252 "../browser/search_engines/template_url_fetcher_unittest.cc", 3252 "../browser/search_engines/template_url_fetcher_unittest.cc",
3253 "../browser/search_engines/template_url_parser_unittest.cc", 3253 "../browser/search_engines/template_url_parser_unittest.cc",
3254 "../browser/search_engines/template_url_service_sync_unittest.cc", 3254 "../browser/search_engines/template_url_service_sync_unittest.cc",
3255 "../browser/search_engines/template_url_service_unittest.cc", 3255 "../browser/search_engines/template_url_service_unittest.cc",
3256 "../browser/sensor/sensor_permission_context_unittest.cc",
3256 "../browser/service_process/service_process_control_mac_unittest.mm", 3257 "../browser/service_process/service_process_control_mac_unittest.mm",
3257 "../browser/services/gcm/fake_gcm_profile_service.cc", 3258 "../browser/services/gcm/fake_gcm_profile_service.cc",
3258 "../browser/services/gcm/fake_gcm_profile_service.h", 3259 "../browser/services/gcm/fake_gcm_profile_service.h",
3259 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", 3260 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc",
3260 "../browser/shell_integration_win_unittest.cc", 3261 "../browser/shell_integration_win_unittest.cc",
3261 "../browser/signin/account_reconcilor_unittest.cc", 3262 "../browser/signin/account_reconcilor_unittest.cc",
3262 "../browser/signin/chrome_signin_client_unittest.cc", 3263 "../browser/signin/chrome_signin_client_unittest.cc",
3263 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c", 3264 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c",
3264 "../browser/signin/local_auth_unittest.cc", 3265 "../browser/signin/local_auth_unittest.cc",
3265 "../browser/signin/signin_manager_unittest.cc", 3266 "../browser/signin/signin_manager_unittest.cc",
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
5069 "touch_hud", 5070 "touch_hud",
5070 "ui", 5071 "ui",
5071 ] 5072 ]
5072 5073
5073 if (is_linux && !is_android) { 5074 if (is_linux && !is_android) {
5074 deps += [ "//components/font_service:manifest" ] 5075 deps += [ "//components/font_service:manifest" ]
5075 packaged_services += [ "font_service" ] 5076 packaged_services += [ "font_service" ]
5076 } 5077 }
5077 } 5078 }
5078 } 5079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698