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

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

Issue 2306673002: arc: update proxy settings from UI and ONC policy. (Closed)
Patch Set: Fixed a comment. Created 4 years, 3 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
« no previous file with comments | « chrome/browser/chromeos/proxy_config_service_impl.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 "../browser/apps/custom_launcher_page_browsertest_views.cc", 2103 "../browser/apps/custom_launcher_page_browsertest_views.cc",
2104 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" , 2104 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" ,
2105 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" , 2105 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" ,
2106 "../browser/chromeos/accessibility/speech_monitor.cc", 2106 "../browser/chromeos/accessibility/speech_monitor.cc",
2107 "../browser/chromeos/accessibility/speech_monitor.h", 2107 "../browser/chromeos/accessibility/speech_monitor.h",
2108 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc", 2108 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc",
2109 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc", 2109 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc",
2110 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc", 2110 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc",
2111 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc", 2111 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc",
2112 "../browser/chromeos/arc/arc_auth_service_browsertest.cc", 2112 "../browser/chromeos/arc/arc_auth_service_browsertest.cc",
2113 "../browser/chromeos/arc/arc_settings_service_browsertest.cc",
2113 "../browser/chromeos/attestation/attestation_policy_browsertest.cc", 2114 "../browser/chromeos/attestation/attestation_policy_browsertest.cc",
2114 "../browser/chromeos/customization/customization_document_browsertest.cc ", 2115 "../browser/chromeos/customization/customization_document_browsertest.cc ",
2115 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc", 2116 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc",
2116 "../browser/chromeos/device/input_service_proxy_browsertest.cc", 2117 "../browser/chromeos/device/input_service_proxy_browsertest.cc",
2117 "../browser/chromeos/device/input_service_test_helper.cc", 2118 "../browser/chromeos/device/input_service_test_helper.cc",
2118 "../browser/chromeos/device/input_service_test_helper.h", 2119 "../browser/chromeos/device/input_service_test_helper.h",
2119 "../browser/chromeos/display/quirks_browsertest.cc", 2120 "../browser/chromeos/display/quirks_browsertest.cc",
2120 "../browser/chromeos/drive/drive_integration_service_browsertest.cc", 2121 "../browser/chromeos/drive/drive_integration_service_browsertest.cc",
2121 "../browser/chromeos/extensions/accessibility_features_apitest.cc", 2122 "../browser/chromeos/extensions/accessibility_features_apitest.cc",
2122 "../browser/chromeos/extensions/echo_private_apitest.cc", 2123 "../browser/chromeos/extensions/echo_private_apitest.cc",
(...skipping 2851 matching lines...) Expand 10 before | Expand all | Expand 10 after
4974 "touch_hud", 4975 "touch_hud",
4975 "ui", 4976 "ui",
4976 ] 4977 ]
4977 4978
4978 if (is_linux && !is_android) { 4979 if (is_linux && !is_android) {
4979 deps += [ "//components/font_service:manifest" ] 4980 deps += [ "//components/font_service:manifest" ]
4980 packaged_services += [ "font_service" ] 4981 packaged_services += [ "font_service" ]
4981 } 4982 }
4982 } 4983 }
4983 } 4984 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/proxy_config_service_impl.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698