| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'chromeos/x11/display_mode_x11.cc', | 64 'chromeos/x11/display_mode_x11.cc', |
| 65 'chromeos/x11/display_mode_x11.h', | 65 'chromeos/x11/display_mode_x11.h', |
| 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_export.h', | 75 'display_export.h', |
| 76 'display_observer.h', |
| 75 'display_switches.cc', | 77 'display_switches.cc', |
| 76 'display_switches.h', | 78 'display_switches.h', |
| 77 'manager/display_layout.cc', | 79 'manager/display_layout.cc', |
| 78 'manager/display_layout.h', | 80 'manager/display_layout.h', |
| 79 'manager/display_layout_builder.cc', | 81 'manager/display_layout_builder.cc', |
| 80 'manager/display_layout_builder.h', | 82 'manager/display_layout_builder.h', |
| 83 'screen.h', |
| 81 'win/display_info.cc', | 84 'win/display_info.cc', |
| 82 'win/display_info.h', | 85 'win/display_info.h', |
| 83 'win/dpi.cc', | 86 'win/dpi.cc', |
| 84 'win/dpi.h', | 87 'win/dpi.h', |
| 85 'win/screen_win.cc', | 88 'win/screen_win.cc', |
| 86 'win/screen_win.h', | 89 'win/screen_win.h', |
| 87 'win/screen_win_display.cc', | 90 'win/screen_win_display.cc', |
| 88 'win/screen_win_display.h', | 91 'win/screen_win_display.h', |
| 89 ], | 92 ], |
| 90 'conditions': [ | 93 'conditions': [ |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '../../build/isolate.gypi', | 248 '../../build/isolate.gypi', |
| 246 ], | 249 ], |
| 247 'sources': [ | 250 'sources': [ |
| 248 'display_unittests.isolate', | 251 'display_unittests.isolate', |
| 249 ], | 252 ], |
| 250 }, | 253 }, |
| 251 ], | 254 ], |
| 252 }], | 255 }], |
| 253 ], | 256 ], |
| 254 } | 257 } |
| OLD | NEW |