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 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'base/ui_base_exports.cc', | 198 'base/ui_base_exports.cc', |
199 'base/ui_base_paths.cc', | 199 'base/ui_base_paths.cc', |
200 'base/ui_base_paths.h', | 200 'base/ui_base_paths.h', |
201 'base/ui_base_switches.cc', | 201 'base/ui_base_switches.cc', |
202 'base/ui_base_switches.h', | 202 'base/ui_base_switches.h', |
203 'base/ui_base_types.h', | 203 'base/ui_base_types.h', |
204 'base/ui_export.h', | 204 'base/ui_export.h', |
205 'base/view_prop.cc', | 205 'base/view_prop.cc', |
206 'base/view_prop.h', | 206 'base/view_prop.h', |
207 'base/wayland/events_wayland.cc', | 207 'base/wayland/events_wayland.cc', |
| 208 'base/win/atl_module.h', |
208 'base/win/events_win.cc', | 209 'base/win/events_win.cc', |
209 'base/win/hwnd_util.cc', | 210 'base/win/hwnd_util.cc', |
210 'base/win/hwnd_util.h', | 211 'base/win/hwnd_util.h', |
211 'base/win/ime_input.cc', | 212 'base/win/ime_input.cc', |
212 'base/win/ime_input.h', | 213 'base/win/ime_input.h', |
213 'base/win/mouse_wheel_util.cc', | 214 'base/win/mouse_wheel_util.cc', |
214 'base/win/mouse_wheel_util.h', | 215 'base/win/mouse_wheel_util.h', |
215 'base/win/shell.cc', | 216 'base/win/shell.cc', |
216 'base/win/shell.h', | 217 'base/win/shell.h', |
217 'base/win/window_impl.cc', | 218 'base/win/window_impl.cc', |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 635 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
635 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 636 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
636 ] | 637 ] |
637 } | 638 } |
638 ], | 639 ], |
639 }, | 640 }, |
640 ], | 641 ], |
641 }], | 642 }], |
642 ], | 643 ], |
643 } | 644 } |
OLD | NEW |