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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'base/animation/multi_animation.cc', | 67 'base/animation/multi_animation.cc', |
68 'base/animation/multi_animation.h', | 68 'base/animation/multi_animation.h', |
69 'base/animation/slide_animation.cc', | 69 'base/animation/slide_animation.cc', |
70 'base/animation/slide_animation.h', | 70 'base/animation/slide_animation.h', |
71 'base/animation/throb_animation.cc', | 71 'base/animation/throb_animation.cc', |
72 'base/animation/throb_animation.h', | 72 'base/animation/throb_animation.h', |
73 'base/animation/tween.cc', | 73 'base/animation/tween.cc', |
74 'base/animation/tween.h', | 74 'base/animation/tween.h', |
75 'base/clipboard/clipboard.cc', | 75 'base/clipboard/clipboard.cc', |
76 'base/clipboard/clipboard.h', | 76 'base/clipboard/clipboard.h', |
| 77 'base/clipboard/clipboard_android.cc', |
77 'base/clipboard/clipboard_aurax11.cc', | 78 'base/clipboard/clipboard_aurax11.cc', |
78 'base/clipboard/clipboard_gtk.cc', | 79 'base/clipboard/clipboard_gtk.cc', |
79 'base/clipboard/clipboard_mac.mm', | 80 'base/clipboard/clipboard_mac.mm', |
80 'base/clipboard/clipboard_util_win.cc', | 81 'base/clipboard/clipboard_util_win.cc', |
81 'base/clipboard/clipboard_util_win.h', | 82 'base/clipboard/clipboard_util_win.h', |
82 'base/clipboard/clipboard_win.cc', | 83 'base/clipboard/clipboard_win.cc', |
83 'base/clipboard/custom_data_helper.cc', | 84 'base/clipboard/custom_data_helper.cc', |
84 'base/clipboard/custom_data_helper.h', | 85 'base/clipboard/custom_data_helper.h', |
85 'base/clipboard/custom_data_helper_mac.mm', | 86 'base/clipboard/custom_data_helper_mac.mm', |
86 'base/clipboard/custom_data_helper_x.cc', | 87 'base/clipboard/custom_data_helper_x.cc', |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 651 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
651 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 652 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
652 ] | 653 ] |
653 } | 654 } |
654 ], | 655 ], |
655 }, | 656 }, |
656 ], | 657 ], |
657 }], | 658 }], |
658 ], | 659 ], |
659 } | 660 } |
OLD | NEW |