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

Side by Side Diff: ash/ash.gyp

Issue 215293003: Move all wallpaper file loading and decoding from DesktopBackgroundController to WallpaperManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang debug build. Created 6 years, 8 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'dependencies': [ 746 'dependencies': [
747 '../skia/skia.gyp:skia', 747 '../skia/skia.gyp:skia',
748 '../testing/gtest.gyp:gtest', 748 '../testing/gtest.gyp:gtest',
749 '../ui/accessibility/accessibility.gyp:ax_gen', 749 '../ui/accessibility/accessibility.gyp:ax_gen',
750 '../ui/app_list/app_list.gyp:app_list_test_support', 750 '../ui/app_list/app_list.gyp:app_list_test_support',
751 '../ui/views/views.gyp:views_test_support', 751 '../ui/views/views.gyp:views_test_support',
752 'ash', 752 'ash',
753 'ash_resources', 753 'ash_resources',
754 ], 754 ],
755 'sources': [ 755 'sources': [
756 'desktop_background/desktop_background_controller_test_api.cc',
757 'desktop_background/desktop_background_controller_test_api.h',
756 'shell/keyboard_controller_proxy_stub.cc', 758 'shell/keyboard_controller_proxy_stub.cc',
757 'shell/keyboard_controller_proxy_stub.h', 759 'shell/keyboard_controller_proxy_stub.h',
758 'shell/toplevel_window.cc', 760 'shell/toplevel_window.cc',
759 'shell/toplevel_window.h', 761 'shell/toplevel_window.h',
760 'test/app_list_controller_test_api.cc', 762 'test/app_list_controller_test_api.cc',
761 'test/app_list_controller_test_api.h', 763 'test/app_list_controller_test_api.h',
762 'test/ash_test_base.cc', 764 'test/ash_test_base.cc',
763 'test/ash_test_base.h', 765 'test/ash_test_base.h',
764 'test/ash_test_helper.cc', 766 'test/ash_test_helper.cc',
765 'test/ash_test_helper.h', 767 'test/ash_test_helper.h',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 }], 1141 }],
1140 ['chromeos==1', { 1142 ['chromeos==1', {
1141 'dependencies': [ 1143 'dependencies': [
1142 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1143 ], 1145 ],
1144 }], 1146 }],
1145 ], 1147 ],
1146 }, 1148 },
1147 ], 1149 ],
1148 } 1150 }
OLDNEW
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698