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

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

Issue 1518543002: Adds MD ink ripple animations to buttons within location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MD ink ripple animations to buttons within location bar (with WidgetObserver) Created 4 years, 10 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'widget/tooltip_manager.h', 318 'widget/tooltip_manager.h',
319 'widget/widget.cc', 319 'widget/widget.cc',
320 'widget/widget.h', 320 'widget/widget.h',
321 'widget/widget_aura_utils.cc', 321 'widget/widget_aura_utils.cc',
322 'widget/widget_aura_utils.h', 322 'widget/widget_aura_utils.h',
323 'widget/widget_delegate.cc', 323 'widget/widget_delegate.cc',
324 'widget/widget_delegate.h', 324 'widget/widget_delegate.h',
325 'widget/widget_deletion_observer.cc', 325 'widget/widget_deletion_observer.cc',
326 'widget/widget_deletion_observer.h', 326 'widget/widget_deletion_observer.h',
327 'widget/widget_observer.h', 327 'widget/widget_observer.h',
328 'widget/widget_observer_view.h',
328 'widget/widget_removals_observer.h', 329 'widget/widget_removals_observer.h',
329 'window/client_view.cc', 330 'window/client_view.cc',
330 'window/client_view.h', 331 'window/client_view.h',
331 'window/custom_frame_view.cc', 332 'window/custom_frame_view.cc',
332 'window/custom_frame_view.h', 333 'window/custom_frame_view.h',
333 'window/dialog_client_view.cc', 334 'window/dialog_client_view.cc',
334 'window/dialog_client_view.h', 335 'window/dialog_client_view.h',
335 'window/dialog_delegate.cc', 336 'window/dialog_delegate.cc',
336 'window/dialog_delegate.h', 337 'window/dialog_delegate.h',
337 'window/frame_background.cc', 338 'window/frame_background.cc',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 '../aura/aura.gyp:aura', 983 '../aura/aura.gyp:aura',
983 '../wm/wm.gyp:wm', 984 '../wm/wm.gyp:wm',
984 ], 985 ],
985 }], 986 }],
986 ], 987 ],
987 }, # target_name: macviews_interactive_ui_tests 988 }, # target_name: macviews_interactive_ui_tests
988 ], # targets 989 ], # targets
989 }], 990 }],
990 ], # conditions 991 ], # conditions
991 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698