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

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

Issue 2529783002: arc: Implement uninstall confirmation dialog for Arc app. (Closed)
Patch Set: Address minor comments. 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
« no previous file with comments | « chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc ('k') | no next file » | 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 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2309 "../browser/chromeos/settings/scoped_cros_settings_test_helper.h", 2309 "../browser/chromeos/settings/scoped_cros_settings_test_helper.h",
2310 "../browser/chromeos/shutdown_policy_browsertest.cc", 2310 "../browser/chromeos/shutdown_policy_browsertest.cc",
2311 "../browser/chromeos/system/device_disabling_browsertest.cc", 2311 "../browser/chromeos/system/device_disabling_browsertest.cc",
2312 "../browser/chromeos/system/tray_accessibility_browsertest.cc", 2312 "../browser/chromeos/system/tray_accessibility_browsertest.cc",
2313 "../browser/download/notification/download_notification_browsertest.cc", 2313 "../browser/download/notification/download_notification_browsertest.cc",
2314 "../browser/drive/drive_notification_manager_factory_browsertest.cc", 2314 "../browser/drive/drive_notification_manager_factory_browsertest.cc",
2315 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc", 2315 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc",
2316 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc", 2316 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc",
2317 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc", 2317 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc",
2318 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc", 2318 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc",
2319 "../browser/ui/views/arc_app_dialog_view_browsertest.cc",
2319 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc", 2320 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc",
2320 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" , 2321 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" ,
2321 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc", 2322 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc",
2322 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc", 2323 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc",
2323 "//ui/base/ime/chromeos/input_method_whitelist.cc", 2324 "//ui/base/ime/chromeos/input_method_whitelist.cc",
2324 "//ui/base/ime/chromeos/input_method_whitelist.h", 2325 "//ui/base/ime/chromeos/input_method_whitelist.h",
2325 ] 2326 ]
2326 sources -= [ 2327 sources -= [
2327 "../../apps/load_and_launch_browsertest.cc", 2328 "../../apps/load_and_launch_browsertest.cc",
2328 "../browser/policy/policy_startup_browsertest.cc", 2329 "../browser/policy/policy_startup_browsertest.cc",
(...skipping 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after
5126 } 5127 }
5127 5128
5128 if (is_win) { 5129 if (is_win) {
5129 loadable_module("conflicts_dll") { 5130 loadable_module("conflicts_dll") {
5130 testonly = true 5131 testonly = true
5131 sources = [ 5132 sources = [
5132 "conflicts/conflicts_dll.cc", 5133 "conflicts/conflicts_dll.cc",
5133 ] 5134 ]
5134 } 5135 }
5135 } 5136 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698