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

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 (reverted a bad change) 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'widget/tooltip_manager.h', 316 'widget/tooltip_manager.h',
317 'widget/widget.cc', 317 'widget/widget.cc',
318 'widget/widget.h', 318 'widget/widget.h',
319 'widget/widget_aura_utils.cc', 319 'widget/widget_aura_utils.cc',
320 'widget/widget_aura_utils.h', 320 'widget/widget_aura_utils.h',
321 'widget/widget_delegate.cc', 321 'widget/widget_delegate.cc',
322 'widget/widget_delegate.h', 322 'widget/widget_delegate.h',
323 'widget/widget_deletion_observer.cc', 323 'widget/widget_deletion_observer.cc',
324 'widget/widget_deletion_observer.h', 324 'widget/widget_deletion_observer.h',
325 'widget/widget_observer.h', 325 'widget/widget_observer.h',
326 'widget/widget_observer_view.h',
326 'widget/widget_removals_observer.h', 327 'widget/widget_removals_observer.h',
327 'window/client_view.cc', 328 'window/client_view.cc',
328 'window/client_view.h', 329 'window/client_view.h',
329 'window/custom_frame_view.cc', 330 'window/custom_frame_view.cc',
330 'window/custom_frame_view.h', 331 'window/custom_frame_view.h',
331 'window/dialog_client_view.cc', 332 'window/dialog_client_view.cc',
332 'window/dialog_client_view.h', 333 'window/dialog_client_view.h',
333 'window/dialog_delegate.cc', 334 'window/dialog_delegate.cc',
334 'window/dialog_delegate.h', 335 'window/dialog_delegate.h',
335 'window/frame_background.cc', 336 'window/frame_background.cc',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '../aura/aura.gyp:aura', 974 '../aura/aura.gyp:aura',
974 '../wm/wm.gyp:wm', 975 '../wm/wm.gyp:wm',
975 ], 976 ],
976 }], 977 }],
977 ], 978 ],
978 }, # target_name: macviews_interactive_ui_tests 979 }, # target_name: macviews_interactive_ui_tests
979 ], # targets 980 ], # targets
980 }], 981 }],
981 ], # conditions 982 ], # conditions
982 } 983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698