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

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

Issue 2798883003: [ozone,views-mus] Build CursorDataFactoryOzone. (Closed)
Patch Set: sadrul comments 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
« no previous file with comments | « content/common/cursors/webcursor_ozone.cc ('k') | ui/base/cursor/cursor_loader_ozone.cc » ('j') | 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/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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 sources += [ "cursor/cursor_loader_android.cc" ] 564 sources += [ "cursor/cursor_loader_android.cc" ]
565 } 565 }
566 } 566 }
567 if (use_ozone) { 567 if (use_ozone) {
568 sources += [ 568 sources += [
569 "cursor/cursor_loader_ozone.cc", 569 "cursor/cursor_loader_ozone.cc",
570 "cursor/cursor_loader_ozone.h", 570 "cursor/cursor_loader_ozone.h",
571 "cursor/cursor_ozone.cc", 571 "cursor/cursor_ozone.cc",
572 "cursor/ozone/bitmap_cursor_factory_ozone.cc", 572 "cursor/ozone/bitmap_cursor_factory_ozone.cc",
573 "cursor/ozone/bitmap_cursor_factory_ozone.h", 573 "cursor/ozone/bitmap_cursor_factory_ozone.h",
574 "cursor/ozone/cursor_data_factory_ozone.cc",
575 "cursor/ozone/cursor_data_factory_ozone.h",
574 ] 576 ]
575 577
576 deps += [ 578 deps += [
577 "//ui/events/ozone:events_ozone_evdev", 579 "//ui/events/ozone:events_ozone_evdev",
578 "//ui/events/ozone:events_ozone_layout", 580 "//ui/events/ozone:events_ozone_layout",
579 "//ui/ozone:ozone_base", 581 "//ui/ozone:ozone_base",
580 ] 582 ]
581 } 583 }
582 584
583 if (!toolkit_views && !use_aura) { 585 if (!toolkit_views && !use_aura) {
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 if (is_mac) { 1002 if (is_mac) {
1001 mac_framework_bundle("ui_unittests_framework") { 1003 mac_framework_bundle("ui_unittests_framework") {
1002 testonly = true 1004 testonly = true
1003 deps = [ 1005 deps = [
1004 "//ui/resources:ui_test_pak_bundle_data", 1006 "//ui/resources:ui_test_pak_bundle_data",
1005 ] 1007 ]
1006 info_plist = "test/framework-Info.plist" 1008 info_plist = "test/framework-Info.plist"
1007 output_name = "ui_unittests Framework" 1009 output_name = "ui_unittests Framework"
1008 } 1010 }
1009 } 1011 }
OLDNEW
« no previous file with comments | « content/common/cursors/webcursor_ozone.cc ('k') | ui/base/cursor/cursor_loader_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698