OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 15 matching lines...) Expand all Loading... |
26 'desktop_host.h', | 26 'desktop_host.h', |
27 'desktop_host_linux.cc', | 27 'desktop_host_linux.cc', |
28 'desktop_host_win.cc', | 28 'desktop_host_win.cc', |
29 'desktop_host_win.h', | 29 'desktop_host_win.h', |
30 'desktop.cc', | 30 'desktop.cc', |
31 'desktop.h', | 31 'desktop.h', |
32 'event.cc', | 32 'event.cc', |
33 'event.h', | 33 'event.h', |
34 'event_filter.cc', | 34 'event_filter.cc', |
35 'event_filter.h', | 35 'event_filter.h', |
36 'event_win.cc', | |
37 'event_x.cc', | |
38 'focus_manager.cc', | 36 'focus_manager.cc', |
39 'focus_manager.h', | 37 'focus_manager.h', |
40 'hit_test.h', | 38 'hit_test.h', |
41 'layout_manager.h', | 39 'layout_manager.h', |
42 'root_window.cc', | 40 'root_window.cc', |
43 'root_window.h', | 41 'root_window.h', |
44 'toplevel_window_container.cc', | 42 'toplevel_window_container.cc', |
45 'toplevel_window_container.h', | 43 'toplevel_window_container.h', |
46 'toplevel_window_event_filter.cc', | 44 'toplevel_window_event_filter.cc', |
47 'toplevel_window_event_filter.h', | 45 'toplevel_window_event_filter.h', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'window_unittest.cc', | 92 'window_unittest.cc', |
95 'run_all_unittests.cc', | 93 'run_all_unittests.cc', |
96 'test_suite.cc', | 94 'test_suite.cc', |
97 'test_suite.h', | 95 'test_suite.h', |
98 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 96 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
99 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 97 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
100 ], | 98 ], |
101 }, | 99 }, |
102 ], | 100 ], |
103 } | 101 } |
OLD | NEW |