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

Side by Side Diff: app/app.gyp

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | app/gfx/blit.h » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # TODO: remove this helper when we have loops in GYP 7 # TODO: remove this helper when we have loops in GYP
8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], 8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',],
9 'chromium_code': 1, 9 'chromium_code': 1,
10 }, 10 },
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'gfx/color_utils.cc', 100 'gfx/color_utils.cc',
101 'gfx/color_utils.h', 101 'gfx/color_utils.h',
102 'gfx/favicon_size.h', 102 'gfx/favicon_size.h',
103 'gfx/gdi_util.cc', 103 'gfx/gdi_util.cc',
104 'gfx/gdi_util.h', 104 'gfx/gdi_util.h',
105 'gfx/gtk_util.cc', 105 'gfx/gtk_util.cc',
106 'gfx/gtk_util.h', 106 'gfx/gtk_util.h',
107 'gfx/icon_util.cc', 107 'gfx/icon_util.cc',
108 'gfx/icon_util.h', 108 'gfx/icon_util.h',
109 'gfx/insets.h', 109 'gfx/insets.h',
110 'gfx/native_widget_types.h',
111 'gfx/native_widget_types_gtk.cc',
110 'gfx/native_theme_win.cc', 112 'gfx/native_theme_win.cc',
111 'gfx/native_theme_win.h', 113 'gfx/native_theme_win.h',
114 'gfx/gtk_native_view_id_manager.cc',
115 'gfx/gtk_native_view_id_manager.h',
112 'gfx/path_gtk.cc', 116 'gfx/path_gtk.cc',
113 'gfx/path_win.cc', 117 'gfx/path_win.cc',
114 'gfx/path.h', 118 'gfx/path.h',
115 'gfx/skbitmap_operations.cc', 119 'gfx/skbitmap_operations.cc',
116 'gfx/skbitmap_operations.h', 120 'gfx/skbitmap_operations.h',
117 'gfx/text_elider.cc', 121 'gfx/text_elider.cc',
118 'gfx/text_elider.h', 122 'gfx/text_elider.h',
119 'gtk_dnd_util.cc', 123 'gtk_dnd_util.cc',
120 'gtk_dnd_util.h', 124 'gtk_dnd_util.h',
121 'l10n_util.cc', 125 'l10n_util.cc',
(...skipping 25 matching lines...) Expand all
147 'sql/statement.h', 151 'sql/statement.h',
148 'sql/transaction.cc', 152 'sql/transaction.cc',
149 'sql/transaction.h', 153 'sql/transaction.h',
150 'theme_provider.cc', 154 'theme_provider.cc',
151 'theme_provider.h', 155 'theme_provider.h',
152 'throb_animation.cc', 156 'throb_animation.cc',
153 'throb_animation.h', 157 'throb_animation.h',
154 'table_model.cc', 158 'table_model.cc',
155 'table_model.h', 159 'table_model.h',
156 'table_model_observer.h', 160 'table_model_observer.h',
161 'win/window_impl.cc',
162 'win/window_impl.h',
157 ], 163 ],
158 'direct_dependent_settings': { 164 'direct_dependent_settings': {
159 'include_dirs': [ 165 'include_dirs': [
160 '..', 166 '..',
161 ], 167 ],
162 }, 168 },
163 'conditions': [ 169 'conditions': [
164 ['OS=="linux"', { 170 ['OS=="linux"', {
165 'dependencies': [ 171 'dependencies': [
166 # font_gtk.cc uses fontconfig. 172 # font_gtk.cc uses fontconfig.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 ['OS!="win"', { 204 ['OS!="win"', {
199 'sources!': [ 205 'sources!': [
200 'drag_drop_types.h', 206 'drag_drop_types.h',
201 'gfx/gdi_util.cc', 207 'gfx/gdi_util.cc',
202 'gfx/gdi_util.h', 208 'gfx/gdi_util.h',
203 'gfx/icon_util.cc', 209 'gfx/icon_util.cc',
204 'gfx/icon_util.h', 210 'gfx/icon_util.h',
205 'gfx/native_theme_win.cc', 211 'gfx/native_theme_win.cc',
206 'gfx/native_theme_win.h', 212 'gfx/native_theme_win.h',
207 'os_exchange_data.cc', 213 'os_exchange_data.cc',
214 'win/window_impl.cc',
215 'win/window_impl.h',
208 ], 216 ],
209 }], 217 }],
210 ['OS!="linux"', { 218 ['OS!="linux"', {
211 'sources!': [ 219 'sources!': [
212 'gfx/gtk_util.cc', 220 'gfx/gtk_util.cc',
213 'gfx/gtk_util.h', 221 'gfx/gtk_util.h',
214 'gtk_dnd_util.cc', 222 'gtk_dnd_util.cc',
215 'gtk_dnd_util.h', 223 'gtk_dnd_util.h',
216 ], 224 ],
217 }], 225 }],
(...skipping 16 matching lines...) Expand all
234 '../third_party/libxml/libxml.gyp:libxml', 242 '../third_party/libxml/libxml.gyp:libxml',
235 '../third_party/zlib/zlib.gyp:zlib', 243 '../third_party/zlib/zlib.gyp:zlib',
236 ], 244 ],
237 'sources': [ 245 'sources': [
238 'animation_unittest.cc', 246 'animation_unittest.cc',
239 'clipboard/clipboard_unittest.cc', 247 'clipboard/clipboard_unittest.cc',
240 'gfx/codec/jpeg_codec_unittest.cc', 248 'gfx/codec/jpeg_codec_unittest.cc',
241 'gfx/codec/png_codec_unittest.cc', 249 'gfx/codec/png_codec_unittest.cc',
242 'gfx/color_utils_unittest.cc', 250 'gfx/color_utils_unittest.cc',
243 'gfx/font_unittest.cc', 251 'gfx/font_unittest.cc',
252 'gfx/gtk_native_view_id_manager.cc',
253 'gfx/gtk_native_view_id_manager.h',
244 'gfx/icon_util_unittest.cc', 254 'gfx/icon_util_unittest.cc',
245 'gfx/native_theme_win_unittest.cc', 255 'gfx/native_theme_win_unittest.cc',
246 'gfx/skbitmap_operations_unittest.cc', 256 'gfx/skbitmap_operations_unittest.cc',
247 'gfx/text_elider_unittest.cc', 257 'gfx/text_elider_unittest.cc',
248 'l10n_util_mac_unittest.mm', 258 'l10n_util_mac_unittest.mm',
249 'l10n_util_unittest.cc', 259 'l10n_util_unittest.cc',
250 'os_exchange_data_win_unittest.cc', 260 'os_exchange_data_win_unittest.cc',
251 'run_all_unittests.cc', 261 'run_all_unittests.cc',
252 'test_suite.h', 262 'test_suite.h',
253 'sql/connection_unittest.cc', 263 'sql/connection_unittest.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ], 414 ],
405 }, 415 },
406 ], 416 ],
407 } 417 }
408 418
409 # Local Variables: 419 # Local Variables:
410 # tab-width:2 420 # tab-width:2
411 # indent-tabs-mode:nil 421 # indent-tabs-mode:nil
412 # End: 422 # End:
413 # vim: set expandtab tabstop=2 shiftwidth=2: 423 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | app/gfx/blit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698