| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'base/gtk/gtk_hig_constants.h', | 132 'base/gtk/gtk_hig_constants.h', |
| 133 'base/gtk/gtk_screen_utils.cc', | 133 'base/gtk/gtk_screen_utils.cc', |
| 134 'base/gtk/gtk_screen_utils.h', | 134 'base/gtk/gtk_screen_utils.h', |
| 135 'base/gtk/gtk_signal.h', | 135 'base/gtk/gtk_signal.h', |
| 136 'base/gtk/gtk_signal_registrar.cc', | 136 'base/gtk/gtk_signal_registrar.cc', |
| 137 'base/gtk/gtk_signal_registrar.h', | 137 'base/gtk/gtk_signal_registrar.h', |
| 138 'base/gtk/gtk_windowing.cc', | 138 'base/gtk/gtk_windowing.cc', |
| 139 'base/gtk/gtk_windowing.h', | 139 'base/gtk/gtk_windowing.h', |
| 140 'base/gtk/owned_widget_gtk.cc', | 140 'base/gtk/owned_widget_gtk.cc', |
| 141 'base/gtk/owned_widget_gtk.h', | 141 'base/gtk/owned_widget_gtk.h', |
| 142 'base/gtk/scoped_region.cc', |
| 143 'base/gtk/scoped_region.h', |
| 142 'base/gtk/tooltip_window_gtk.cc', | 144 'base/gtk/tooltip_window_gtk.cc', |
| 143 'base/gtk/tooltip_window_gtk.h', | 145 'base/gtk/tooltip_window_gtk.h', |
| 144 'base/hit_test.h', | 146 'base/hit_test.h', |
| 145 'base/javascript_message_type.h', | 147 'base/javascript_message_type.h', |
| 146 'base/keycodes/keyboard_code_conversion.cc', | 148 'base/keycodes/keyboard_code_conversion.cc', |
| 147 'base/keycodes/keyboard_code_conversion.h', | 149 'base/keycodes/keyboard_code_conversion.h', |
| 148 'base/keycodes/keyboard_code_conversion_gtk.cc', | 150 'base/keycodes/keyboard_code_conversion_gtk.cc', |
| 149 'base/keycodes/keyboard_code_conversion_gtk.h', | 151 'base/keycodes/keyboard_code_conversion_gtk.h', |
| 150 'base/keycodes/keyboard_code_conversion_mac.h', | 152 'base/keycodes/keyboard_code_conversion_mac.h', |
| 151 'base/keycodes/keyboard_code_conversion_mac.mm', | 153 'base/keycodes/keyboard_code_conversion_mac.mm', |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 689 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 688 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 690 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 689 ] | 691 ] |
| 690 } | 692 } |
| 691 ], | 693 ], |
| 692 }, | 694 }, |
| 693 ], | 695 ], |
| 694 }], | 696 }], |
| 695 ], | 697 ], |
| 696 } | 698 } |
| OLD | NEW |