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

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: Addressed asvitkine@'s comments from patch set 11. 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
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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'type': 'static_library', 439 'type': 'static_library',
440 'sources': [ 440 'sources': [
441 'image/image_unittest_util.cc', 441 'image/image_unittest_util.cc',
442 'image/image_unittest_util.h', 442 'image/image_unittest_util.h',
443 'image/image_unittest_util_ios.mm', 443 'image/image_unittest_util_ios.mm',
444 'image/image_unittest_util_mac.mm', 444 'image/image_unittest_util_mac.mm',
445 'test/fontconfig_util_linux.cc', 445 'test/fontconfig_util_linux.cc',
446 'test/fontconfig_util_linux.h', 446 'test/fontconfig_util_linux.h',
447 'test/gfx_util.cc', 447 'test/gfx_util.cc',
448 'test/gfx_util.h', 448 'test/gfx_util.h',
449 'test/test_screen.h',
450 'test/test_screen.cc',
449 'test/ui_cocoa_test_helper.h', 451 'test/ui_cocoa_test_helper.h',
450 'test/ui_cocoa_test_helper.mm', 452 'test/ui_cocoa_test_helper.mm',
451 ], 453 ],
452 'dependencies': [ 454 'dependencies': [
453 '../../base/base.gyp:base', 455 '../../base/base.gyp:base',
454 '../../skia/skia.gyp:skia', 456 '../../skia/skia.gyp:skia',
455 '../../testing/gtest.gyp:gtest', 457 '../../testing/gtest.gyp:gtest',
456 ], 458 ],
457 'conditions': [ 459 'conditions': [
458 ['OS == "mac"', { 460 ['OS == "mac"', {
(...skipping 30 matching lines...) Expand all
489 ], 491 ],
490 'variables': { 492 'variables': {
491 'jni_gen_package': 'ui/gfx', 493 'jni_gen_package': 'ui/gfx',
492 }, 494 },
493 'includes': [ '../../build/jni_generator.gypi' ], 495 'includes': [ '../../build/jni_generator.gypi' ],
494 }, 496 },
495 ], 497 ],
496 }], 498 }],
497 ], 499 ],
498 } 500 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698