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

Side by Side Diff: ash/ash.gyp

Issue 2033553003: Add MD ink drop ripple to shelf app items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed TODO Created 4 years, 6 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 | « no previous file | ash/shelf/app_list_button.h » ('j') | 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'rotator/window_rotation.h', 405 'rotator/window_rotation.h',
406 'scoped_target_root_window.cc', 406 'scoped_target_root_window.cc',
407 'scoped_target_root_window.h', 407 'scoped_target_root_window.h',
408 'screen_util.cc', 408 'screen_util.cc',
409 'screen_util.h', 409 'screen_util.h',
410 'screenshot_delegate.h', 410 'screenshot_delegate.h',
411 'shelf/app_list_button.cc', 411 'shelf/app_list_button.cc',
412 'shelf/app_list_button.h', 412 'shelf/app_list_button.h',
413 'shelf/app_list_shelf_item_delegate.cc', 413 'shelf/app_list_shelf_item_delegate.cc',
414 'shelf/app_list_shelf_item_delegate.h', 414 'shelf/app_list_shelf_item_delegate.h',
415 'shelf/ink_drop_button_listener.h',
415 'shelf/overflow_bubble.cc', 416 'shelf/overflow_bubble.cc',
416 'shelf/overflow_bubble.h', 417 'shelf/overflow_bubble.h',
417 'shelf/overflow_bubble_view.cc', 418 'shelf/overflow_bubble_view.cc',
418 'shelf/overflow_bubble_view.h', 419 'shelf/overflow_bubble_view.h',
419 'shelf/overflow_button.cc', 420 'shelf/overflow_button.cc',
420 'shelf/overflow_button.h', 421 'shelf/overflow_button.h',
421 'shelf/scoped_observer_with_duplicated_sources.h', 422 'shelf/scoped_observer_with_duplicated_sources.h',
422 'shelf/shelf.cc', 423 'shelf/shelf.cc',
423 'shelf/shelf.h', 424 'shelf/shelf.h',
424 'shelf/shelf_bezel_event_filter.cc', 425 'shelf/shelf_bezel_event_filter.cc',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 'type': 'executable', 1242 'type': 'executable',
1242 'dependencies': [ 1243 'dependencies': [
1243 '../base/base.gyp:base', 1244 '../base/base.gyp:base',
1244 '../base/base.gyp:test_support_base', 1245 '../base/base.gyp:test_support_base',
1245 '../chrome/chrome_resources.gyp:packed_resources', 1246 '../chrome/chrome_resources.gyp:packed_resources',
1246 '../components/components.gyp:signin_core_account_id', 1247 '../components/components.gyp:signin_core_account_id',
1247 '../components/components.gyp:user_manager', 1248 '../components/components.gyp:user_manager',
1248 '../content/content.gyp:content_browser', 1249 '../content/content.gyp:content_browser',
1249 '../content/content_shell_and_tests.gyp:test_support_content', 1250 '../content/content_shell_and_tests.gyp:test_support_content',
1250 '../skia/skia.gyp:skia', 1251 '../skia/skia.gyp:skia',
1252 '../testing/gmock.gyp:gmock',
1251 '../testing/gtest.gyp:gtest', 1253 '../testing/gtest.gyp:gtest',
1252 '../third_party/icu/icu.gyp:icui18n', 1254 '../third_party/icu/icu.gyp:icui18n',
1253 '../third_party/icu/icu.gyp:icuuc', 1255 '../third_party/icu/icu.gyp:icuuc',
1254 '../ui/accessibility/accessibility.gyp:accessibility', 1256 '../ui/accessibility/accessibility.gyp:accessibility',
1255 '../ui/app_list/app_list.gyp:app_list', 1257 '../ui/app_list/app_list.gyp:app_list',
1256 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', 1258 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1257 '../ui/aura/aura.gyp:aura', 1259 '../ui/aura/aura.gyp:aura',
1258 '../ui/aura/aura.gyp:aura_test_support', 1260 '../ui/aura/aura.gyp:aura_test_support',
1259 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1261 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1260 '../ui/base/ui_base.gyp:ui_base', 1262 '../ui/base/ui_base.gyp:ui_base',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1453 ], 1455 ],
1454 } 1456 }
1455 ], 1457 ],
1456 ], 1458 ],
1457 }, 1459 },
1458 ], 1460 ],
1459 }], 1461 }],
1460 ], 1462 ],
1461 } 1463 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/app_list_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698