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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Move permissions stuff to SensorProxy, remove aw related stuff 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 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 "../browser/search/contextual_search_policy_handler_android_unittest.cc", 3232 "../browser/search/contextual_search_policy_handler_android_unittest.cc",
3233 "../browser/search/iframe_source_unittest.cc", 3233 "../browser/search/iframe_source_unittest.cc",
3234 "../browser/search/thumbnail_source_unittest.cc", 3234 "../browser/search/thumbnail_source_unittest.cc",
3235 3235
3236 # TODO(hashimoto): those tests should be componentized and moved to 3236 # TODO(hashimoto): those tests should be componentized and moved to
3237 # //components:components_unittests, http://crbug.com/527882. 3237 # //components:components_unittests, http://crbug.com/527882.
3238 "../browser/search_engines/template_url_fetcher_unittest.cc", 3238 "../browser/search_engines/template_url_fetcher_unittest.cc",
3239 "../browser/search_engines/template_url_parser_unittest.cc", 3239 "../browser/search_engines/template_url_parser_unittest.cc",
3240 "../browser/search_engines/template_url_service_sync_unittest.cc", 3240 "../browser/search_engines/template_url_service_sync_unittest.cc",
3241 "../browser/search_engines/template_url_service_unittest.cc", 3241 "../browser/search_engines/template_url_service_unittest.cc",
3242 "../browser/sensor/sensor_permission_context_unittest.cc",
3242 "../browser/service_process/service_process_control_mac_unittest.mm", 3243 "../browser/service_process/service_process_control_mac_unittest.mm",
3243 "../browser/services/gcm/fake_gcm_profile_service.cc", 3244 "../browser/services/gcm/fake_gcm_profile_service.cc",
3244 "../browser/services/gcm/fake_gcm_profile_service.h", 3245 "../browser/services/gcm/fake_gcm_profile_service.h",
3245 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", 3246 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc",
3246 "../browser/shell_integration_win_unittest.cc", 3247 "../browser/shell_integration_win_unittest.cc",
3247 "../browser/signin/account_reconcilor_unittest.cc", 3248 "../browser/signin/account_reconcilor_unittest.cc",
3248 "../browser/signin/chrome_signin_client_unittest.cc", 3249 "../browser/signin/chrome_signin_client_unittest.cc",
3249 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c", 3250 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c",
3250 "../browser/signin/local_auth_unittest.cc", 3251 "../browser/signin/local_auth_unittest.cc",
3251 "../browser/signin/signin_manager_unittest.cc", 3252 "../browser/signin/signin_manager_unittest.cc",
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
5043 "touch_hud", 5044 "touch_hud",
5044 "ui", 5045 "ui",
5045 ] 5046 ]
5046 5047
5047 if (is_linux && !is_android) { 5048 if (is_linux && !is_android) {
5048 deps += [ "//components/font_service:manifest" ] 5049 deps += [ "//components/font_service:manifest" ]
5049 packaged_services += [ "font_service" ] 5050 packaged_services += [ "font_service" ]
5050 } 5051 }
5051 } 5052 }
5052 } 5053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698