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

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

Issue 1778643002: Moved AppMenu ACTIVATED/DEACTIVATED ink drop handling in to MenuButton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compile time typo Created 4 years, 9 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
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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'animation/test/flood_fill_ink_drop_animation_test_api.cc', 487 'animation/test/flood_fill_ink_drop_animation_test_api.cc',
488 'animation/test/flood_fill_ink_drop_animation_test_api.h', 488 'animation/test/flood_fill_ink_drop_animation_test_api.h',
489 'animation/test/ink_drop_animation_test_api.cc', 489 'animation/test/ink_drop_animation_test_api.cc',
490 'animation/test/ink_drop_animation_test_api.h', 490 'animation/test/ink_drop_animation_test_api.h',
491 'animation/test/square_ink_drop_animation_test_api.cc', 491 'animation/test/square_ink_drop_animation_test_api.cc',
492 'animation/test/square_ink_drop_animation_test_api.h', 492 'animation/test/square_ink_drop_animation_test_api.h',
493 'animation/test/test_ink_drop_animation_observer.cc', 493 'animation/test/test_ink_drop_animation_observer.cc',
494 'animation/test/test_ink_drop_animation_observer.h', 494 'animation/test/test_ink_drop_animation_observer.h',
495 'animation/test/test_ink_drop_host.cc', 495 'animation/test/test_ink_drop_host.cc',
496 'animation/test/test_ink_drop_host.h', 496 'animation/test/test_ink_drop_host.h',
497 'animation/test/test_ink_drop_delegate.cc',
498 'animation/test/test_ink_drop_delegate.h',
497 'controls/textfield/textfield_test_api.cc', 499 'controls/textfield/textfield_test_api.cc',
498 'controls/textfield/textfield_test_api.h', 500 'controls/textfield/textfield_test_api.h',
499 'test/capture_tracking_view.cc', 501 'test/capture_tracking_view.cc',
500 'test/capture_tracking_view.h', 502 'test/capture_tracking_view.h',
501 'test/combobox_test_api.cc', 503 'test/combobox_test_api.cc',
502 'test/combobox_test_api.h', 504 'test/combobox_test_api.h',
503 'test/desktop_test_views_delegate.h', 505 'test/desktop_test_views_delegate.h',
504 'test/desktop_test_views_delegate_mac.mm', 506 'test/desktop_test_views_delegate_mac.mm',
505 'test/event_generator_delegate_mac.h', 507 'test/event_generator_delegate_mac.h',
506 'test/event_generator_delegate_mac.mm', 508 'test/event_generator_delegate_mac.mm',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../aura/aura.gyp:aura', 1013 '../aura/aura.gyp:aura',
1012 '../wm/wm.gyp:wm', 1014 '../wm/wm.gyp:wm',
1013 ], 1015 ],
1014 }], 1016 }],
1015 ], 1017 ],
1016 }, # target_name: macviews_interactive_ui_tests 1018 }, # target_name: macviews_interactive_ui_tests
1017 ], # targets 1019 ], # targets
1018 }], 1020 }],
1019 ], # conditions 1021 ], # conditions
1020 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698