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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'base/cocoa/base_view.h', | 90 'base/cocoa/base_view.h', |
91 'base/cocoa/base_view.mm', | 91 'base/cocoa/base_view.mm', |
92 'base/cocoa/events_mac.mm', | 92 'base/cocoa/events_mac.mm', |
93 'base/cocoa/focus_tracker.h', | 93 'base/cocoa/focus_tracker.h', |
94 'base/cocoa/focus_tracker.mm', | 94 'base/cocoa/focus_tracker.mm', |
95 'base/dragdrop/cocoa_dnd_util.h', | 95 'base/dragdrop/cocoa_dnd_util.h', |
96 'base/dragdrop/cocoa_dnd_util.mm', | 96 'base/dragdrop/cocoa_dnd_util.mm', |
97 'base/dragdrop/drag_drop_types_gtk.cc', | 97 'base/dragdrop/drag_drop_types_gtk.cc', |
98 'base/dragdrop/drag_drop_types.h', | 98 'base/dragdrop/drag_drop_types.h', |
99 'base/dragdrop/drag_drop_types_win.cc', | 99 'base/dragdrop/drag_drop_types_win.cc', |
| 100 'base/dragdrop/drag_utils.cc', |
| 101 'base/dragdrop/drag_utils.h', |
| 102 'base/dragdrop/drag_utils_aura.cc', |
| 103 'base/dragdrop/drag_utils_gtk.cc', |
| 104 'base/dragdrop/drag_utils_win.cc', |
100 'base/dragdrop/drag_source.cc', | 105 'base/dragdrop/drag_source.cc', |
101 'base/dragdrop/drag_source.h', | 106 'base/dragdrop/drag_source.h', |
102 'base/dragdrop/drop_target.cc', | 107 'base/dragdrop/drop_target.cc', |
103 'base/dragdrop/drop_target.h', | 108 'base/dragdrop/drop_target.h', |
104 'base/dragdrop/gtk_dnd_util.cc', | 109 'base/dragdrop/gtk_dnd_util.cc', |
105 'base/dragdrop/gtk_dnd_util.h', | 110 'base/dragdrop/gtk_dnd_util.h', |
106 'base/dragdrop/os_exchange_data.cc', | 111 'base/dragdrop/os_exchange_data.cc', |
107 'base/dragdrop/os_exchange_data.h', | 112 'base/dragdrop/os_exchange_data.h', |
108 'base/dragdrop/os_exchange_data_provider_aura.cc', | 113 'base/dragdrop/os_exchange_data_provider_aura.cc', |
109 'base/dragdrop/os_exchange_data_provider_aura.h', | 114 'base/dragdrop/os_exchange_data_provider_aura.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 686 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
682 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 687 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
683 ] | 688 ] |
684 } | 689 } |
685 ], | 690 ], |
686 }, | 691 }, |
687 ], | 692 ], |
688 }], | 693 }], |
689 ], | 694 ], |
690 } | 695 } |
OLD | NEW |