| 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 17 matching lines...) Expand all Loading... |
| 28 'aura_switches.cc', | 28 'aura_switches.cc', |
| 29 'aura_switches.h', | 29 'aura_switches.h', |
| 30 'cursor.h', | 30 'cursor.h', |
| 31 'desktop_host.h', | 31 'desktop_host.h', |
| 32 'desktop_host_linux.cc', | 32 'desktop_host_linux.cc', |
| 33 'desktop_host_win.cc', | 33 'desktop_host_win.cc', |
| 34 'desktop_host_win.h', | 34 'desktop_host_win.h', |
| 35 'desktop.cc', | 35 'desktop.cc', |
| 36 'desktop.h', | 36 'desktop.h', |
| 37 'desktop_delegate.h', | 37 'desktop_delegate.h', |
| 38 'drag_drop_controller.h', |
| 38 'event.cc', | 39 'event.cc', |
| 39 'event.h', | 40 'event.h', |
| 40 'event_filter.cc', | 41 'event_filter.cc', |
| 41 'event_filter.h', | 42 'event_filter.h', |
| 42 'focus_manager.h', | 43 'focus_manager.h', |
| 43 'hit_test.h', | 44 'hit_test.h', |
| 44 'layout_manager.cc', | 45 'layout_manager.cc', |
| 45 'layout_manager.h', | 46 'layout_manager.h', |
| 46 'screen_aura.cc', | 47 'screen_aura.cc', |
| 47 'screen_aura.h', | 48 'screen_aura.h', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 }], | 146 }], |
| 146 ['OS!="mac"', { | 147 ['OS!="mac"', { |
| 147 'dependencies': [ | 148 'dependencies': [ |
| 148 '../../chrome/chrome.gyp:packed_resources', | 149 '../../chrome/chrome.gyp:packed_resources', |
| 149 ], | 150 ], |
| 150 }], | 151 }], |
| 151 ], | 152 ], |
| 152 }, | 153 }, |
| 153 ], | 154 ], |
| 154 } | 155 } |
| OLD | NEW |