| 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 18 matching lines...) Expand all Loading... |
| 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_win.cc', | 34 'event_win.cc', |
| 35 'event_x.cc', | 35 'event_x.cc', |
| 36 'focus_manager.cc', | 36 'focus_manager.cc', |
| 37 'focus_manager.h', | 37 'focus_manager.h', |
| 38 'hit_test.h', | 38 'hit_test.h', |
| 39 'layout_manager.h', |
| 39 'root_window.cc', | 40 'root_window.cc', |
| 40 'root_window.h', | 41 'root_window.h', |
| 41 'window.cc', | 42 'window.cc', |
| 42 'window.h', | 43 'window.h', |
| 43 'window_delegate.h', | 44 'window_delegate.h', |
| 44 'window_manager.cc', | 45 'window_manager.cc', |
| 45 'window_manager.h', | 46 'window_manager.h', |
| 46 ], | 47 ], |
| 47 }, | 48 }, |
| 48 { | 49 { |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'window_unittest.cc', | 90 'window_unittest.cc', |
| 90 'run_all_unittests.cc', | 91 'run_all_unittests.cc', |
| 91 'test_suite.cc', | 92 'test_suite.cc', |
| 92 'test_suite.h', | 93 'test_suite.h', |
| 93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 94 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 95 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 95 ], | 96 ], |
| 96 }, | 97 }, |
| 97 ], | 98 ], |
| 98 } | 99 } |
| OLD | NEW |