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

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

Issue 2348143003: MacViews: Implement Force Touch/Mac dictionary lookup for Textfields. (Closed)
Patch Set: Views export, reduntant forward decl. Created 4 years, 2 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "layout/grid_layout.h", 276 "layout/grid_layout.h",
277 "layout/layout_constants.h", 277 "layout/layout_constants.h",
278 "layout/layout_manager.cc", 278 "layout/layout_manager.cc",
279 "layout/layout_manager.h", 279 "layout/layout_manager.h",
280 "linux_ui/linux_ui.cc", 280 "linux_ui/linux_ui.cc",
281 "linux_ui/linux_ui.h", 281 "linux_ui/linux_ui.h",
282 "linux_ui/status_icon_linux.cc", 282 "linux_ui/status_icon_linux.cc",
283 "linux_ui/status_icon_linux.h", 283 "linux_ui/status_icon_linux.h",
284 "linux_ui/window_button_order_observer.h", 284 "linux_ui/window_button_order_observer.h",
285 "linux_ui/window_button_order_provider.cc", 285 "linux_ui/window_button_order_provider.cc",
286 "lookup_word_client.h",
286 "masked_targeter_delegate.cc", 287 "masked_targeter_delegate.cc",
287 "masked_targeter_delegate.h", 288 "masked_targeter_delegate.h",
288 "metrics.cc", 289 "metrics.cc",
289 "metrics.h", 290 "metrics.h",
290 "metrics_mac.cc", 291 "metrics_mac.cc",
291 "mouse_constants.h", 292 "mouse_constants.h",
292 "mouse_watcher.cc", 293 "mouse_watcher.cc",
293 "mouse_watcher.h", 294 "mouse_watcher.h",
294 "mouse_watcher_view_host.cc", 295 "mouse_watcher_view_host.cc",
295 "mouse_watcher_view_host.h", 296 "mouse_watcher_view_host.h",
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "//ui/base:test_support", 1009 "//ui/base:test_support",
1009 "//ui/compositor", 1010 "//ui/compositor",
1010 "//ui/events:test_support", 1011 "//ui/events:test_support",
1011 "//ui/gl:test_support", 1012 "//ui/gl:test_support",
1012 "//ui/resources", 1013 "//ui/resources",
1013 "//ui/resources:ui_test_pak", 1014 "//ui/resources:ui_test_pak",
1014 "//ui/strings", 1015 "//ui/strings",
1015 ] 1016 ]
1016 } 1017 }
1017 } 1018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698