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

Side by Side Diff: ash/ash.gyp

Issue 9616045: Aura/Ash split: Move ScreenAura to ash::ScreenAsh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a separate aura::TestScreen in tests instead, partially reverting to patchset 2 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/screen_ash.h » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'launcher/launcher_view.cc', 89 'launcher/launcher_view.cc',
90 'launcher/launcher_view.h', 90 'launcher/launcher_view.h',
91 'launcher/launcher_window_cycler.cc', 91 'launcher/launcher_window_cycler.cc',
92 'launcher/launcher_window_cycler.h', 92 'launcher/launcher_window_cycler.h',
93 'launcher/tabbed_launcher_button.cc', 93 'launcher/tabbed_launcher_button.cc',
94 'launcher/tabbed_launcher_button.h', 94 'launcher/tabbed_launcher_button.h',
95 'launcher/view_model.cc', 95 'launcher/view_model.cc',
96 'launcher/view_model.h', 96 'launcher/view_model.h',
97 'launcher/view_model_utils.cc', 97 'launcher/view_model_utils.cc',
98 'launcher/view_model_utils.h', 98 'launcher/view_model_utils.h',
99 'screen_ash.cc',
100 'screen_ash.h',
99 'screenshot_delegate.h', 101 'screenshot_delegate.h',
100 'shell.cc', 102 'shell.cc',
101 'shell.h', 103 'shell.h',
102 'shell_delegate.h', 104 'shell_delegate.h',
103 'shell_factory.h', 105 'shell_factory.h',
104 'shell_window_ids.h', 106 'shell_window_ids.h',
105 'status_area/status_area_view.cc', 107 'status_area/status_area_view.cc',
106 'status_area/status_area_view.h', 108 'status_area/status_area_view.h',
107 'system/audio/audio_controller.h', 109 'system/audio/audio_controller.h',
108 'system/audio/tray_volume.cc', 110 'system/audio/tray_volume.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'shell/cocoa/app-Info.plist', 409 'shell/cocoa/app-Info.plist',
408 ], 410 ],
409 'xcode_settings': { 411 'xcode_settings': {
410 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 412 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
411 }, 413 },
412 }], 414 }],
413 ], 415 ],
414 }, 416 },
415 ], 417 ],
416 } 418 }
OLDNEW
« no previous file with comments | « no previous file | ash/screen_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698