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

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

Issue 1217783003: Remove a nonexistent file from BUILD.gn to fix Mac GN Build failure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "//ui/events/platform/x11", 261 "//ui/events/platform/x11",
262 "//ui/gfx/x", 262 "//ui/gfx/x",
263 ] 263 ]
264 } 264 }
265 265
266 if (is_mac) { 266 if (is_mac) {
267 # views_unittests not yet compiling on Mac. http://crbug.com/378134 267 # views_unittests not yet compiling on Mac. http://crbug.com/378134
268 sources -= [ 268 sources -= [
269 "bubble/bubble_window_targeter_unittest.cc", 269 "bubble/bubble_window_targeter_unittest.cc",
270 "controls/native/native_view_host_unittest.cc", 270 "controls/native/native_view_host_unittest.cc",
271 "ime/input_method_bridge_unittest.cc",
272 "widget/window_reorderer_unittest.cc", 271 "widget/window_reorderer_unittest.cc",
273 ] 272 ]
274 } 273 }
275 } 274 }
276 275
277 if (is_mac) { 276 if (is_mac) {
278 test("macviews_interactive_ui_tests") { 277 test("macviews_interactive_ui_tests") {
279 sources = [ 278 sources = [
280 "cocoa/bridged_native_widget_interactive_uitest.mm", 279 "cocoa/bridged_native_widget_interactive_uitest.mm",
281 "run_all_unittests.cc", 280 "run_all_unittests.cc",
282 "widget/native_widget_mac_interactive_uitest.mm", 281 "widget/native_widget_mac_interactive_uitest.mm",
283 ] 282 ]
284 deps = [ 283 deps = [
285 ":test_support", 284 ":test_support",
286 ":views", 285 ":views",
287 "//base", 286 "//base",
288 "//base/test:test_support", 287 "//base/test:test_support",
289 "//skia", 288 "//skia",
290 "//testing/gtest", 289 "//testing/gtest",
291 "//ui/base:test_support", 290 "//ui/base:test_support",
292 "//ui/compositor", 291 "//ui/compositor",
293 "//ui/resources", 292 "//ui/resources",
294 "//ui/resources:ui_test_pak", 293 "//ui/resources:ui_test_pak",
295 "//ui/strings", 294 "//ui/strings",
296 ] 295 ]
297 } 296 }
298 } 297 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698