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

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

Issue 1456623002: Add support for virtual displays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use std::max as suggested by oshima@ Created 5 years 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ], 46 ],
47 'sources': [ 47 'sources': [
48 # Note: file list duplicated in GN build. 48 # Note: file list duplicated in GN build.
49 'chromeos/apply_content_protection_task.cc', 49 'chromeos/apply_content_protection_task.cc',
50 'chromeos/apply_content_protection_task.h', 50 'chromeos/apply_content_protection_task.h',
51 'chromeos/configure_displays_task.cc', 51 'chromeos/configure_displays_task.cc',
52 'chromeos/configure_displays_task.h', 52 'chromeos/configure_displays_task.h',
53 'chromeos/display_configurator.cc', 53 'chromeos/display_configurator.cc',
54 'chromeos/display_configurator.h', 54 'chromeos/display_configurator.h',
55 'chromeos/display_layout_manager.h', 55 'chromeos/display_layout_manager.h',
56 'chromeos/display_snapshot_virtual.cc',
57 'chromeos/display_snapshot_virtual.h',
56 'chromeos/display_util.cc', 58 'chromeos/display_util.cc',
57 'chromeos/display_util.h', 59 'chromeos/display_util.h',
58 'chromeos/ozone/display_configurator_ozone.cc', 60 'chromeos/ozone/display_configurator_ozone.cc',
59 'chromeos/query_content_protection_task.cc', 61 'chromeos/query_content_protection_task.cc',
60 'chromeos/query_content_protection_task.h', 62 'chromeos/query_content_protection_task.h',
61 'chromeos/update_display_configuration_task.cc', 63 'chromeos/update_display_configuration_task.cc',
62 'chromeos/update_display_configuration_task.h', 64 'chromeos/update_display_configuration_task.h',
63 'chromeos/x11/display_configurator_x11.cc', 65 'chromeos/x11/display_configurator_x11.cc',
64 'chromeos/x11/display_mode_x11.cc', 66 'chromeos/x11/display_mode_x11.cc',
65 'chromeos/x11/display_mode_x11.h', 67 'chromeos/x11/display_mode_x11.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 188 ],
187 }, 189 },
188 { 190 {
189 # GN version: //ui/display:display_unittests 191 # GN version: //ui/display:display_unittests
190 'target_name': 'display_unittests', 192 'target_name': 'display_unittests',
191 'type': 'executable', 193 'type': 'executable',
192 'dependencies': [ 194 'dependencies': [
193 '../../base/base.gyp:run_all_unittests', 195 '../../base/base.gyp:run_all_unittests',
194 '../../testing/gtest.gyp:gtest', 196 '../../testing/gtest.gyp:gtest',
195 '../../ui/gfx/gfx.gyp:gfx_geometry', 197 '../../ui/gfx/gfx.gyp:gfx_geometry',
198 '../../ui/gfx/gfx.gyp:gfx_test_support',
196 'display_util', 199 'display_util',
197 ], 200 ],
198 'include_dirs': [ 201 'include_dirs': [
199 '../..', 202 '../..',
200 ], 203 ],
201 'sources': [ 204 'sources': [
202 'chromeos/apply_content_protection_task_unittest.cc', 205 'chromeos/apply_content_protection_task_unittest.cc',
203 'chromeos/configure_displays_task_unittest.cc', 206 'chromeos/configure_displays_task_unittest.cc',
204 'chromeos/display_configurator_unittest.cc', 207 'chromeos/display_configurator_unittest.cc',
205 'chromeos/query_content_protection_task_unittest.cc', 208 'chromeos/query_content_protection_task_unittest.cc',
(...skipping 28 matching lines...) Expand all
234 '../../build/isolate.gypi', 237 '../../build/isolate.gypi',
235 ], 238 ],
236 'sources': [ 239 'sources': [
237 'display_unittests.isolate', 240 'display_unittests.isolate',
238 ], 241 ],
239 }, 242 },
240 ], 243 ],
241 }], 244 }],
242 ], 245 ],
243 } 246 }
OLDNEW
« no previous file with comments | « ui/display/chromeos/update_display_configuration_task.cc ('k') | ui/display/types/display_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698