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

Side by Side Diff: ash/ash.gyp

Issue 9297008: [HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pass GURL to OpenNewTab Created 8 years, 10 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
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/tabbed_launcher_button.h', 89 'launcher/tabbed_launcher_button.h',
90 'launcher/view_model.cc', 90 'launcher/view_model.cc',
91 'launcher/view_model.h', 91 'launcher/view_model.h',
92 'launcher/view_model_utils.cc', 92 'launcher/view_model_utils.cc',
93 'launcher/view_model_utils.h', 93 'launcher/view_model_utils.h',
94 'screenshot_delegate.h', 94 'screenshot_delegate.h',
95 'shell.cc', 95 'shell.cc',
96 'shell.h', 96 'shell.h',
97 'shell_delegate.h', 97 'shell_delegate.h',
98 'shell_factory.h', 98 'shell_factory.h',
99 'shell_url_constants.cc',
100 'shell_url_constants.h',
99 'shell_window_ids.h', 101 'shell_window_ids.h',
100 'status_area/status_area_view.cc', 102 'status_area/status_area_view.cc',
101 'status_area/status_area_view.h', 103 'status_area/status_area_view.h',
102 'tooltips/tooltip_controller.cc', 104 'tooltips/tooltip_controller.cc',
103 'tooltips/tooltip_controller.h', 105 'tooltips/tooltip_controller.h',
104 'wm/activation_controller.cc', 106 'wm/activation_controller.cc',
105 'wm/activation_controller.h', 107 'wm/activation_controller.h',
106 'wm/always_on_top_controller.cc', 108 'wm/always_on_top_controller.cc',
107 'wm/always_on_top_controller.h', 109 'wm/always_on_top_controller.h',
108 'wm/base_layout_manager.cc', 110 'wm/base_layout_manager.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'shell/cocoa/app-Info.plist', 328 'shell/cocoa/app-Info.plist',
327 ], 329 ],
328 'xcode_settings': { 330 'xcode_settings': {
329 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 331 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
330 }, 332 },
331 }], 333 }],
332 ], 334 ],
333 }, 335 },
334 ], 336 ],
335 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698