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

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

Issue 2171793002: Remove unused include_dir in //ui/event/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_include
Patch Set: rebase Created 4 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//ui/ozone/ozone.gni") 7 import("//ui/ozone/ozone.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "//ui/events/ipc", 401 "//ui/events/ipc",
402 "//ui/events/mojo:test_interfaces", 402 "//ui/events/mojo:test_interfaces",
403 "//ui/gfx/ipc/geometry", 403 "//ui/gfx/ipc/geometry",
404 ] 404 ]
405 } 405 }
406 406
407 data_deps = [ 407 data_deps = [
408 "//third_party/mesa:osmesa", 408 "//third_party/mesa:osmesa",
409 ] 409 ]
410 410
411 include_dirs = [ "//testing/gmock/include" ]
412
413 if (use_x11) { 411 if (use_x11) {
414 sources += [ 412 sources += [
415 "devices/x11/device_data_manager_x11_unittest.cc", 413 "devices/x11/device_data_manager_x11_unittest.cc",
416 "x/events_x_unittest.cc", 414 "x/events_x_unittest.cc",
417 ] 415 ]
418 configs += [ "//build/config/linux:x11" ] 416 configs += [ "//build/config/linux:x11" ]
419 deps += [ 417 deps += [
420 "//ui/events/devices/x11", 418 "//ui/events/devices/x11",
421 "//ui/events/x", 419 "//ui/events/x",
422 "//ui/gfx/x", 420 "//ui/gfx/x",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 generate_jar_jni("motionevent_jni_headers") { 468 generate_jar_jni("motionevent_jni_headers") {
471 jni_package = "ui" 469 jni_package = "ui"
472 classes = [ "android/view/MotionEvent.class" ] 470 classes = [ "android/view/MotionEvent.class" ]
473 } 471 }
474 472
475 generate_jar_jni("keyevent_jni_headers") { 473 generate_jar_jni("keyevent_jni_headers") {
476 jni_package = "ui" 474 jni_package = "ui"
477 classes = [ "android/view/KeyEvent.class" ] 475 classes = [ "android/view/KeyEvent.class" ]
478 } 476 }
479 } 477 }
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