| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'base/win/atl_module.h', | 213 'base/win/atl_module.h', |
| 214 'base/win/events_win.cc', | 214 'base/win/events_win.cc', |
| 215 'base/win/hwnd_util.cc', | 215 'base/win/hwnd_util.cc', |
| 216 'base/win/hwnd_util.h', | 216 'base/win/hwnd_util.h', |
| 217 'base/win/ime_input.cc', | 217 'base/win/ime_input.cc', |
| 218 'base/win/ime_input.h', | 218 'base/win/ime_input.h', |
| 219 'base/win/mouse_wheel_util.cc', | 219 'base/win/mouse_wheel_util.cc', |
| 220 'base/win/mouse_wheel_util.h', | 220 'base/win/mouse_wheel_util.h', |
| 221 'base/win/shell.cc', | 221 'base/win/shell.cc', |
| 222 'base/win/shell.h', | 222 'base/win/shell.h', |
| 223 'base/win/singleton_hwnd.cc', |
| 224 'base/win/singleton_hwnd.h', |
| 223 'base/win/window_impl.cc', | 225 'base/win/window_impl.cc', |
| 224 'base/win/window_impl.h', | 226 'base/win/window_impl.h', |
| 225 'base/x/active_window_watcher_x.cc', | 227 'base/x/active_window_watcher_x.cc', |
| 226 'base/x/active_window_watcher_x.h', | 228 'base/x/active_window_watcher_x.h', |
| 227 'base/x/active_window_watcher_x_observer.h', | 229 'base/x/active_window_watcher_x_observer.h', |
| 228 'base/x/events_x.cc', | 230 'base/x/events_x.cc', |
| 229 'base/x/root_window_property_watcher_x.cc', | 231 'base/x/root_window_property_watcher_x.cc', |
| 230 'base/x/root_window_property_watcher_x.h', | 232 'base/x/root_window_property_watcher_x.h', |
| 231 'base/x/work_area_watcher_x.cc', | 233 'base/x/work_area_watcher_x.cc', |
| 232 'base/x/work_area_watcher_x.h', | 234 'base/x/work_area_watcher_x.h', |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 675 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 674 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 676 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 675 ] | 677 ] |
| 676 } | 678 } |
| 677 ], | 679 ], |
| 678 }, | 680 }, |
| 679 ], | 681 ], |
| 680 }], | 682 }], |
| 681 ], | 683 ], |
| 682 } | 684 } |
| OLD | NEW |