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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'base/view_prop.h', | 282 'base/view_prop.h', |
283 'base/win/accessibility_misc_utils.h', | 283 'base/win/accessibility_misc_utils.h', |
284 'base/win/accessibility_misc_utils.cc', | 284 'base/win/accessibility_misc_utils.cc', |
285 'base/win/atl_module.h', | 285 'base/win/atl_module.h', |
286 'base/win/dpi.cc', | 286 'base/win/dpi.cc', |
287 'base/win/dpi.h', | 287 'base/win/dpi.h', |
288 'base/win/events_win.cc', | 288 'base/win/events_win.cc', |
289 'base/win/extra_sdk_defines.h', | 289 'base/win/extra_sdk_defines.h', |
290 'base/win/foreground_helper.cc', | 290 'base/win/foreground_helper.cc', |
291 'base/win/foreground_helper.h', | 291 'base/win/foreground_helper.h', |
| 292 'base/win/hidden_window.cc', |
| 293 'base/win/hidden_window.h', |
292 'base/win/hwnd_util.cc', | 294 'base/win/hwnd_util.cc', |
293 'base/win/hwnd_util.h', | 295 'base/win/hwnd_util.h', |
294 'base/win/hwnd_subclass.cc', | 296 'base/win/hwnd_subclass.cc', |
295 'base/win/hwnd_subclass.h', | 297 'base/win/hwnd_subclass.h', |
296 'base/win/ime_input.cc', | 298 'base/win/ime_input.cc', |
297 'base/win/ime_input.h', | 299 'base/win/ime_input.h', |
298 'base/win/message_box_win.cc', | 300 'base/win/message_box_win.cc', |
299 'base/win/message_box_win.h', | 301 'base/win/message_box_win.h', |
300 'base/win/mouse_wheel_util.cc', | 302 'base/win/mouse_wheel_util.cc', |
301 'base/win/mouse_wheel_util.h', | 303 'base/win/mouse_wheel_util.h', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 756 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
755 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 757 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
756 ] | 758 ] |
757 } | 759 } |
758 ], | 760 ], |
759 }, | 761 }, |
760 ], | 762 ], |
761 }], | 763 }], |
762 ], | 764 ], |
763 } | 765 } |
OLD | NEW |