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

Side by Side Diff: ash/ash.gyp

Issue 9808026: Layout panels on top of their launcher icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for review Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | ash/launcher/launcher.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'ime/input_method_event_filter.cc', 84 'ime/input_method_event_filter.cc',
85 'ime/input_method_event_filter.h', 85 'ime/input_method_event_filter.h',
86 'key_rewriter_delegate.h', 86 'key_rewriter_delegate.h',
87 'launcher/background_animator.cc', 87 'launcher/background_animator.cc',
88 'launcher/background_animator.h', 88 'launcher/background_animator.h',
89 'launcher/launcher.cc', 89 'launcher/launcher.cc',
90 'launcher/launcher.h', 90 'launcher/launcher.h',
91 'launcher/launcher_button.cc', 91 'launcher/launcher_button.cc',
92 'launcher/launcher_button.h', 92 'launcher/launcher_button.h',
93 'launcher/launcher_delegate.h', 93 'launcher/launcher_delegate.h',
94 'launcher/launcher_icons_observer.h',
94 'launcher/launcher_model.cc', 95 'launcher/launcher_model.cc',
95 'launcher/launcher_model.h', 96 'launcher/launcher_model.h',
96 'launcher/launcher_model_observer.h', 97 'launcher/launcher_model_observer.h',
97 'launcher/launcher_types.cc', 98 'launcher/launcher_types.cc',
98 'launcher/launcher_types.h', 99 'launcher/launcher_types.h',
99 'launcher/launcher_view.cc', 100 'launcher/launcher_view.cc',
100 'launcher/launcher_view.h', 101 'launcher/launcher_view.h',
101 'launcher/tabbed_launcher_button.cc', 102 'launcher/tabbed_launcher_button.cc',
102 'launcher/tabbed_launcher_button.h', 103 'launcher/tabbed_launcher_button.h',
103 'launcher/view_model.cc', 104 'launcher/view_model.cc',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'shell/cocoa/app-Info.plist', 478 'shell/cocoa/app-Info.plist',
478 ], 479 ],
479 'xcode_settings': { 480 'xcode_settings': {
480 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 481 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
481 }, 482 },
482 }], 483 }],
483 ], 484 ],
484 }, 485 },
485 ], 486 ],
486 } 487 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | ash/launcher/launcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698