| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'base/clipboard/clipboard_win.cc', | 82 'base/clipboard/clipboard_win.cc', |
| 83 'base/clipboard/custom_data_helper.cc', | 83 'base/clipboard/custom_data_helper.cc', |
| 84 'base/clipboard/custom_data_helper.h', | 84 'base/clipboard/custom_data_helper.h', |
| 85 'base/clipboard/custom_data_helper_mac.mm', | 85 'base/clipboard/custom_data_helper_mac.mm', |
| 86 'base/clipboard/custom_data_helper_x.cc', | 86 'base/clipboard/custom_data_helper_x.cc', |
| 87 'base/clipboard/scoped_clipboard_writer.cc', | 87 'base/clipboard/scoped_clipboard_writer.cc', |
| 88 'base/clipboard/scoped_clipboard_writer.h', | 88 'base/clipboard/scoped_clipboard_writer.h', |
| 89 'base/cocoa/base_view.h', | 89 'base/cocoa/base_view.h', |
| 90 'base/cocoa/base_view.mm', | 90 'base/cocoa/base_view.mm', |
| 91 'base/cocoa/events_mac.mm', | 91 'base/cocoa/events_mac.mm', |
| 92 'base/cocoa/focus_tracker.h', |
| 93 'base/cocoa/focus_tracker.mm', |
| 92 'base/dragdrop/cocoa_dnd_util.h', | 94 'base/dragdrop/cocoa_dnd_util.h', |
| 93 'base/dragdrop/cocoa_dnd_util.mm', | 95 'base/dragdrop/cocoa_dnd_util.mm', |
| 94 'base/dragdrop/drag_drop_types_gtk.cc', | 96 'base/dragdrop/drag_drop_types_gtk.cc', |
| 95 'base/dragdrop/drag_drop_types.h', | 97 'base/dragdrop/drag_drop_types.h', |
| 96 'base/dragdrop/drag_drop_types_win.cc', | 98 'base/dragdrop/drag_drop_types_win.cc', |
| 97 'base/dragdrop/drag_source.cc', | 99 'base/dragdrop/drag_source.cc', |
| 98 'base/dragdrop/drag_source.h', | 100 'base/dragdrop/drag_source.h', |
| 99 'base/dragdrop/drop_target.cc', | 101 'base/dragdrop/drop_target.cc', |
| 100 'base/dragdrop/drop_target.h', | 102 'base/dragdrop/drop_target.h', |
| 101 'base/dragdrop/gtk_dnd_util.cc', | 103 'base/dragdrop/gtk_dnd_util.cc', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 671 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 670 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 672 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 671 ] | 673 ] |
| 672 } | 674 } |
| 673 ], | 675 ], |
| 674 }, | 676 }, |
| 675 ], | 677 ], |
| 676 }], | 678 }], |
| 677 ], | 679 ], |
| 678 } | 680 } |
| OLD | NEW |