| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'base/clipboard/custom_data_helper_x.cc', | 88 'base/clipboard/custom_data_helper_x.cc', |
| 89 'base/clipboard/scoped_clipboard_writer.cc', | 89 'base/clipboard/scoped_clipboard_writer.cc', |
| 90 'base/clipboard/scoped_clipboard_writer.h', | 90 'base/clipboard/scoped_clipboard_writer.h', |
| 91 'base/cocoa/base_view.h', | 91 'base/cocoa/base_view.h', |
| 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/focus_window_set.h', |
| 99 'base/cocoa/focus_window_set.mm', |
| 98 'base/cocoa/fullscreen_window_manager.h', | 100 'base/cocoa/fullscreen_window_manager.h', |
| 99 'base/cocoa/fullscreen_window_manager.mm', | 101 'base/cocoa/fullscreen_window_manager.mm', |
| 100 'base/cocoa/nib_loading.h', | 102 'base/cocoa/nib_loading.h', |
| 101 'base/cocoa/nib_loading.mm', | 103 'base/cocoa/nib_loading.mm', |
| 102 'base/cocoa/tracking_area.h', | 104 'base/cocoa/tracking_area.h', |
| 103 'base/cocoa/tracking_area.mm', | 105 'base/cocoa/tracking_area.mm', |
| 104 'base/cocoa/underlay_opengl_hosting_window.h', | 106 'base/cocoa/underlay_opengl_hosting_window.h', |
| 105 'base/cocoa/underlay_opengl_hosting_window.mm', | 107 'base/cocoa/underlay_opengl_hosting_window.mm', |
| 106 'base/cocoa/window_size_constants.h', | 108 'base/cocoa/window_size_constants.h', |
| 107 'base/cocoa/window_size_constants.mm', | 109 'base/cocoa/window_size_constants.mm', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 'link_settings': { | 939 'link_settings': { |
| 938 'libraries': [ | 940 'libraries': [ |
| 939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 941 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 940 ], | 942 ], |
| 941 }, | 943 }, |
| 942 }, | 944 }, |
| 943 ], | 945 ], |
| 944 }], | 946 }], |
| 945 ], | 947 ], |
| 946 } | 948 } |
| OLD | NEW |