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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2842143002: cros: Prevent casual shut down and power save during migration. (Closed)
Patch Set: Created 3 years, 8 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 "views/select_file_dialog_extension.h", 1270 "views/select_file_dialog_extension.h",
1271 "views/select_file_dialog_extension_factory.cc", 1271 "views/select_file_dialog_extension_factory.cc",
1272 "views/select_file_dialog_extension_factory.h", 1272 "views/select_file_dialog_extension_factory.h",
1273 ] 1273 ]
1274 deps += [ 1274 deps += [
1275 "//chrome/browser/chromeos", 1275 "//chrome/browser/chromeos",
1276 "//components/arc", 1276 "//components/arc",
1277 "//components/drive:drive_chromeos", 1277 "//components/drive:drive_chromeos",
1278 "//components/exo", 1278 "//components/exo",
1279 "//components/login", 1279 "//components/login",
1280 "//device/power_save_blocker",
1280 "//ui/base/ime", 1281 "//ui/base/ime",
1281 "//ui/chromeos", 1282 "//ui/chromeos",
1282 "//ui/chromeos/events", 1283 "//ui/chromeos/events",
1283 ] 1284 ]
1284 if (enable_rlz) { 1285 if (enable_rlz) {
1285 deps += [ "//chrome/browser:rlz" ] 1286 deps += [ "//chrome/browser:rlz" ]
1286 } 1287 }
1287 } 1288 }
1288 if (use_cups) { 1289 if (use_cups) {
1289 configs += [ "//printing:cups" ] 1290 configs += [ "//printing:cups" ]
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3567 "test/test_confirm_bubble_model.cc", 3568 "test/test_confirm_bubble_model.cc",
3568 "test/test_confirm_bubble_model.h", 3569 "test/test_confirm_bubble_model.h",
3569 ] 3570 ]
3570 deps += [ "//chrome/test:test_support_ui" ] 3571 deps += [ "//chrome/test:test_support_ui" ]
3571 } 3572 }
3572 3573
3573 if (enable_extensions) { 3574 if (enable_extensions) {
3574 deps += [ "//extensions/browser" ] 3575 deps += [ "//extensions/browser" ]
3575 } 3576 }
3576 } 3577 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698