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

Side by Side Diff: ui/ui.gyp

Issue 7669040: content: Move render_widget_host_view_gtk to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix. Created 9 years, 4 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/text/text_elider_unittest.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'base/gtk/event_synthesis_gtk.h', 106 'base/gtk/event_synthesis_gtk.h',
107 'base/gtk/g_object_destructor_filo.cc', 107 'base/gtk/g_object_destructor_filo.cc',
108 'base/gtk/g_object_destructor_filo.h', 108 'base/gtk/g_object_destructor_filo.h',
109 'base/gtk/gtk_im_context_util.cc', 109 'base/gtk/gtk_im_context_util.cc',
110 'base/gtk/gtk_im_context_util.h', 110 'base/gtk/gtk_im_context_util.h',
111 'base/gtk/gtk_signal.h', 111 'base/gtk/gtk_signal.h',
112 'base/gtk/gtk_signal_registrar.cc', 112 'base/gtk/gtk_signal_registrar.cc',
113 'base/gtk/gtk_signal_registrar.h', 113 'base/gtk/gtk_signal_registrar.h',
114 'base/gtk/gtk_windowing.cc', 114 'base/gtk/gtk_windowing.cc',
115 'base/gtk/gtk_windowing.h', 115 'base/gtk/gtk_windowing.h',
116 'base/gtk/owned_widget_gtk.cc',
117 'base/gtk/owned_widget_gtk.h',
116 'base/ime/composition_text.cc', 118 'base/ime/composition_text.cc',
117 'base/ime/composition_text.h', 119 'base/ime/composition_text.h',
118 'base/ime/composition_underline.h', 120 'base/ime/composition_underline.h',
119 'base/ime/text_input_type.h', 121 'base/ime/text_input_type.h',
120 'base/keycodes/keyboard_code_conversion_gtk.cc', 122 'base/keycodes/keyboard_code_conversion_gtk.cc',
121 'base/keycodes/keyboard_code_conversion_gtk.h', 123 'base/keycodes/keyboard_code_conversion_gtk.h',
122 'base/keycodes/keyboard_code_conversion_mac.h', 124 'base/keycodes/keyboard_code_conversion_mac.h',
123 'base/keycodes/keyboard_code_conversion_mac.mm', 125 'base/keycodes/keyboard_code_conversion_mac.mm',
124 'base/keycodes/keyboard_code_conversion_win.cc', 126 'base/keycodes/keyboard_code_conversion_win.cc',
125 'base/keycodes/keyboard_code_conversion_win.h', 127 'base/keycodes/keyboard_code_conversion_win.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'configurations': { 523 'configurations': {
522 'Common_Base': { 524 'Common_Base': {
523 'msvs_target_platform': 'x64', 525 'msvs_target_platform': 'x64',
524 }, 526 },
525 }, 527 },
526 }, 528 },
527 ], 529 ],
528 }], 530 }],
529 ], 531 ],
530 } 532 }
OLDNEW
« no previous file with comments | « ui/base/text/text_elider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698