Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: ui/ui.gyp

Issue 10008058: Remove obsolete chromeos specific code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/base/gtk/tooltip_window_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'base/gtk/gtk_signal.h', 159 'base/gtk/gtk_signal.h',
160 'base/gtk/gtk_signal_registrar.cc', 160 'base/gtk/gtk_signal_registrar.cc',
161 'base/gtk/gtk_signal_registrar.h', 161 'base/gtk/gtk_signal_registrar.h',
162 'base/gtk/gtk_windowing.cc', 162 'base/gtk/gtk_windowing.cc',
163 'base/gtk/gtk_windowing.h', 163 'base/gtk/gtk_windowing.h',
164 'base/gtk/owned_widget_gtk.cc', 164 'base/gtk/owned_widget_gtk.cc',
165 'base/gtk/owned_widget_gtk.h', 165 'base/gtk/owned_widget_gtk.h',
166 'base/gtk/scoped_gobject.h', 166 'base/gtk/scoped_gobject.h',
167 'base/gtk/scoped_region.cc', 167 'base/gtk/scoped_region.cc',
168 'base/gtk/scoped_region.h', 168 'base/gtk/scoped_region.h',
169 'base/gtk/tooltip_window_gtk.cc',
170 'base/gtk/tooltip_window_gtk.h',
171 'base/hit_test.h', 169 'base/hit_test.h',
172 'base/javascript_message_type.h', 170 'base/javascript_message_type.h',
173 'base/keycodes/keyboard_code_conversion.cc', 171 'base/keycodes/keyboard_code_conversion.cc',
174 'base/keycodes/keyboard_code_conversion.h', 172 'base/keycodes/keyboard_code_conversion.h',
175 'base/keycodes/keyboard_code_conversion_gtk.cc', 173 'base/keycodes/keyboard_code_conversion_gtk.cc',
176 'base/keycodes/keyboard_code_conversion_gtk.h', 174 'base/keycodes/keyboard_code_conversion_gtk.h',
177 'base/keycodes/keyboard_code_conversion_mac.h', 175 'base/keycodes/keyboard_code_conversion_mac.h',
178 'base/keycodes/keyboard_code_conversion_mac.mm', 176 'base/keycodes/keyboard_code_conversion_mac.mm',
179 'base/keycodes/keyboard_code_conversion_win.cc', 177 'base/keycodes/keyboard_code_conversion_win.cc',
180 'base/keycodes/keyboard_code_conversion_win.h', 178 'base/keycodes/keyboard_code_conversion_win.h',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 725 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
728 'os.chmod(\'<(ui_copy_dest)\', 0700)' 726 'os.chmod(\'<(ui_copy_dest)\', 0700)'
729 ] 727 ]
730 } 728 }
731 ], 729 ],
732 }, 730 },
733 ], 731 ],
734 }], 732 }],
735 ], 733 ],
736 } 734 }
OLDNEW
« no previous file with comments | « ui/base/gtk/tooltip_window_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698