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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'base/gtk/gtk_windowing.cc', | 164 'base/gtk/gtk_windowing.cc', |
165 'base/gtk/gtk_windowing.h', | 165 'base/gtk/gtk_windowing.h', |
166 'base/gtk/menu_label_accelerator_util.cc', | 166 'base/gtk/menu_label_accelerator_util.cc', |
167 'base/gtk/menu_label_accelerator_util.h', | 167 'base/gtk/menu_label_accelerator_util.h', |
168 'base/gtk/owned_widget_gtk.cc', | 168 'base/gtk/owned_widget_gtk.cc', |
169 'base/gtk/owned_widget_gtk.h', | 169 'base/gtk/owned_widget_gtk.h', |
170 'base/gtk/scoped_gobject.h', | 170 'base/gtk/scoped_gobject.h', |
171 'base/gtk/scoped_region.cc', | 171 'base/gtk/scoped_region.cc', |
172 'base/gtk/scoped_region.h', | 172 'base/gtk/scoped_region.h', |
173 'base/hit_test.h', | 173 'base/hit_test.h', |
174 'base/javascript_message_type.h', | |
175 'base/keycodes/keyboard_code_conversion.cc', | 174 'base/keycodes/keyboard_code_conversion.cc', |
176 'base/keycodes/keyboard_code_conversion.h', | 175 'base/keycodes/keyboard_code_conversion.h', |
177 'base/keycodes/keyboard_code_conversion_gtk.cc', | 176 'base/keycodes/keyboard_code_conversion_gtk.cc', |
178 'base/keycodes/keyboard_code_conversion_gtk.h', | 177 'base/keycodes/keyboard_code_conversion_gtk.h', |
179 'base/keycodes/keyboard_code_conversion_mac.h', | 178 'base/keycodes/keyboard_code_conversion_mac.h', |
180 'base/keycodes/keyboard_code_conversion_mac.mm', | 179 'base/keycodes/keyboard_code_conversion_mac.mm', |
181 'base/keycodes/keyboard_code_conversion_win.cc', | 180 'base/keycodes/keyboard_code_conversion_win.cc', |
182 'base/keycodes/keyboard_code_conversion_win.h', | 181 'base/keycodes/keyboard_code_conversion_win.h', |
183 'base/keycodes/keyboard_code_conversion_x.cc', | 182 'base/keycodes/keyboard_code_conversion_x.cc', |
184 'base/keycodes/keyboard_code_conversion_x.h', | 183 'base/keycodes/keyboard_code_conversion_x.h', |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 720 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
722 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 721 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
723 ] | 722 ] |
724 } | 723 } |
725 ], | 724 ], |
726 }, | 725 }, |
727 ], | 726 ], |
728 }], | 727 }], |
729 ], | 728 ], |
730 } | 729 } |
OLD | NEW |