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

Side by Side Diff: ui/display/display.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/display/BUILD.gn ('k') | ui/display/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 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 186 ],
187 'sources': [ 187 'sources': [
188 'chromeos/test/action_logger.cc', 188 'chromeos/test/action_logger.cc',
189 'chromeos/test/action_logger.h', 189 'chromeos/test/action_logger.h',
190 'chromeos/test/action_logger_util.cc', 190 'chromeos/test/action_logger_util.cc',
191 'chromeos/test/action_logger_util.h', 191 'chromeos/test/action_logger_util.h',
192 'chromeos/test/test_display_layout_manager.cc', 192 'chromeos/test/test_display_layout_manager.cc',
193 'chromeos/test/test_display_layout_manager.h', 193 'chromeos/test/test_display_layout_manager.h',
194 'chromeos/test/test_native_display_delegate.cc', 194 'chromeos/test/test_native_display_delegate.cc',
195 'chromeos/test/test_native_display_delegate.h', 195 'chromeos/test/test_native_display_delegate.h',
196 'test/test_screen.cc',
197 'test/test_screen.h',
196 ], 198 ],
197 }, 199 },
198 { 200 {
199 # GN version: //ui/display:display_unittests 201 # GN version: //ui/display:display_unittests
200 'target_name': 'display_unittests', 202 'target_name': 'display_unittests',
201 'type': 'executable', 203 'type': 'executable',
202 'dependencies': [ 204 'dependencies': [
203 '../../base/base.gyp:run_all_unittests', 205 '../../base/base.gyp:run_all_unittests',
204 '../../testing/gtest.gyp:gtest', 206 '../../testing/gtest.gyp:gtest',
205 '../../ui/gfx/gfx.gyp:gfx_geometry', 207 '../../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '../../build/isolate.gypi', 251 '../../build/isolate.gypi',
250 ], 252 ],
251 'sources': [ 253 'sources': [
252 'display_unittests.isolate', 254 'display_unittests.isolate',
253 ], 255 ],
254 }, 256 },
255 ], 257 ],
256 }], 258 }],
257 ], 259 ],
258 } 260 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/display/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698