OLD | NEW |
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'chromeos/x11/native_display_event_dispatcher_x11.h', | 73 'chromeos/x11/native_display_event_dispatcher_x11.h', |
74 'display_export.h', | 74 'display_export.h', |
75 'display_switches.cc', | 75 'display_switches.cc', |
76 'display_switches.h', | 76 'display_switches.h', |
77 'manager/display_layout.cc', | 77 'manager/display_layout.cc', |
78 'manager/display_layout.h', | 78 'manager/display_layout.h', |
79 'manager/display_layout_builder.cc', | 79 'manager/display_layout_builder.cc', |
80 'manager/display_layout_builder.h', | 80 'manager/display_layout_builder.h', |
81 'win/display_info.cc', | 81 'win/display_info.cc', |
82 'win/display_info.h', | 82 'win/display_info.h', |
| 83 'win/dpi.cc', |
| 84 'win/dpi.h', |
83 'win/screen_win.cc', | 85 'win/screen_win.cc', |
84 'win/screen_win.h', | 86 'win/screen_win.h', |
85 'win/screen_win_display.cc', | 87 'win/screen_win_display.cc', |
86 'win/screen_win_display.h', | 88 'win/screen_win_display.h', |
87 ], | 89 ], |
88 'conditions': [ | 90 'conditions': [ |
89 ['use_x11 == 1', { | 91 ['use_x11 == 1', { |
90 'dependencies': [ | 92 'dependencies': [ |
91 '../../build/linux/system.gyp:x11', | 93 '../../build/linux/system.gyp:x11', |
92 '../../build/linux/system.gyp:xext', | 94 '../../build/linux/system.gyp:xext', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 '../../build/isolate.gypi', | 245 '../../build/isolate.gypi', |
244 ], | 246 ], |
245 'sources': [ | 247 'sources': [ |
246 'display_unittests.isolate', | 248 'display_unittests.isolate', |
247 ], | 249 ], |
248 }, | 250 }, |
249 ], | 251 ], |
250 }], | 252 }], |
251 ], | 253 ], |
252 } | 254 } |
OLD | NEW |