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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1182303005: Fixed the Touchscreen.TouchEventsEnabled histogram to record the correct values on X11 and Ozone ba… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added logging.h include to device_data_manager_test_api_stub.cc. 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/test/test_screen.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'type': 'static_library', 475 'type': 'static_library',
476 'sources': [ 476 'sources': [
477 'image/image_unittest_util.cc', 477 'image/image_unittest_util.cc',
478 'image/image_unittest_util.h', 478 'image/image_unittest_util.h',
479 'image/image_unittest_util_ios.mm', 479 'image/image_unittest_util_ios.mm',
480 'image/image_unittest_util_mac.mm', 480 'image/image_unittest_util_mac.mm',
481 'test/fontconfig_util_linux.cc', 481 'test/fontconfig_util_linux.cc',
482 'test/fontconfig_util_linux.h', 482 'test/fontconfig_util_linux.h',
483 'test/gfx_util.cc', 483 'test/gfx_util.cc',
484 'test/gfx_util.h', 484 'test/gfx_util.h',
485 'test/test_screen.h',
486 'test/test_screen.cc',
485 'test/ui_cocoa_test_helper.h', 487 'test/ui_cocoa_test_helper.h',
486 'test/ui_cocoa_test_helper.mm', 488 'test/ui_cocoa_test_helper.mm',
487 ], 489 ],
488 'dependencies': [ 490 'dependencies': [
489 '../../base/base.gyp:base', 491 '../../base/base.gyp:base',
490 '../../skia/skia.gyp:skia', 492 '../../skia/skia.gyp:skia',
491 '../../testing/gtest.gyp:gtest', 493 '../../testing/gtest.gyp:gtest',
492 ], 494 ],
493 'conditions': [ 495 'conditions': [
494 ['OS == "mac"', { 496 ['OS == "mac"', {
(...skipping 30 matching lines...) Expand all
525 ], 527 ],
526 'variables': { 528 'variables': {
527 'jni_gen_package': 'ui/gfx', 529 'jni_gen_package': 'ui/gfx',
528 }, 530 },
529 'includes': [ '../../build/jni_generator.gypi' ], 531 'includes': [ '../../build/jni_generator.gypi' ],
530 }, 532 },
531 ], 533 ],
532 }], 534 }],
533 ], 535 ],
534 } 536 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698