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

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: Added tests 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') | ash/shelf/overflow_button.h » ('J')
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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 'type': 'executable', 1235 'type': 'executable',
1236 'dependencies': [ 1236 'dependencies': [
1237 '../base/base.gyp:base', 1237 '../base/base.gyp:base',
1238 '../base/base.gyp:test_support_base', 1238 '../base/base.gyp:test_support_base',
1239 '../chrome/chrome_resources.gyp:packed_resources', 1239 '../chrome/chrome_resources.gyp:packed_resources',
1240 '../components/components.gyp:signin_core_account_id', 1240 '../components/components.gyp:signin_core_account_id',
1241 '../components/components.gyp:user_manager', 1241 '../components/components.gyp:user_manager',
1242 '../content/content.gyp:content_browser', 1242 '../content/content.gyp:content_browser',
1243 '../content/content_shell_and_tests.gyp:test_support_content', 1243 '../content/content_shell_and_tests.gyp:test_support_content',
1244 '../skia/skia.gyp:skia', 1244 '../skia/skia.gyp:skia',
1245 '../testing/gmock.gyp:gmock',
1245 '../testing/gtest.gyp:gtest', 1246 '../testing/gtest.gyp:gtest',
1246 '../third_party/icu/icu.gyp:icui18n', 1247 '../third_party/icu/icu.gyp:icui18n',
1247 '../third_party/icu/icu.gyp:icuuc', 1248 '../third_party/icu/icu.gyp:icuuc',
1248 '../ui/accessibility/accessibility.gyp:accessibility', 1249 '../ui/accessibility/accessibility.gyp:accessibility',
1249 '../ui/app_list/app_list.gyp:app_list', 1250 '../ui/app_list/app_list.gyp:app_list',
1250 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', 1251 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1251 '../ui/aura/aura.gyp:aura', 1252 '../ui/aura/aura.gyp:aura',
1252 '../ui/aura/aura.gyp:aura_test_support', 1253 '../ui/aura/aura.gyp:aura_test_support',
1253 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1254 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1254 '../ui/base/ui_base.gyp:ui_base', 1255 '../ui/base/ui_base.gyp:ui_base',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1447 ], 1448 ],
1448 } 1449 }
1449 ], 1450 ],
1450 ], 1451 ],
1451 }, 1452 },
1452 ], 1453 ],
1453 }], 1454 }],
1454 ], 1455 ],
1455 } 1456 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/app_list_button.h » ('j') | ash/shelf/overflow_button.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698