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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'animation/throb_animation.cc', 118 'animation/throb_animation.cc',
119 'animation/throb_animation.h', 119 'animation/throb_animation.h',
120 'animation/tween.cc', 120 'animation/tween.cc',
121 'animation/tween.h', 121 'animation/tween.h',
122 'blit.cc', 122 'blit.cc',
123 'blit.h', 123 'blit.h',
124 'break_list.h', 124 'break_list.h',
125 'canvas.cc', 125 'canvas.cc',
126 'canvas.h', 126 'canvas.h',
127 'canvas_android.cc', 127 'canvas_android.cc',
128 'canvas_paint_gtk.cc',
129 'canvas_paint_gtk.h',
130 'canvas_paint_mac.h', 128 'canvas_paint_mac.h',
131 'canvas_paint_mac.mm', 129 'canvas_paint_mac.mm',
132 'canvas_paint_win.cc', 130 'canvas_paint_win.cc',
133 'canvas_paint_win.h', 131 'canvas_paint_win.h',
134 'canvas_skia.cc', 132 'canvas_skia.cc',
135 'canvas_skia_paint.h', 133 'canvas_skia_paint.h',
136 'codec/jpeg_codec.cc', 134 'codec/jpeg_codec.cc',
137 'codec/jpeg_codec.h', 135 'codec/jpeg_codec.h',
138 'codec/png_codec.cc', 136 'codec/png_codec.cc',
139 'codec/png_codec.h', 137 'codec/png_codec.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'ozone/surface_factory_ozone.h', 219 'ozone/surface_factory_ozone.h',
222 'ozone/surface_ozone_egl.h', 220 'ozone/surface_ozone_egl.h',
223 'ozone/surface_ozone_canvas.h', 221 'ozone/surface_ozone_canvas.h',
224 'ozone/overlay_candidates_ozone.cc', 222 'ozone/overlay_candidates_ozone.cc',
225 'ozone/overlay_candidates_ozone.h', 223 'ozone/overlay_candidates_ozone.h',
226 'pango_util.cc', 224 'pango_util.cc',
227 'pango_util.h', 225 'pango_util.h',
228 'path.cc', 226 'path.cc',
229 'path.h', 227 'path.h',
230 'path_aura.cc', 228 'path_aura.cc',
231 'path_gtk.cc',
232 'path_win.cc', 229 'path_win.cc',
233 'path_win.h', 230 'path_win.h',
234 'path_x11.cc', 231 'path_x11.cc',
235 'path_x11.h', 232 'path_x11.h',
236 'platform_font.h', 233 'platform_font.h',
237 'platform_font_android.cc', 234 'platform_font_android.cc',
238 'platform_font_ios.h', 235 'platform_font_ios.h',
239 'platform_font_ios.mm', 236 'platform_font_ios.mm',
240 'platform_font_mac.h', 237 'platform_font_mac.h',
241 'platform_font_mac.mm', 238 'platform_font_mac.mm',
(...skipping 18 matching lines...) Expand all
260 'scoped_canvas.h', 257 'scoped_canvas.h',
261 'scoped_cg_context_save_gstate_mac.h', 258 'scoped_cg_context_save_gstate_mac.h',
262 'scoped_ns_graphics_context_save_gstate_mac.h', 259 'scoped_ns_graphics_context_save_gstate_mac.h',
263 'scoped_ns_graphics_context_save_gstate_mac.mm', 260 'scoped_ns_graphics_context_save_gstate_mac.mm',
264 'scoped_ui_graphics_push_context_ios.h', 261 'scoped_ui_graphics_push_context_ios.h',
265 'scoped_ui_graphics_push_context_ios.mm', 262 'scoped_ui_graphics_push_context_ios.mm',
266 'screen.cc', 263 'screen.cc',
267 'screen.h', 264 'screen.h',
268 'screen_android.cc', 265 'screen_android.cc',
269 'screen_aura.cc', 266 'screen_aura.cc',
270 'screen_gtk.cc',
271 'screen_ios.mm', 267 'screen_ios.mm',
272 'screen_mac.mm', 268 'screen_mac.mm',
273 'screen_win.cc', 269 'screen_win.cc',
274 'screen_win.h', 270 'screen_win.h',
275 'scrollbar_size.cc', 271 'scrollbar_size.cc',
276 'scrollbar_size.h', 272 'scrollbar_size.h',
277 'selection_model.cc', 273 'selection_model.cc',
278 'selection_model.h', 274 'selection_model.h',
279 'sequential_id_generator.cc', 275 'sequential_id_generator.cc',
280 'sequential_id_generator.h', 276 'sequential_id_generator.h',
281 'shadow_value.cc', 277 'shadow_value.cc',
282 'shadow_value.h', 278 'shadow_value.h',
283 'skbitmap_operations.cc', 279 'skbitmap_operations.cc',
284 'skbitmap_operations.h', 280 'skbitmap_operations.h',
285 'skia_util.cc', 281 'skia_util.cc',
286 'skia_util.h', 282 'skia_util.h',
287 'skia_utils_gtk.cc',
288 'skia_utils_gtk.h',
289 'switches.cc', 283 'switches.cc',
290 'switches.h', 284 'switches.h',
291 'sys_color_change_listener.cc', 285 'sys_color_change_listener.cc',
292 'sys_color_change_listener.h', 286 'sys_color_change_listener.h',
293 'text_constants.h', 287 'text_constants.h',
294 'text_elider.cc', 288 'text_elider.cc',
295 'text_elider.h', 289 'text_elider.h',
296 'text_utils.cc', 290 'text_utils.cc',
297 'text_utils.h', 291 'text_utils.h',
298 'text_utils_android.cc', 292 'text_utils_android.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ], 547 ],
554 'variables': { 548 'variables': {
555 'test_suite_name': 'gfx_unittests', 549 'test_suite_name': 'gfx_unittests',
556 }, 550 },
557 'includes': [ '../../build/apk_test.gypi' ], 551 'includes': [ '../../build/apk_test.gypi' ],
558 }, 552 },
559 ], 553 ],
560 }], 554 }],
561 ], 555 ],
562 } 556 }
OLDNEW
« ui/base/webui/web_ui_util.cc ('K') | « ui/gfx/geometry/rect.cc ('k') | ui/gfx/gtk_compat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698