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

Side by Side Diff: ash/ash.gyp

Issue 9696008: TestScreen shouldn't be marked aura export (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'launcher/launcher_view.cc', 92 'launcher/launcher_view.cc',
93 'launcher/launcher_view.h', 93 'launcher/launcher_view.h',
94 'launcher/launcher_window_cycler.cc', 94 'launcher/launcher_window_cycler.cc',
95 'launcher/launcher_window_cycler.h', 95 'launcher/launcher_window_cycler.h',
96 'launcher/tabbed_launcher_button.cc', 96 'launcher/tabbed_launcher_button.cc',
97 'launcher/tabbed_launcher_button.h', 97 'launcher/tabbed_launcher_button.h',
98 'launcher/view_model.cc', 98 'launcher/view_model.cc',
99 'launcher/view_model.h', 99 'launcher/view_model.h',
100 'launcher/view_model_utils.cc', 100 'launcher/view_model_utils.cc',
101 'launcher/view_model_utils.h', 101 'launcher/view_model_utils.h',
102 'screen_ash.cc',
103 'screen_ash.h',
102 'screenshot_delegate.h', 104 'screenshot_delegate.h',
103 'shell.cc', 105 'shell.cc',
104 'shell.h', 106 'shell.h',
105 'shell_delegate.h', 107 'shell_delegate.h',
106 'shell_factory.h', 108 'shell_factory.h',
107 'shell_window_ids.h', 109 'shell_window_ids.h',
108 'status_area/status_area_view.cc', 110 'status_area/status_area_view.cc',
109 'status_area/status_area_view.h', 111 'status_area/status_area_view.h',
110 'system/audio/audio_controller.h', 112 'system/audio/audio_controller.h',
111 'system/audio/tray_volume.cc', 113 'system/audio/tray_volume.cc',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'shell/cocoa/app-Info.plist', 415 'shell/cocoa/app-Info.plist',
414 ], 416 ],
415 'xcode_settings': { 417 'xcode_settings': {
416 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 418 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
417 }, 419 },
418 }], 420 }],
419 ], 421 ],
420 }, 422 },
421 ], 423 ],
422 } 424 }
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