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

Side by Side Diff: ash/ash.gyp

Issue 10388036: Adds the option of aligning the launcher to the left or right. There (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 8 years, 7 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('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 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'drag_drop/drag_image_view.h', 91 'drag_drop/drag_image_view.h',
92 'focus_cycler.cc', 92 'focus_cycler.cc',
93 'focus_cycler.h', 93 'focus_cycler.h',
94 'ime/input_method_event_filter.cc', 94 'ime/input_method_event_filter.cc',
95 'ime/input_method_event_filter.h', 95 'ime/input_method_event_filter.h',
96 'key_rewriter_delegate.h', 96 'key_rewriter_delegate.h',
97 'launcher/background_animator.cc', 97 'launcher/background_animator.cc',
98 'launcher/background_animator.h', 98 'launcher/background_animator.h',
99 'launcher/launcher.cc', 99 'launcher/launcher.cc',
100 'launcher/launcher.h', 100 'launcher/launcher.h',
101 'launcher/launcher_alignment_menu.cc',
102 'launcher/launcher_alignment_menu.h',
101 'launcher/launcher_button.cc', 103 'launcher/launcher_button.cc',
102 'launcher/launcher_button.h', 104 'launcher/launcher_button.h',
103 'launcher/launcher_context_menu.cc', 105 'launcher/launcher_context_menu.cc',
104 'launcher/launcher_context_menu.h', 106 'launcher/launcher_context_menu.h',
105 'launcher/launcher_delegate.h', 107 'launcher/launcher_delegate.h',
106 'launcher/launcher_icon_observer.h', 108 'launcher/launcher_icon_observer.h',
107 'launcher/launcher_model.cc', 109 'launcher/launcher_model.cc',
108 'launcher/launcher_model.h', 110 'launcher/launcher_model.h',
109 'launcher/launcher_model_observer.h', 111 'launcher/launcher_model_observer.h',
110 'launcher/launcher_types.cc', 112 'launcher/launcher_types.cc',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'shell/cocoa/app-Info.plist', 544 'shell/cocoa/app-Info.plist',
543 ], 545 ],
544 'xcode_settings': { 546 'xcode_settings': {
545 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 547 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
546 }, 548 },
547 }], 549 }],
548 ], 550 ],
549 }, 551 },
550 ], 552 ],
551 } 553 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698