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

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

Issue 2532613002: MacViews: fix bubble direction in RTL. (Closed)
Patch Set: Use the advice in buildflag.h? Created 4 years 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/base/ui_features.gni")
8 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
9 10
10 config("flags") { 11 config("flags") {
11 defines = [ "TOOLKIT_VIEWS=1" ] 12 defines = [ "TOOLKIT_VIEWS=1" ]
12 } 13 }
13 14
14 component("views") { 15 component("views") {
15 all_dependent_configs = [ ":flags" ] 16 all_dependent_configs = [ ":flags" ]
16 sources = [ 17 sources = [
17 "accessibility/native_view_accessibility.cc", 18 "accessibility/native_view_accessibility.cc",
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 "//ui/base:test_support", 1016 "//ui/base:test_support",
1016 "//ui/compositor", 1017 "//ui/compositor",
1017 "//ui/events:test_support", 1018 "//ui/events:test_support",
1018 "//ui/gl:test_support", 1019 "//ui/gl:test_support",
1019 "//ui/resources", 1020 "//ui/resources",
1020 "//ui/resources:ui_test_pak", 1021 "//ui/resources:ui_test_pak",
1021 "//ui/strings", 1022 "//ui/strings",
1022 ] 1023 ]
1023 } 1024 }
1024 } 1025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698