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

Side by Side Diff: ash/ash.gyp

Issue 23496024: Introduce RootWindowProperty for RootWindow's properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename Created 7 years, 3 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/display/display_controller.cc » ('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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'launcher/scoped_observer_with_duplicated_sources.h', 167 'launcher/scoped_observer_with_duplicated_sources.h',
168 'magnifier/magnification_controller.cc', 168 'magnifier/magnification_controller.cc',
169 'magnifier/magnification_controller.h', 169 'magnifier/magnification_controller.h',
170 'magnifier/magnifier_constants.h', 170 'magnifier/magnifier_constants.h',
171 'magnifier/partial_magnification_controller.cc', 171 'magnifier/partial_magnification_controller.cc',
172 'magnifier/partial_magnification_controller.h', 172 'magnifier/partial_magnification_controller.h',
173 'popup_message.cc', 173 'popup_message.cc',
174 'popup_message.h', 174 'popup_message.h',
175 'root_window_controller.cc', 175 'root_window_controller.cc',
176 'root_window_controller.h', 176 'root_window_controller.h',
177 'root_window_settings.cc',
178 'root_window_settings.h',
177 'rotator/screen_rotation.cc', 179 'rotator/screen_rotation.cc',
178 'rotator/screen_rotation.h', 180 'rotator/screen_rotation.h',
179 'scoped_target_root_window.cc', 181 'scoped_target_root_window.cc',
180 'scoped_target_root_window.h', 182 'scoped_target_root_window.h',
181 'screen_ash.cc', 183 'screen_ash.cc',
182 'screen_ash.h', 184 'screen_ash.h',
183 'screensaver/screensaver_view.cc', 185 'screensaver/screensaver_view.cc',
184 'screensaver/screensaver_view.h', 186 'screensaver/screensaver_view.h',
185 'screenshot_delegate.h', 187 'screenshot_delegate.h',
186 'session_state_delegate.h', 188 'session_state_delegate.h',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'shell/cocoa/app-Info.plist', 931 'shell/cocoa/app-Info.plist',
930 ], 932 ],
931 'xcode_settings': { 933 'xcode_settings': {
932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 934 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
933 }, 935 },
934 }], 936 }],
935 ], 937 ],
936 }, 938 },
937 ], 939 ],
938 } 940 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698