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

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: Ununsed constanrs removed 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
« 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'launcher/launcher_button.cc', 90 'launcher/launcher_button.cc',
91 'launcher/launcher_button.h', 91 'launcher/launcher_button.h',
92 'launcher/launcher_delegate.h', 92 'launcher/launcher_delegate.h',
93 'launcher/launcher_model.cc', 93 'launcher/launcher_model.cc',
94 'launcher/launcher_model.h', 94 'launcher/launcher_model.h',
95 'launcher/launcher_model_observer.h', 95 'launcher/launcher_model_observer.h',
96 'launcher/launcher_types.cc', 96 'launcher/launcher_types.cc',
97 'launcher/launcher_types.h', 97 'launcher/launcher_types.h',
98 'launcher/launcher_view.cc', 98 'launcher/launcher_view.cc',
99 'launcher/launcher_view.h', 99 'launcher/launcher_view.h',
100 'launcher/launcher_view_observer.h',
100 'launcher/launcher_window_cycler.cc', 101 'launcher/launcher_window_cycler.cc',
101 'launcher/launcher_window_cycler.h', 102 'launcher/launcher_window_cycler.h',
102 'launcher/tabbed_launcher_button.cc', 103 'launcher/tabbed_launcher_button.cc',
103 'launcher/tabbed_launcher_button.h', 104 'launcher/tabbed_launcher_button.h',
104 'launcher/view_model.cc', 105 'launcher/view_model.cc',
105 'launcher/view_model.h', 106 'launcher/view_model.h',
106 'launcher/view_model_utils.cc', 107 'launcher/view_model_utils.cc',
107 'launcher/view_model_utils.h', 108 'launcher/view_model_utils.h',
108 'monitor/monitor_controller.cc', 109 'monitor/monitor_controller.cc',
109 'monitor/monitor_controller.h', 110 'monitor/monitor_controller.h',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'shell/cocoa/app-Info.plist', 463 'shell/cocoa/app-Info.plist',
463 ], 464 ],
464 'xcode_settings': { 465 'xcode_settings': {
465 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 466 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
466 }, 467 },
467 }], 468 }],
468 ], 469 ],
469 }, 470 },
470 ], 471 ],
471 } 472 }
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