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

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: rm CONTEXT_EXPORT 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
« no previous file with comments | « ui/base/javascript_message_type.h ('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 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « ui/base/javascript_message_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698