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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'base/win/atl_module.h', | 226 'base/win/atl_module.h', |
227 'base/win/events_win.cc', | 227 'base/win/events_win.cc', |
228 'base/win/foreground_helper.cc', | 228 'base/win/foreground_helper.cc', |
229 'base/win/foreground_helper.h', | 229 'base/win/foreground_helper.h', |
230 'base/win/hwnd_util.cc', | 230 'base/win/hwnd_util.cc', |
231 'base/win/hwnd_util.h', | 231 'base/win/hwnd_util.h', |
232 'base/win/ime_input.cc', | 232 'base/win/ime_input.cc', |
233 'base/win/ime_input.h', | 233 'base/win/ime_input.h', |
234 'base/win/mouse_wheel_util.cc', | 234 'base/win/mouse_wheel_util.cc', |
235 'base/win/mouse_wheel_util.h', | 235 'base/win/mouse_wheel_util.h', |
| 236 'base/win/scoped_ole_initializer.cc', |
| 237 'base/win/scoped_ole_initializer.h', |
236 'base/win/shell.cc', | 238 'base/win/shell.cc', |
237 'base/win/shell.h', | 239 'base/win/shell.h', |
238 'base/win/singleton_hwnd.cc', | 240 'base/win/singleton_hwnd.cc', |
239 'base/win/singleton_hwnd.h', | 241 'base/win/singleton_hwnd.h', |
240 'base/win/window_impl.cc', | 242 'base/win/window_impl.cc', |
241 'base/win/window_impl.h', | 243 'base/win/window_impl.h', |
242 'base/x/active_window_watcher_x.cc', | 244 'base/x/active_window_watcher_x.cc', |
243 'base/x/active_window_watcher_x.h', | 245 'base/x/active_window_watcher_x.h', |
244 'base/x/active_window_watcher_x_observer.h', | 246 'base/x/active_window_watcher_x_observer.h', |
245 'base/x/events_x.cc', | 247 'base/x/events_x.cc', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 696 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
695 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 697 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
696 ] | 698 ] |
697 } | 699 } |
698 ], | 700 ], |
699 }, | 701 }, |
700 ], | 702 ], |
701 }], | 703 }], |
702 ], | 704 ], |
703 } | 705 } |
OLD | NEW |