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

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

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix a typo Created 3 years, 9 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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "views/select_file_dialog_extension_factory.h", 1259 "views/select_file_dialog_extension_factory.h",
1260 ] 1260 ]
1261 deps += [ 1261 deps += [
1262 "//chrome/browser/chromeos", 1262 "//chrome/browser/chromeos",
1263 "//components/arc", 1263 "//components/arc",
1264 "//components/drive:drive_chromeos", 1264 "//components/drive:drive_chromeos",
1265 "//components/exo", 1265 "//components/exo",
1266 "//components/login", 1266 "//components/login",
1267 "//ui/base/ime", 1267 "//ui/base/ime",
1268 "//ui/chromeos", 1268 "//ui/chromeos",
1269 "//ui/chromeos/events",
1269 ] 1270 ]
1270 if (enable_rlz) { 1271 if (enable_rlz) {
1271 deps += [ "//chrome/browser:rlz" ] 1272 deps += [ "//chrome/browser:rlz" ]
1272 } 1273 }
1273 } 1274 }
1274 if (use_cups) { 1275 if (use_cups) {
1275 configs += [ "//printing:cups" ] 1276 configs += [ "//printing:cups" ]
1276 } 1277 }
1277 if (use_ash) { 1278 if (use_ash) {
1278 sources += [ 1279 sources += [
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
3528 "test/test_confirm_bubble_model.cc", 3529 "test/test_confirm_bubble_model.cc",
3529 "test/test_confirm_bubble_model.h", 3530 "test/test_confirm_bubble_model.h",
3530 ] 3531 ]
3531 deps += [ "//chrome/test:test_support_ui" ] 3532 deps += [ "//chrome/test:test_support_ui" ]
3532 } 3533 }
3533 3534
3534 if (enable_extensions) { 3535 if (enable_extensions) {
3535 deps += [ "//extensions/browser" ] 3536 deps += [ "//extensions/browser" ]
3536 } 3537 }
3537 } 3538 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698