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

Side by Side Diff: ui/ui.gyp

Issue 11359194: Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/gfx/size_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) 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'gfx/screen_win.h', 492 'gfx/screen_win.h',
493 'gfx/scrollbar_size.cc', 493 'gfx/scrollbar_size.cc',
494 'gfx/scrollbar_size.h', 494 'gfx/scrollbar_size.h',
495 'gfx/selection_model.cc', 495 'gfx/selection_model.cc',
496 'gfx/selection_model.h', 496 'gfx/selection_model.h',
497 'gfx/shadow_value.cc', 497 'gfx/shadow_value.cc',
498 'gfx/shadow_value.h', 498 'gfx/shadow_value.h',
499 'gfx/size.cc', 499 'gfx/size.cc',
500 'gfx/size.h', 500 'gfx/size.h',
501 'gfx/size_base.h', 501 'gfx/size_base.h',
502 'gfx/size_base_impl.h',
503 'gfx/size_conversions.cc', 502 'gfx/size_conversions.cc',
504 'gfx/size_conversions.h', 503 'gfx/size_conversions.h',
505 'gfx/size_f.cc', 504 'gfx/size_f.cc',
506 'gfx/size_f.h', 505 'gfx/size_f.h',
507 'gfx/skbitmap_operations.cc', 506 'gfx/skbitmap_operations.cc',
508 'gfx/skbitmap_operations.h', 507 'gfx/skbitmap_operations.h',
509 'gfx/skia_util.cc', 508 'gfx/skia_util.cc',
510 'gfx/skia_util.h', 509 'gfx/skia_util.h',
511 'gfx/skia_utils_gtk.cc', 510 'gfx/skia_utils_gtk.cc',
512 'gfx/skia_utils_gtk.h', 511 'gfx/skia_utils_gtk.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 }, 894 },
896 'dependencies': [ 895 'dependencies': [
897 '../base/base.gyp:base_java', 896 '../base/base.gyp:base_java',
898 ], 897 ],
899 'includes': [ '../build/java.gypi' ], 898 'includes': [ '../build/java.gypi' ],
900 }, 899 },
901 ], 900 ],
902 }], 901 }],
903 ], 902 ],
904 } 903 }
OLDNEW
« no previous file with comments | « ui/gfx/size_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698