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