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

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

Issue 1945903002: Move display_finder to ui/display (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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'chromeos/x11/display_snapshot_x11.cc', 66 'chromeos/x11/display_snapshot_x11.cc',
67 'chromeos/x11/display_snapshot_x11.h', 67 'chromeos/x11/display_snapshot_x11.h',
68 'chromeos/x11/display_util_x11.cc', 68 'chromeos/x11/display_util_x11.cc',
69 'chromeos/x11/display_util_x11.h', 69 'chromeos/x11/display_util_x11.h',
70 'chromeos/x11/native_display_delegate_x11.cc', 70 'chromeos/x11/native_display_delegate_x11.cc',
71 'chromeos/x11/native_display_delegate_x11.h', 71 'chromeos/x11/native_display_delegate_x11.h',
72 'chromeos/x11/native_display_event_dispatcher_x11.cc', 72 'chromeos/x11/native_display_event_dispatcher_x11.cc',
73 'chromeos/x11/native_display_event_dispatcher_x11.h', 73 'chromeos/x11/native_display_event_dispatcher_x11.h',
74 'display.h', 74 'display.h',
75 'display_export.h', 75 'display_export.h',
76 'display_finder.cc',
77 'display_finder.h',
76 'display_observer.h', 78 'display_observer.h',
77 'display_switches.cc', 79 'display_switches.cc',
78 'display_switches.h', 80 'display_switches.h',
79 'manager/display_layout.cc', 81 'manager/display_layout.cc',
80 'manager/display_layout.h', 82 'manager/display_layout.h',
81 'manager/display_layout_builder.cc', 83 'manager/display_layout_builder.cc',
82 'manager/display_layout_builder.h', 84 'manager/display_layout_builder.h',
83 'screen.h', 85 'screen.h',
84 'win/display_info.cc', 86 'win/display_info.cc',
85 'win/display_info.h', 87 'win/display_info.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 188 ],
187 'sources': [ 189 'sources': [
188 'chromeos/test/action_logger.cc', 190 'chromeos/test/action_logger.cc',
189 'chromeos/test/action_logger.h', 191 'chromeos/test/action_logger.h',
190 'chromeos/test/action_logger_util.cc', 192 'chromeos/test/action_logger_util.cc',
191 'chromeos/test/action_logger_util.h', 193 'chromeos/test/action_logger_util.h',
192 'chromeos/test/test_display_layout_manager.cc', 194 'chromeos/test/test_display_layout_manager.cc',
193 'chromeos/test/test_display_layout_manager.h', 195 'chromeos/test/test_display_layout_manager.h',
194 'chromeos/test/test_native_display_delegate.cc', 196 'chromeos/test/test_native_display_delegate.cc',
195 'chromeos/test/test_native_display_delegate.h', 197 'chromeos/test/test_native_display_delegate.h',
198 'test/display_util.h',
196 ], 199 ],
197 }, 200 },
198 { 201 {
199 # GN version: //ui/display:display_unittests 202 # GN version: //ui/display:display_unittests
200 'target_name': 'display_unittests', 203 'target_name': 'display_unittests',
201 'type': 'executable', 204 'type': 'executable',
202 'dependencies': [ 205 'dependencies': [
203 '../../base/base.gyp:run_all_unittests', 206 '../../base/base.gyp:run_all_unittests',
204 '../../testing/gtest.gyp:gtest', 207 '../../testing/gtest.gyp:gtest',
205 '../../ui/gfx/gfx.gyp:gfx_geometry', 208 '../../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 '../../build/isolate.gypi', 251 '../../build/isolate.gypi',
249 ], 252 ],
250 'sources': [ 253 'sources': [
251 'display_unittests.isolate', 254 'display_unittests.isolate',
252 ], 255 ],
253 }, 256 },
254 ], 257 ],
255 }], 258 }],
256 ], 259 ],
257 } 260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698