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

Side by Side Diff: ui/ui.gyp

Issue 10818011: Allow floating point rectangles to be sent via IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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) 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'gfx/platform_font_android.cc', 394 'gfx/platform_font_android.cc',
395 'gfx/platform_font_pango.h', 395 'gfx/platform_font_pango.h',
396 'gfx/platform_font_pango.cc', 396 'gfx/platform_font_pango.cc',
397 'gfx/platform_font_mac.h', 397 'gfx/platform_font_mac.h',
398 'gfx/platform_font_mac.mm', 398 'gfx/platform_font_mac.mm',
399 'gfx/platform_font_win.h', 399 'gfx/platform_font_win.h',
400 'gfx/platform_font_win.cc', 400 'gfx/platform_font_win.cc',
401 'gfx/point.cc', 401 'gfx/point.cc',
402 'gfx/point.h', 402 'gfx/point.h',
403 'gfx/point_base.h', 403 'gfx/point_base.h',
404 'gfx/point_f.cc',
405 'gfx/point_f.h',
404 'gfx/rect.cc', 406 'gfx/rect.cc',
405 'gfx/rect.h', 407 'gfx/rect.h',
406 'gfx/rect_base.h', 408 'gfx/rect_base.h',
407 'gfx/rect_base_impl.h', 409 'gfx/rect_base_impl.h',
410 'gfx/rect_f.cc',
411 'gfx/rect_f.h',
408 'gfx/render_text.cc', 412 'gfx/render_text.cc',
409 'gfx/render_text.h', 413 'gfx/render_text.h',
410 'gfx/render_text_mac.cc', 414 'gfx/render_text_mac.cc',
411 'gfx/render_text_mac.h', 415 'gfx/render_text_mac.h',
412 'gfx/render_text_linux.cc', 416 'gfx/render_text_linux.cc',
413 'gfx/render_text_linux.h', 417 'gfx/render_text_linux.h',
414 'gfx/render_text_win.cc', 418 'gfx/render_text_win.cc',
415 'gfx/render_text_win.h', 419 'gfx/render_text_win.h',
416 'gfx/screen.h', 420 'gfx/screen.h',
417 'gfx/screen_android.cc', 421 'gfx/screen_android.cc',
418 'gfx/screen_aura.cc', 422 'gfx/screen_aura.cc',
419 'gfx/screen_gtk.cc', 423 'gfx/screen_gtk.cc',
420 'gfx/screen_impl.h', 424 'gfx/screen_impl.h',
421 'gfx/screen_mac.mm', 425 'gfx/screen_mac.mm',
422 'gfx/screen_win.cc', 426 'gfx/screen_win.cc',
423 'gfx/scoped_cg_context_save_gstate_mac.h', 427 'gfx/scoped_cg_context_save_gstate_mac.h',
424 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 428 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
425 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 429 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
426 'gfx/scrollbar_size.cc', 430 'gfx/scrollbar_size.cc',
427 'gfx/scrollbar_size.h', 431 'gfx/scrollbar_size.h',
428 'gfx/selection_model.cc', 432 'gfx/selection_model.cc',
429 'gfx/selection_model.h', 433 'gfx/selection_model.h',
430 'gfx/shadow_value.cc', 434 'gfx/shadow_value.cc',
431 'gfx/shadow_value.h', 435 'gfx/shadow_value.h',
432 'gfx/size.cc', 436 'gfx/size.cc',
433 'gfx/size.h', 437 'gfx/size.h',
434 'gfx/size_base.h', 438 'gfx/size_base.h',
435 'gfx/size_base_impl.h', 439 'gfx/size_base_impl.h',
440 'gfx/size_f.cc',
441 'gfx/size_f.h',
436 'gfx/skbitmap_operations.cc', 442 'gfx/skbitmap_operations.cc',
437 'gfx/skbitmap_operations.h', 443 'gfx/skbitmap_operations.h',
438 'gfx/skia_util.cc', 444 'gfx/skia_util.cc',
439 'gfx/skia_util.h', 445 'gfx/skia_util.h',
440 'gfx/skia_utils_gtk.cc', 446 'gfx/skia_utils_gtk.cc',
441 'gfx/skia_utils_gtk.h', 447 'gfx/skia_utils_gtk.h',
442 'gfx/sys_color_change_listener.cc', 448 'gfx/sys_color_change_listener.cc',
443 'gfx/sys_color_change_listener.h', 449 'gfx/sys_color_change_listener.h',
444 'gfx/transform.cc', 450 'gfx/transform.cc',
445 'gfx/transform.h', 451 'gfx/transform.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 754 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
749 'os.chmod(\'<(ui_copy_dest)\', 0700)' 755 'os.chmod(\'<(ui_copy_dest)\', 0700)'
750 ] 756 ]
751 } 757 }
752 ], 758 ],
753 }, 759 },
754 ], 760 ],
755 }], 761 }],
756 ], 762 ],
757 } 763 }
OLDNEW
« content/public/common/common_param_traits.cc ('K') | « content/public/common/common_param_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698