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

Side by Side Diff: ash/ash.gyp

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 9 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 | Annotate | Revision Log
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 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'app_list/app_list_model_view.cc', 57 'app_list/app_list_model_view.cc',
58 'app_list/app_list_model_view.h', 58 'app_list/app_list_model_view.h',
59 'app_list/app_list_view.cc', 59 'app_list/app_list_view.cc',
60 'app_list/app_list_view.h', 60 'app_list/app_list_view.h',
61 'app_list/app_list_view_delegate.h', 61 'app_list/app_list_view_delegate.h',
62 'app_list/drop_shadow_label.cc', 62 'app_list/drop_shadow_label.cc',
63 'app_list/drop_shadow_label.h', 63 'app_list/drop_shadow_label.h',
64 'ash_switches.cc', 64 'ash_switches.cc',
65 'ash_switches.h', 65 'ash_switches.h',
66 'caps_lock_delegate.h', 66 'caps_lock_delegate.h',
67 'desktop_background/desktop_background_controller.cc',
68 'desktop_background/desktop_background_controller.h',
69 'desktop_background/desktop_background_resources.cc',
70 'desktop_background/desktop_background_resources.h',
67 'desktop_background/desktop_background_view.cc', 71 'desktop_background/desktop_background_view.cc',
68 'desktop_background/desktop_background_view.h', 72 'desktop_background/desktop_background_view.h',
69 'drag_drop/drag_drop_controller.cc', 73 'drag_drop/drag_drop_controller.cc',
70 'drag_drop/drag_drop_controller.h', 74 'drag_drop/drag_drop_controller.h',
71 'drag_drop/drag_image_view.cc', 75 'drag_drop/drag_image_view.cc',
72 'drag_drop/drag_image_view.h', 76 'drag_drop/drag_image_view.h',
73 'focus_cycler.cc', 77 'focus_cycler.cc',
74 'focus_cycler.h', 78 'focus_cycler.h',
75 'ime/event.cc', 79 'ime/event.cc',
76 'ime/event.h', 80 'ime/event.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'shell/cocoa/app-Info.plist', 411 'shell/cocoa/app-Info.plist',
408 ], 412 ],
409 'xcode_settings': { 413 'xcode_settings': {
410 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 414 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
411 }, 415 },
412 }], 416 }],
413 ], 417 ],
414 }, 418 },
415 ], 419 ],
416 } 420 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698