| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'base/cocoa/underlay_opengl_hosting_window.h', | 102 'base/cocoa/underlay_opengl_hosting_window.h', |
| 103 'base/cocoa/underlay_opengl_hosting_window.mm', | 103 'base/cocoa/underlay_opengl_hosting_window.mm', |
| 104 'base/cocoa/window_size_constants.h', | 104 'base/cocoa/window_size_constants.h', |
| 105 'base/cocoa/window_size_constants.mm', | 105 'base/cocoa/window_size_constants.mm', |
| 106 'base/cursor/cursor.cc', | 106 'base/cursor/cursor.cc', |
| 107 'base/cursor/cursor.h', | 107 'base/cursor/cursor.h', |
| 108 'base/cursor/cursor_win.cc', | 108 'base/cursor/cursor_win.cc', |
| 109 'base/cursor/cursor_x11.cc', | 109 'base/cursor/cursor_x11.cc', |
| 110 'base/dialogs/base_shell_dialog.cc', | 110 'base/dialogs/base_shell_dialog.cc', |
| 111 'base/dialogs/base_shell_dialog.h', | 111 'base/dialogs/base_shell_dialog.h', |
| 112 'base/dialogs/select_file_policy.cc', | |
| 113 'base/dialogs/select_file_policy.h', | |
| 114 'base/dialogs/selected_file_info.cc', | 112 'base/dialogs/selected_file_info.cc', |
| 115 'base/dialogs/selected_file_info.h', | 113 'base/dialogs/selected_file_info.h', |
| 116 'base/dragdrop/cocoa_dnd_util.h', | 114 'base/dragdrop/cocoa_dnd_util.h', |
| 117 'base/dragdrop/cocoa_dnd_util.mm', | 115 'base/dragdrop/cocoa_dnd_util.mm', |
| 118 'base/dragdrop/drag_drop_types_gtk.cc', | 116 'base/dragdrop/drag_drop_types_gtk.cc', |
| 119 'base/dragdrop/drag_drop_types.h', | 117 'base/dragdrop/drag_drop_types.h', |
| 120 'base/dragdrop/drag_drop_types_win.cc', | 118 'base/dragdrop/drag_drop_types_win.cc', |
| 121 'base/dragdrop/drag_source.cc', | 119 'base/dragdrop/drag_source.cc', |
| 122 'base/dragdrop/drag_source.h', | 120 'base/dragdrop/drag_source.h', |
| 123 'base/dragdrop/drop_target.cc', | 121 'base/dragdrop/drop_target.cc', |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 741 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 744 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 742 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 745 ] | 743 ] |
| 746 } | 744 } |
| 747 ], | 745 ], |
| 748 }, | 746 }, |
| 749 ], | 747 ], |
| 750 }], | 748 }], |
| 751 ], | 749 ], |
| 752 } | 750 } |
| OLD | NEW |