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

Side by Side Diff: ui/base/BUILD.gn

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Maybe GYP actually works now? Created 4 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 sources += [ 427 sources += [
428 "idle/idle_query_x11.cc", 428 "idle/idle_query_x11.cc",
429 "idle/idle_query_x11.h", 429 "idle/idle_query_x11.h",
430 "idle/screensaver_window_finder_x11.cc", 430 "idle/screensaver_window_finder_x11.cc",
431 "idle/screensaver_window_finder_x11.h", 431 "idle/screensaver_window_finder_x11.h",
432 ] 432 ]
433 configs += [ "//build/config/linux:xscrnsaver" ] 433 configs += [ "//build/config/linux:xscrnsaver" ]
434 } 434 }
435 deps += [ 435 deps += [
436 "//ui/events/devices/x11", 436 "//ui/events/devices/x11",
437 "//ui/events/keycodes:x",
437 "//ui/gfx/x", 438 "//ui/gfx/x",
438 ] 439 ]
439 } 440 }
440 441
441 if (!use_aura || !is_linux) { 442 if (!use_aura || !is_linux) {
442 sources -= [ "resource/resource_bundle_auralinux.cc" ] 443 sources -= [ "resource/resource_bundle_auralinux.cc" ]
443 } 444 }
444 445
445 if (use_aura && is_win) { 446 if (use_aura && is_win) {
446 sources -= [ "dragdrop/drag_utils_aura.cc" ] 447 sources -= [ "dragdrop/drag_utils_aura.cc" ]
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 if (is_mac) { 959 if (is_mac) {
959 mac_framework_bundle("ui_unittests_framework") { 960 mac_framework_bundle("ui_unittests_framework") {
960 testonly = true 961 testonly = true
961 deps = [ 962 deps = [
962 "//ui/resources:ui_test_pak_bundle_data", 963 "//ui/resources:ui_test_pak_bundle_data",
963 ] 964 ]
964 info_plist = "test/framework-Info.plist" 965 info_plist = "test/framework-Info.plist"
965 output_name = "ui_unittests Framework" 966 output_name = "ui_unittests Framework"
966 } 967 }
967 } 968 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | ui/events/BUILD.gn » ('j') | ui/events/keycodes/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698