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

Side by Side Diff: ui/ui.gyp

Issue 12723011: Giving focus to an app shim brings windows belonging to that app to the foreground. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « ui/base/cocoa/focus_window_set.mm ('k') | no next file » | 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'base/clipboard/custom_data_helper_x.cc', 89 'base/clipboard/custom_data_helper_x.cc',
90 'base/clipboard/scoped_clipboard_writer.cc', 90 'base/clipboard/scoped_clipboard_writer.cc',
91 'base/clipboard/scoped_clipboard_writer.h', 91 'base/clipboard/scoped_clipboard_writer.h',
92 'base/cocoa/base_view.h', 92 'base/cocoa/base_view.h',
93 'base/cocoa/base_view.mm', 93 'base/cocoa/base_view.mm',
94 'base/cocoa/events_mac.mm', 94 'base/cocoa/events_mac.mm',
95 'base/cocoa/find_pasteboard.h', 95 'base/cocoa/find_pasteboard.h',
96 'base/cocoa/find_pasteboard.mm', 96 'base/cocoa/find_pasteboard.mm',
97 'base/cocoa/focus_tracker.h', 97 'base/cocoa/focus_tracker.h',
98 'base/cocoa/focus_tracker.mm', 98 'base/cocoa/focus_tracker.mm',
99 'base/cocoa/focus_window_set.h',
100 'base/cocoa/focus_window_set.mm',
99 'base/cocoa/fullscreen_window_manager.h', 101 'base/cocoa/fullscreen_window_manager.h',
100 'base/cocoa/fullscreen_window_manager.mm', 102 'base/cocoa/fullscreen_window_manager.mm',
101 'base/cocoa/nib_loading.h', 103 'base/cocoa/nib_loading.h',
102 'base/cocoa/nib_loading.mm', 104 'base/cocoa/nib_loading.mm',
103 'base/cocoa/tracking_area.h', 105 'base/cocoa/tracking_area.h',
104 'base/cocoa/tracking_area.mm', 106 'base/cocoa/tracking_area.mm',
105 'base/cocoa/underlay_opengl_hosting_window.h', 107 'base/cocoa/underlay_opengl_hosting_window.h',
106 'base/cocoa/underlay_opengl_hosting_window.mm', 108 'base/cocoa/underlay_opengl_hosting_window.mm',
107 'base/cocoa/window_size_constants.h', 109 'base/cocoa/window_size_constants.h',
108 'base/cocoa/window_size_constants.mm', 110 'base/cocoa/window_size_constants.mm',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'link_settings': { 941 'link_settings': {
940 'libraries': [ 942 'libraries': [
941 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 943 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
942 ], 944 ],
943 }, 945 },
944 }, 946 },
945 ], 947 ],
946 }], 948 }],
947 ], 949 ],
948 } 950 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/focus_window_set.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698