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

Side by Side Diff: ash/ash.gyp

Issue 11414252: Add focus rules for Ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/wm/ash_focus_rules.h » ('j') | ash/wm/ash_focus_rules.cc » ('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 'includes': [ 10 'includes': [
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'volume_control_delegate.h', 266 'volume_control_delegate.h',
267 'wm/app_list_controller.cc', 267 'wm/app_list_controller.cc',
268 'wm/app_list_controller.h', 268 'wm/app_list_controller.h',
269 'wm/activation_controller.cc', 269 'wm/activation_controller.cc',
270 'wm/activation_controller.h', 270 'wm/activation_controller.h',
271 'wm/activation_controller_delegate.h', 271 'wm/activation_controller_delegate.h',
272 'wm/always_on_top_controller.cc', 272 'wm/always_on_top_controller.cc',
273 'wm/always_on_top_controller.h', 273 'wm/always_on_top_controller.h',
274 'wm/ash_activation_controller.cc', 274 'wm/ash_activation_controller.cc',
275 'wm/ash_activation_controller.h', 275 'wm/ash_activation_controller.h',
276 'wm/ash_focus_rules.cc',
277 'wm/ash_focus_rules.h',
276 'wm/base_layout_manager.cc', 278 'wm/base_layout_manager.cc',
277 'wm/base_layout_manager.h', 279 'wm/base_layout_manager.h',
278 'wm/boot_splash_screen.cc', 280 'wm/boot_splash_screen.cc',
279 'wm/boot_splash_screen.h', 281 'wm/boot_splash_screen.h',
280 'wm/capture_controller.cc', 282 'wm/capture_controller.cc',
281 'wm/capture_controller.h', 283 'wm/capture_controller.h',
282 'wm/coordinate_conversion.cc', 284 'wm/coordinate_conversion.cc',
283 'wm/coordinate_conversion.h', 285 'wm/coordinate_conversion.h',
284 'wm/cursor_manager.cc', 286 'wm/cursor_manager.cc',
285 'wm/cursor_manager.h', 287 'wm/cursor_manager.h',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'shell/cocoa/app-Info.plist', 707 'shell/cocoa/app-Info.plist',
706 ], 708 ],
707 'xcode_settings': { 709 'xcode_settings': {
708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
709 }, 711 },
710 }], 712 }],
711 ], 713 ],
712 }, 714 },
713 ], 715 ],
714 } 716 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/ash_focus_rules.h » ('j') | ash/wm/ash_focus_rules.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698