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

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

Issue 1949143003: Added pretty printers for some Ink Drop enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed primitive pass by refs. Created 4 years, 7 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
« no previous file with comments | « ui/views/animation/test/ink_drop_utils.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 ], 492 ],
493 'views_test_support_sources': [ 493 'views_test_support_sources': [
494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc', 494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc',
495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h',
496 'animation/test/ink_drop_ripple_test_api.cc', 496 'animation/test/ink_drop_ripple_test_api.cc',
497 'animation/test/ink_drop_ripple_test_api.h', 497 'animation/test/ink_drop_ripple_test_api.h',
498 'animation/test/ink_drop_animation_controller_impl_test_api.cc', 498 'animation/test/ink_drop_animation_controller_impl_test_api.cc',
499 'animation/test/ink_drop_animation_controller_impl_test_api.h', 499 'animation/test/ink_drop_animation_controller_impl_test_api.h',
500 'animation/test/ink_drop_hover_test_api.cc', 500 'animation/test/ink_drop_hover_test_api.cc',
501 'animation/test/ink_drop_hover_test_api.h', 501 'animation/test/ink_drop_hover_test_api.h',
502 'animation/test/ink_drop_utils.cc',
502 'animation/test/square_ink_drop_ripple_test_api.cc', 503 'animation/test/square_ink_drop_ripple_test_api.cc',
503 'animation/test/square_ink_drop_ripple_test_api.h', 504 'animation/test/square_ink_drop_ripple_test_api.h',
504 'animation/test/test_ink_drop_ripple_observer.cc', 505 'animation/test/test_ink_drop_ripple_observer.cc',
505 'animation/test/test_ink_drop_ripple_observer.h', 506 'animation/test/test_ink_drop_ripple_observer.h',
506 'animation/test/test_ink_drop_animation_observer_helper.h', 507 'animation/test/test_ink_drop_animation_observer_helper.h',
507 'animation/test/test_ink_drop_host.cc', 508 'animation/test/test_ink_drop_host.cc',
508 'animation/test/test_ink_drop_host.h', 509 'animation/test/test_ink_drop_host.h',
509 'animation/test/test_ink_drop_hover_observer.cc', 510 'animation/test/test_ink_drop_hover_observer.cc',
510 'animation/test/test_ink_drop_hover_observer.h', 511 'animation/test/test_ink_drop_hover_observer.h',
511 'animation/test/test_ink_drop_delegate.cc', 512 'animation/test/test_ink_drop_delegate.cc',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 '../aura/aura.gyp:aura', 1039 '../aura/aura.gyp:aura',
1039 '../wm/wm.gyp:wm', 1040 '../wm/wm.gyp:wm',
1040 ], 1041 ],
1041 }], 1042 }],
1042 ], 1043 ],
1043 }, # target_name: macviews_interactive_ui_tests 1044 }, # target_name: macviews_interactive_ui_tests
1044 ], # targets 1045 ], # targets
1045 }], 1046 }],
1046 ], # conditions 1047 ], # conditions
1047 } 1048 }
OLDNEW
« no previous file with comments | « ui/views/animation/test/ink_drop_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698