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

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

Issue 2955073002: Manky attempt with TextInputClient
Patch Set: Created 3 years, 5 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "dragdrop/file_info.h", 352 "dragdrop/file_info.h",
353 "idle/idle.cc", 353 "idle/idle.cc",
354 "idle/idle.h", 354 "idle/idle.h",
355 "idle/idle_android.cc", 355 "idle/idle_android.cc",
356 "idle/idle_chromeos.cc", 356 "idle/idle_chromeos.cc",
357 "idle/idle_linux.cc", 357 "idle/idle_linux.cc",
358 "idle/idle_mac.mm", 358 "idle/idle_mac.mm",
359 "idle/idle_win.cc", 359 "idle/idle_win.cc",
360 "text/bytes_formatting.cc", 360 "text/bytes_formatting.cc",
361 "text/bytes_formatting.h", 361 "text/bytes_formatting.h",
362 "text/text_properties.cc",
363 "text/text_properties.h",
362 ] 364 ]
363 } 365 }
364 366
365 if (is_win) { 367 if (is_win) {
366 sources += [ "touch/touch_device_win.cc" ] 368 sources += [ "touch/touch_device_win.cc" ]
367 } else if (is_android) { 369 } else if (is_android) {
368 sources += [ "touch/touch_device_android.cc" ] 370 sources += [ "touch/touch_device_android.cc" ]
369 sources -= [ "touch/touch_device_util.cc" ] 371 sources -= [ "touch/touch_device_util.cc" ]
370 } else if (is_ios) { 372 } else if (is_ios) {
371 sources += [ "touch/touch_device_ios.cc" ] 373 sources += [ "touch/touch_device_ios.cc" ]
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 # This source set is used by both //chrome/browser and 1024 # This source set is used by both //chrome/browser and
1023 # //chrome/installer/setup. It must have minimal dependencies for the latter 1025 # //chrome/installer/setup. It must have minimal dependencies for the latter
1024 # (e.g., no skia). 1026 # (e.g., no skia).
1025 source_set("fullscreen_win") { 1027 source_set("fullscreen_win") {
1026 sources = [ 1028 sources = [
1027 "fullscreen_win.cc", 1029 "fullscreen_win.cc",
1028 "fullscreen_win.h", 1030 "fullscreen_win.h",
1029 ] 1031 ]
1030 } 1032 }
1031 } 1033 }
OLDNEW
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_mac.mm ('k') | ui/views/accessibility/native_view_accessibility_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698