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

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: Fixed DLL export issue 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/ink_drop_button_listener.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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'rotator/window_rotation.h', 356 'rotator/window_rotation.h',
357 'scoped_target_root_window.cc', 357 'scoped_target_root_window.cc',
358 'scoped_target_root_window.h', 358 'scoped_target_root_window.h',
359 'screen_util.cc', 359 'screen_util.cc',
360 'screen_util.h', 360 'screen_util.h',
361 'screenshot_delegate.h', 361 'screenshot_delegate.h',
362 'shelf/app_list_button.cc', 362 'shelf/app_list_button.cc',
363 'shelf/app_list_button.h', 363 'shelf/app_list_button.h',
364 'shelf/app_list_shelf_item_delegate.cc', 364 'shelf/app_list_shelf_item_delegate.cc',
365 'shelf/app_list_shelf_item_delegate.h', 365 'shelf/app_list_shelf_item_delegate.h',
366 'shelf/ink_drop_button_listener.h',
366 'shelf/overflow_bubble.cc', 367 'shelf/overflow_bubble.cc',
367 'shelf/overflow_bubble.h', 368 'shelf/overflow_bubble.h',
368 'shelf/overflow_bubble_view.cc', 369 'shelf/overflow_bubble_view.cc',
369 'shelf/overflow_bubble_view.h', 370 'shelf/overflow_bubble_view.h',
370 'shelf/overflow_button.cc', 371 'shelf/overflow_button.cc',
371 'shelf/overflow_button.h', 372 'shelf/overflow_button.h',
372 'shelf/scoped_observer_with_duplicated_sources.h', 373 'shelf/scoped_observer_with_duplicated_sources.h',
373 'shelf/shelf.cc', 374 'shelf/shelf.cc',
374 'shelf/shelf.h', 375 'shelf/shelf.h',
375 'shelf/shelf_bezel_event_filter.cc', 376 'shelf/shelf_bezel_event_filter.cc',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'type': 'executable', 1239 'type': 'executable',
1239 'dependencies': [ 1240 'dependencies': [
1240 '../base/base.gyp:base', 1241 '../base/base.gyp:base',
1241 '../base/base.gyp:test_support_base', 1242 '../base/base.gyp:test_support_base',
1242 '../chrome/chrome_resources.gyp:packed_resources', 1243 '../chrome/chrome_resources.gyp:packed_resources',
1243 '../components/components.gyp:signin_core_account_id', 1244 '../components/components.gyp:signin_core_account_id',
1244 '../components/components.gyp:user_manager', 1245 '../components/components.gyp:user_manager',
1245 '../content/content.gyp:content_browser', 1246 '../content/content.gyp:content_browser',
1246 '../content/content_shell_and_tests.gyp:test_support_content', 1247 '../content/content_shell_and_tests.gyp:test_support_content',
1247 '../skia/skia.gyp:skia', 1248 '../skia/skia.gyp:skia',
1249 '../testing/gmock.gyp:gmock',
1248 '../testing/gtest.gyp:gtest', 1250 '../testing/gtest.gyp:gtest',
1249 '../third_party/icu/icu.gyp:icui18n', 1251 '../third_party/icu/icu.gyp:icui18n',
1250 '../third_party/icu/icu.gyp:icuuc', 1252 '../third_party/icu/icu.gyp:icuuc',
1251 '../ui/accessibility/accessibility.gyp:accessibility', 1253 '../ui/accessibility/accessibility.gyp:accessibility',
1252 '../ui/app_list/app_list.gyp:app_list', 1254 '../ui/app_list/app_list.gyp:app_list',
1253 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', 1255 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1254 '../ui/aura/aura.gyp:aura', 1256 '../ui/aura/aura.gyp:aura',
1255 '../ui/aura/aura.gyp:aura_test_support', 1257 '../ui/aura/aura.gyp:aura_test_support',
1256 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1258 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1257 '../ui/base/ui_base.gyp:ui_base', 1259 '../ui/base/ui_base.gyp:ui_base',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1450 ], 1452 ],
1451 } 1453 }
1452 ], 1454 ],
1453 ], 1455 ],
1454 }, 1456 },
1455 ], 1457 ],
1456 }], 1458 }],
1457 ], 1459 ],
1458 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/app_list_button.h » ('j') | ash/shelf/ink_drop_button_listener.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698