| 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'base/clipboard/clipboard_mac.mm', | 76 'base/clipboard/clipboard_mac.mm', |
| 77 'base/clipboard/clipboard_util_win.cc', | 77 'base/clipboard/clipboard_util_win.cc', |
| 78 'base/clipboard/clipboard_util_win.h', | 78 'base/clipboard/clipboard_util_win.h', |
| 79 'base/clipboard/clipboard_win.cc', | 79 'base/clipboard/clipboard_win.cc', |
| 80 'base/clipboard/custom_data_helper.cc', | 80 'base/clipboard/custom_data_helper.cc', |
| 81 'base/clipboard/custom_data_helper.h', | 81 'base/clipboard/custom_data_helper.h', |
| 82 'base/clipboard/scoped_clipboard_writer.cc', | 82 'base/clipboard/scoped_clipboard_writer.cc', |
| 83 'base/clipboard/scoped_clipboard_writer.h', | 83 'base/clipboard/scoped_clipboard_writer.h', |
| 84 'base/cocoa/base_view.h', | 84 'base/cocoa/base_view.h', |
| 85 'base/cocoa/base_view.mm', | 85 'base/cocoa/base_view.mm', |
| 86 'base/cocoa/events_mac.mm', |
| 86 'base/dragdrop/cocoa_dnd_util.h', | 87 'base/dragdrop/cocoa_dnd_util.h', |
| 87 'base/dragdrop/cocoa_dnd_util.mm', | 88 'base/dragdrop/cocoa_dnd_util.mm', |
| 88 'base/dragdrop/drag_drop_types_gtk.cc', | 89 'base/dragdrop/drag_drop_types_gtk.cc', |
| 89 'base/dragdrop/drag_drop_types.h', | 90 'base/dragdrop/drag_drop_types.h', |
| 90 'base/dragdrop/drag_drop_types_win.cc', | 91 'base/dragdrop/drag_drop_types_win.cc', |
| 91 'base/dragdrop/drag_source.cc', | 92 'base/dragdrop/drag_source.cc', |
| 92 'base/dragdrop/drag_source.h', | 93 'base/dragdrop/drag_source.h', |
| 93 'base/dragdrop/drop_target.cc', | 94 'base/dragdrop/drop_target.cc', |
| 94 'base/dragdrop/drop_target.h', | 95 'base/dragdrop/drop_target.h', |
| 95 'base/dragdrop/gtk_dnd_util.cc', | 96 'base/dragdrop/gtk_dnd_util.cc', |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 677 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 677 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 678 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 678 ] | 679 ] |
| 679 } | 680 } |
| 680 ], | 681 ], |
| 681 }, | 682 }, |
| 682 ], | 683 ], |
| 683 }], | 684 }], |
| 684 ], | 685 ], |
| 685 } | 686 } |
| OLD | NEW |