OLD | NEW |
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'base/cocoa/base_view.mm', | 92 'base/cocoa/base_view.mm', |
93 'base/cocoa/events_mac.mm', | 93 'base/cocoa/events_mac.mm', |
94 'base/cocoa/find_pasteboard.h', | 94 'base/cocoa/find_pasteboard.h', |
95 'base/cocoa/find_pasteboard.mm', | 95 'base/cocoa/find_pasteboard.mm', |
96 'base/cocoa/focus_tracker.h', | 96 'base/cocoa/focus_tracker.h', |
97 'base/cocoa/focus_tracker.mm', | 97 'base/cocoa/focus_tracker.mm', |
98 'base/cocoa/fullscreen_window_manager.h', | 98 'base/cocoa/fullscreen_window_manager.h', |
99 'base/cocoa/fullscreen_window_manager.mm', | 99 'base/cocoa/fullscreen_window_manager.mm', |
100 'base/cocoa/nib_loading.h', | 100 'base/cocoa/nib_loading.h', |
101 'base/cocoa/nib_loading.mm', | 101 'base/cocoa/nib_loading.mm', |
| 102 'base/cocoa/tracking_area.h', |
| 103 'base/cocoa/tracking_area.mm', |
102 'base/cocoa/underlay_opengl_hosting_window.h', | 104 'base/cocoa/underlay_opengl_hosting_window.h', |
103 'base/cocoa/underlay_opengl_hosting_window.mm', | 105 'base/cocoa/underlay_opengl_hosting_window.mm', |
104 'base/cocoa/window_size_constants.h', | 106 'base/cocoa/window_size_constants.h', |
105 'base/cocoa/window_size_constants.mm', | 107 'base/cocoa/window_size_constants.mm', |
106 'base/cursor/cursor.cc', | 108 'base/cursor/cursor.cc', |
107 'base/cursor/cursor.h', | 109 'base/cursor/cursor.h', |
108 'base/cursor/cursor_loader.h', | 110 'base/cursor/cursor_loader.h', |
109 'base/cursor/cursor_loader_win.cc', | 111 'base/cursor/cursor_loader_win.cc', |
110 'base/cursor/cursor_loader_win.h', | 112 'base/cursor/cursor_loader_win.h', |
111 'base/cursor/cursor_loader_x11.cc', | 113 'base/cursor/cursor_loader_x11.cc', |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'link_settings': { | 935 'link_settings': { |
934 'libraries': [ | 936 'libraries': [ |
935 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
936 ], | 938 ], |
937 }, | 939 }, |
938 }, | 940 }, |
939 ], | 941 ], |
940 }], | 942 }], |
941 ], | 943 ], |
942 } | 944 } |
OLD | NEW |