OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'desktop/desktop_stacking_client.cc', | 70 'desktop/desktop_stacking_client.cc', |
71 'desktop/desktop_stacking_client.h', | 71 'desktop/desktop_stacking_client.h', |
72 'dispatcher_linux.cc', | 72 'dispatcher_linux.cc', |
73 'dispatcher_linux.h', | 73 'dispatcher_linux.h', |
74 'dispatcher_win.cc', | 74 'dispatcher_win.cc', |
75 'display_observer.cc', | 75 'display_observer.cc', |
76 'display_observer.h', | 76 'display_observer.h', |
77 'env.cc', | 77 'env.cc', |
78 'env.h', | 78 'env.h', |
79 'env_observer.h', | 79 'env_observer.h', |
80 'event.cc', | |
81 'event.h', | |
82 'event_filter.h', | 80 'event_filter.h', |
83 'event_mac.mm', | |
84 'event_mac.h', | |
85 'focus_change_observer.h', | 81 'focus_change_observer.h', |
86 'focus_manager.cc', | 82 'focus_manager.cc', |
87 'focus_manager.h', | 83 'focus_manager.h', |
88 'layout_manager.cc', | 84 'layout_manager.cc', |
89 'layout_manager.h', | 85 'layout_manager.h', |
90 'display_change_observer_x11.cc', | 86 'display_change_observer_x11.cc', |
91 'display_change_observer_x11.h', | 87 'display_change_observer_x11.h', |
92 'display_manager.cc', | 88 'display_manager.cc', |
93 'display_manager.h', | 89 'display_manager.h', |
94 'root_window_host.h', | 90 'root_window_host.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 ], | 270 ], |
275 'sources': [ | 271 'sources': [ |
276 'gestures/gesture_recognizer_unittest.cc', | 272 'gestures/gesture_recognizer_unittest.cc', |
277 'test/run_all_unittests.cc', | 273 'test/run_all_unittests.cc', |
278 'test/test_suite.cc', | 274 'test/test_suite.cc', |
279 'test/test_suite.h', | 275 'test/test_suite.h', |
280 'root_window_unittest.cc', | 276 'root_window_unittest.cc', |
281 'shared/compound_event_filter_unittest.cc', | 277 'shared/compound_event_filter_unittest.cc', |
282 'shared/input_method_event_filter_unittest.cc', | 278 'shared/input_method_event_filter_unittest.cc', |
283 'event_filter_unittest.cc', | 279 'event_filter_unittest.cc', |
284 'event_unittest.cc', | |
285 'window_unittest.cc', | 280 'window_unittest.cc', |
286 ], | 281 ], |
287 'conditions': [ | 282 'conditions': [ |
288 # osmesa GL implementation is used on linux. | 283 # osmesa GL implementation is used on linux. |
289 ['OS=="linux"', { | 284 ['OS=="linux"', { |
290 'dependencies': [ | 285 'dependencies': [ |
291 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 286 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
292 ], | 287 ], |
293 }], | 288 }], |
294 ], | 289 ], |
295 }, | 290 }, |
296 ], | 291 ], |
297 } | 292 } |
OLD | NEW |