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

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

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix build issue 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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 "views/select_file_dialog_extension_factory.h", 1257 "views/select_file_dialog_extension_factory.h",
1258 ] 1258 ]
1259 deps += [ 1259 deps += [
1260 "//chrome/browser/chromeos", 1260 "//chrome/browser/chromeos",
1261 "//components/arc", 1261 "//components/arc",
1262 "//components/drive:drive_chromeos", 1262 "//components/drive:drive_chromeos",
1263 "//components/exo", 1263 "//components/exo",
1264 "//components/login", 1264 "//components/login",
1265 "//ui/base/ime", 1265 "//ui/base/ime",
1266 "//ui/chromeos", 1266 "//ui/chromeos",
1267 "//ui/chromeos/events",
1267 ] 1268 ]
1268 if (enable_rlz) { 1269 if (enable_rlz) {
1269 deps += [ "//chrome/browser:rlz" ] 1270 deps += [ "//chrome/browser:rlz" ]
1270 } 1271 }
1271 } 1272 }
1272 if (use_cups) { 1273 if (use_cups) {
1273 configs += [ "//printing:cups" ] 1274 configs += [ "//printing:cups" ]
1274 } 1275 }
1275 if (use_ash) { 1276 if (use_ash) {
1276 sources += [ 1277 sources += [
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3532 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3533 "test/test_confirm_bubble_model.h",
3533 ] 3534 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3535 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3536 }
3536 3537
3537 if (enable_extensions) { 3538 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3539 deps += [ "//extensions/browser" ]
3539 } 3540 }
3540 } 3541 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698