| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'base/clipboard/clipboard_aurax11.cc', | 71 'base/clipboard/clipboard_aurax11.cc', |
| 72 'base/clipboard/clipboard_gtk.cc', | 72 'base/clipboard/clipboard_gtk.cc', |
| 73 'base/clipboard/clipboard_mac.mm', | 73 'base/clipboard/clipboard_mac.mm', |
| 74 'base/clipboard/clipboard_util_win.cc', | 74 'base/clipboard/clipboard_util_win.cc', |
| 75 'base/clipboard/clipboard_util_win.h', | 75 'base/clipboard/clipboard_util_win.h', |
| 76 'base/clipboard/clipboard_win.cc', | 76 'base/clipboard/clipboard_win.cc', |
| 77 'base/clipboard/scoped_clipboard_writer.cc', | 77 'base/clipboard/scoped_clipboard_writer.cc', |
| 78 'base/clipboard/scoped_clipboard_writer.h', | 78 'base/clipboard/scoped_clipboard_writer.h', |
| 79 'base/cocoa/base_view.h', | 79 'base/cocoa/base_view.h', |
| 80 'base/cocoa/base_view.mm', | 80 'base/cocoa/base_view.mm', |
| 81 'base/dragdrop/cocoa_dnd_util.h', |
| 82 'base/dragdrop/cocoa_dnd_util.mm', |
| 81 'base/dragdrop/drag_drop_types_gtk.cc', | 83 'base/dragdrop/drag_drop_types_gtk.cc', |
| 82 'base/dragdrop/drag_drop_types.h', | 84 'base/dragdrop/drag_drop_types.h', |
| 83 'base/dragdrop/drag_drop_types_win.cc', | 85 'base/dragdrop/drag_drop_types_win.cc', |
| 84 'base/dragdrop/drag_source.cc', | 86 'base/dragdrop/drag_source.cc', |
| 85 'base/dragdrop/drag_source.h', | 87 'base/dragdrop/drag_source.h', |
| 86 'base/dragdrop/drop_target.cc', | 88 'base/dragdrop/drop_target.cc', |
| 87 'base/dragdrop/drop_target.h', | 89 'base/dragdrop/drop_target.h', |
| 88 'base/dragdrop/gtk_dnd_util.cc', | 90 'base/dragdrop/gtk_dnd_util.cc', |
| 89 'base/dragdrop/gtk_dnd_util.h', | 91 'base/dragdrop/gtk_dnd_util.h', |
| 90 'base/dragdrop/os_exchange_data.cc', | 92 'base/dragdrop/os_exchange_data.cc', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 609 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 608 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 610 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 609 ] | 611 ] |
| 610 } | 612 } |
| 611 ], | 613 ], |
| 612 }, | 614 }, |
| 613 ], | 615 ], |
| 614 }], | 616 }], |
| 615 ], | 617 ], |
| 616 } | 618 } |
| OLD | NEW |