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

Side by Side Diff: ui/ui.gyp

Issue 7748026: content: Reapply "Start splitting up chrome/browser/ui/gtk/gtk_util.h" (r98287) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on Monday. Created 9 years, 3 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/gtk_hig_constants.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'base/gtk/event_synthesis_gtk.cc', 105 'base/gtk/event_synthesis_gtk.cc',
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_expanded_container.cc', 109 'base/gtk/gtk_expanded_container.cc',
110 'base/gtk/gtk_expanded_container.h', 110 'base/gtk/gtk_expanded_container.h',
111 'base/gtk/gtk_floating_container.cc', 111 'base/gtk/gtk_floating_container.cc',
112 'base/gtk/gtk_floating_container.h', 112 'base/gtk/gtk_floating_container.h',
113 'base/gtk/gtk_im_context_util.cc', 113 'base/gtk/gtk_im_context_util.cc',
114 'base/gtk/gtk_im_context_util.h', 114 'base/gtk/gtk_im_context_util.h',
115 'base/gtk/gtk_hig_constants.cc',
116 'base/gtk/gtk_hig_constants.h',
115 'base/gtk/gtk_signal.h', 117 'base/gtk/gtk_signal.h',
116 'base/gtk/gtk_signal_registrar.cc', 118 'base/gtk/gtk_signal_registrar.cc',
117 'base/gtk/gtk_signal_registrar.h', 119 'base/gtk/gtk_signal_registrar.h',
118 'base/gtk/gtk_windowing.cc', 120 'base/gtk/gtk_windowing.cc',
119 'base/gtk/gtk_windowing.h', 121 'base/gtk/gtk_windowing.h',
120 'base/gtk/owned_widget_gtk.cc', 122 'base/gtk/owned_widget_gtk.cc',
121 'base/gtk/owned_widget_gtk.h', 123 'base/gtk/owned_widget_gtk.h',
122 'base/gtk/tooltip_window_gtk.cc', 124 'base/gtk/tooltip_window_gtk.cc',
123 'base/gtk/tooltip_window_gtk.h', 125 'base/gtk/tooltip_window_gtk.h',
124 'base/ime/composition_text.cc', 126 'base/ime/composition_text.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'configurations': { 538 'configurations': {
537 'Common_Base': { 539 'Common_Base': {
538 'msvs_target_platform': 'x64', 540 'msvs_target_platform': 'x64',
539 }, 541 },
540 }, 542 },
541 }, 543 },
542 ], 544 ],
543 }], 545 }],
544 ], 546 ],
545 } 547 }
OLDNEW
« no previous file with comments | « ui/base/gtk/gtk_hig_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698