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

Side by Side Diff: ash/ash.gyp

Issue 11415015: Remove use of index in wallpaper picker code and some refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser tests Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'ash_constants.cc', 61 'ash_constants.cc',
62 'ash_constants.h', 62 'ash_constants.h',
63 'ash_switches.cc', 63 'ash_switches.cc',
64 'ash_switches.h', 64 'ash_switches.h',
65 'caps_lock_delegate.h', 65 'caps_lock_delegate.h',
66 'caps_lock_delegate_stub.cc', 66 'caps_lock_delegate_stub.cc',
67 'caps_lock_delegate_stub.h', 67 'caps_lock_delegate_stub.h',
68 'desktop_background/desktop_background_controller.cc', 68 'desktop_background/desktop_background_controller.cc',
69 'desktop_background/desktop_background_controller.h', 69 'desktop_background/desktop_background_controller.h',
70 'desktop_background/desktop_background_controller_observer.h', 70 'desktop_background/desktop_background_controller_observer.h',
71 'desktop_background/desktop_background_resources.cc',
72 'desktop_background/desktop_background_resources.h',
73 'desktop_background/desktop_background_view.cc', 71 'desktop_background/desktop_background_view.cc',
74 'desktop_background/desktop_background_view.h', 72 'desktop_background/desktop_background_view.h',
75 'desktop_background/desktop_background_widget_controller.cc', 73 'desktop_background/desktop_background_widget_controller.cc',
76 'desktop_background/desktop_background_widget_controller.h', 74 'desktop_background/desktop_background_widget_controller.h',
77 'desktop_background/user_wallpaper_delegate.h', 75 'desktop_background/user_wallpaper_delegate.h',
78 'display/display_change_observer_x11.cc', 76 'display/display_change_observer_x11.cc',
79 'display/display_change_observer_x11.h', 77 'display/display_change_observer_x11.h',
80 'display/display_controller.cc', 78 'display/display_controller.cc',
81 'display/display_controller.h', 79 'display/display_controller.h',
82 'display/display_error_dialog.cc', 80 'display/display_error_dialog.cc',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'shell/cocoa/app-Info.plist', 702 'shell/cocoa/app-Info.plist',
705 ], 703 ],
706 'xcode_settings': { 704 'xcode_settings': {
707 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 705 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
708 }, 706 },
709 }], 707 }],
710 ], 708 ],
711 }, 709 },
712 ], 710 ],
713 } 711 }
OLDNEW
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698