| 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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/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', |
| 101 'base/cocoa/nib_loading.mm', |
| 100 'base/cocoa/underlay_opengl_hosting_window.h', | 102 'base/cocoa/underlay_opengl_hosting_window.h', |
| 101 'base/cocoa/underlay_opengl_hosting_window.mm', | 103 'base/cocoa/underlay_opengl_hosting_window.mm', |
| 102 'base/cursor/cursor.cc', | 104 'base/cursor/cursor.cc', |
| 103 'base/cursor/cursor.h', | 105 'base/cursor/cursor.h', |
| 104 'base/cursor/cursor_win.cc', | 106 'base/cursor/cursor_win.cc', |
| 105 'base/cursor/cursor_x11.cc', | 107 'base/cursor/cursor_x11.cc', |
| 106 'base/dragdrop/cocoa_dnd_util.h', | 108 'base/dragdrop/cocoa_dnd_util.h', |
| 107 'base/dragdrop/cocoa_dnd_util.mm', | 109 'base/dragdrop/cocoa_dnd_util.mm', |
| 108 'base/dragdrop/drag_drop_types_gtk.cc', | 110 'base/dragdrop/drag_drop_types_gtk.cc', |
| 109 'base/dragdrop/drag_drop_types.h', | 111 'base/dragdrop/drag_drop_types.h', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 710 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 709 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 711 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 710 ] | 712 ] |
| 711 } | 713 } |
| 712 ], | 714 ], |
| 713 }, | 715 }, |
| 714 ], | 716 ], |
| 715 }], | 717 }], |
| 716 ], | 718 ], |
| 717 } | 719 } |
| OLD | NEW |