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