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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'chromeos/x11/display_mode_x11.cc', | 65 'chromeos/x11/display_mode_x11.cc', |
66 'chromeos/x11/display_mode_x11.h', | 66 'chromeos/x11/display_mode_x11.h', |
67 'chromeos/x11/display_snapshot_x11.cc', | 67 'chromeos/x11/display_snapshot_x11.cc', |
68 'chromeos/x11/display_snapshot_x11.h', | 68 'chromeos/x11/display_snapshot_x11.h', |
69 'chromeos/x11/display_util_x11.cc', | 69 'chromeos/x11/display_util_x11.cc', |
70 'chromeos/x11/display_util_x11.h', | 70 'chromeos/x11/display_util_x11.h', |
71 'chromeos/x11/native_display_delegate_x11.cc', | 71 'chromeos/x11/native_display_delegate_x11.cc', |
72 'chromeos/x11/native_display_delegate_x11.h', | 72 'chromeos/x11/native_display_delegate_x11.h', |
73 'chromeos/x11/native_display_event_dispatcher_x11.cc', | 73 'chromeos/x11/native_display_event_dispatcher_x11.cc', |
74 'chromeos/x11/native_display_event_dispatcher_x11.h', | 74 'chromeos/x11/native_display_event_dispatcher_x11.h', |
| 75 'desktop_observer.h', |
| 76 'desktop_observer.cc', |
75 'display.cc', | 77 'display.cc', |
76 'display.h', | 78 'display.h', |
77 'display_change_notifier.cc', | 79 'display_change_notifier.cc', |
78 'display_change_notifier.h', | 80 'display_change_notifier.h', |
79 'display_export.h', | 81 'display_export.h', |
80 'display_finder.cc', | 82 'display_finder.cc', |
81 'display_finder.h', | 83 'display_finder.h', |
82 'display_observer.cc', | 84 'display_observer.cc', |
83 'display_observer.h', | 85 'display_observer.h', |
84 'display_switches.cc', | 86 'display_switches.cc', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 '../../build/isolate.gypi', | 287 '../../build/isolate.gypi', |
286 ], | 288 ], |
287 'sources': [ | 289 'sources': [ |
288 'display_unittests.isolate', | 290 'display_unittests.isolate', |
289 ], | 291 ], |
290 }, | 292 }, |
291 ], | 293 ], |
292 }], | 294 }], |
293 ], | 295 ], |
294 } | 296 } |
OLD | NEW |