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

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

Issue 1647663002: Revert of Aura on Android: Fix link errors when building content_unittests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_window_mus
Patch Set: Created 4 years, 10 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/public/test/content_test_suite_base.cc ('k') | no next file » | 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/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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("views.gyp") ], 10 [ rebase_path("views.gyp") ],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ] 106 ]
107 } 107 }
108 108
109 if (use_aura) { 109 if (use_aura) {
110 sources += gypi_values.views_aura_sources 110 sources += gypi_values.views_aura_sources
111 deps += [ 111 deps += [
112 "//ui/aura", 112 "//ui/aura",
113 "//ui/touch_selection", 113 "//ui/touch_selection",
114 "//ui/wm", 114 "//ui/wm",
115 ] 115 ]
116 if (!is_chromeos && !is_android) { 116 if (!is_chromeos) {
117 sources += gypi_values.views_desktop_aura_sources 117 sources += gypi_values.views_desktop_aura_sources
118 if (use_x11) { 118 if (use_x11) {
119 sources += gypi_values.views_desktop_aura_x11_sources 119 sources += gypi_values.views_desktop_aura_x11_sources
120 configs += [ "//ui/accessibility:atk" ] 120 configs += [ "//ui/accessibility:atk" ]
121 } else if (is_win) { 121 } else if (is_win) {
122 sources += gypi_values.views_desktop_aura_win_sources 122 sources += gypi_values.views_desktop_aura_win_sources
123 } else if (use_ozone) { 123 } else if (use_ozone) {
124 sources += gypi_values.views_desktop_aura_ozone_sources 124 sources += gypi_values.views_desktop_aura_ozone_sources
125 } 125 }
126 if (is_linux) { 126 if (is_linux) {
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//skia", 298 "//skia",
299 "//testing/gtest", 299 "//testing/gtest",
300 "//ui/base:test_support", 300 "//ui/base:test_support",
301 "//ui/compositor", 301 "//ui/compositor",
302 "//ui/resources", 302 "//ui/resources",
303 "//ui/resources:ui_test_pak", 303 "//ui/resources:ui_test_pak",
304 "//ui/strings", 304 "//ui/strings",
305 ] 305 ]
306 } 306 }
307 } 307 }
OLDNEW
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698