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

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

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/events.gyp ('k') | ui/gfx/geometry/box_f.h » ('j') | 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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "geometry/safe_integer_conversions_unittest.cc", 395 "geometry/safe_integer_conversions_unittest.cc",
396 "geometry/size_unittest.cc", 396 "geometry/size_unittest.cc",
397 "geometry/vector2d_unittest.cc", 397 "geometry/vector2d_unittest.cc",
398 "geometry/vector3d_unittest.cc", 398 "geometry/vector3d_unittest.cc",
399 "range/range_unittest.cc", 399 "range/range_unittest.cc",
400 "test/run_all_unittests.cc", 400 "test/run_all_unittests.cc",
401 ] 401 ]
402 402
403 deps = [ 403 deps = [
404 ":gfx", 404 ":gfx",
405 ":gfx_test_support",
405 "//base", 406 "//base",
406 "//base/test:test_support", 407 "//base/test:test_support",
407 "//testing/gtest", 408 "//testing/gtest",
408 "//ui/base", 409 "//ui/base",
409 "//ui/gfx/geometry", 410 "//ui/gfx/geometry",
410 ] 411 ]
411 } 412 }
412 413
413 if (is_android) { 414 if (is_android) {
414 generate_jni("gfx_jni_headers") { 415 generate_jni("gfx_jni_headers") {
415 sources = [ 416 sources = [
416 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 417 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
417 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 418 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
418 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 419 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
419 ] 420 ]
420 jni_package = "gfx" 421 jni_package = "gfx"
421 } 422 }
422 } 423 }
OLDNEW
« no previous file with comments | « ui/events/events.gyp ('k') | ui/gfx/geometry/box_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698