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

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

Issue 1957523004: Rename gfx::test::TestScreen to display::test::TestScreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'sources': [ 547 'sources': [
548 'image/image_unittest_util.cc', 548 'image/image_unittest_util.cc',
549 'image/image_unittest_util.h', 549 'image/image_unittest_util.h',
550 'image/image_unittest_util_ios.mm', 550 'image/image_unittest_util_ios.mm',
551 'image/image_unittest_util_mac.mm', 551 'image/image_unittest_util_mac.mm',
552 'test/display_util.h', 552 'test/display_util.h',
553 'test/fontconfig_util_linux.cc', 553 'test/fontconfig_util_linux.cc',
554 'test/fontconfig_util_linux.h', 554 'test/fontconfig_util_linux.h',
555 'test/gfx_util.cc', 555 'test/gfx_util.cc',
556 'test/gfx_util.h', 556 'test/gfx_util.h',
557 'test/test_screen.cc',
558 'test/test_screen.h',
559 'test/ui_cocoa_test_helper.h', 557 'test/ui_cocoa_test_helper.h',
560 'test/ui_cocoa_test_helper.mm', 558 'test/ui_cocoa_test_helper.mm',
561 ], 559 ],
562 'dependencies': [ 560 'dependencies': [
563 '../../base/base.gyp:base', 561 '../../base/base.gyp:base',
564 '../../skia/skia.gyp:skia', 562 '../../skia/skia.gyp:skia',
565 '../../testing/gtest.gyp:gtest', 563 '../../testing/gtest.gyp:gtest',
566 'gfx', 564 'gfx',
567 'gfx_geometry', 565 'gfx_geometry',
568 ], 566 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 ], 599 ],
602 'variables': { 600 'variables': {
603 'jni_gen_package': 'ui/gfx', 601 'jni_gen_package': 'ui/gfx',
604 }, 602 },
605 'includes': [ '../../build/jni_generator.gypi' ], 603 'includes': [ '../../build/jni_generator.gypi' ],
606 }, 604 },
607 ], 605 ],
608 }], 606 }],
609 ], 607 ],
610 } 608 }
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