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

Side by Side Diff: ui/ui.gyp

Issue 10451047: content: Move javascript_message_type.h into content/ from ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 743 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 744 ]
746 } 745 }
747 ], 746 ],
748 }, 747 },
749 ], 748 ],
750 }], 749 }],
751 ], 750 ],
752 } 751 }
OLDNEW
« content/public/browser/javascript_message_type.h ('K') | « ui/base/javascript_message_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698