OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'target_name': 'ui_base_test_support', | 698 'target_name': 'ui_base_test_support', |
699 'dependencies': [ | 699 'dependencies': [ |
700 '../../base/base.gyp:base', | 700 '../../base/base.gyp:base', |
701 '../../skia/skia.gyp:skia', | 701 '../../skia/skia.gyp:skia', |
702 '../../testing/gtest.gyp:gtest', | 702 '../../testing/gtest.gyp:gtest', |
703 '../gfx/gfx.gyp:gfx', | 703 '../gfx/gfx.gyp:gfx', |
704 '../gfx/gfx.gyp:gfx_geometry', | 704 '../gfx/gfx.gyp:gfx_geometry', |
705 ], | 705 ], |
706 'sources': [ | 706 'sources': [ |
707 # Note: file list duplicated in GN build. | 707 # Note: file list duplicated in GN build. |
| 708 'test/test_clipboard.cc', |
| 709 'test/test_clipboard.h', |
708 'test/ui_controls.h', | 710 'test/ui_controls.h', |
709 'test/ui_controls_aura.cc', | 711 'test/ui_controls_aura.cc', |
710 'test/ui_controls_internal_win.cc', | 712 'test/ui_controls_internal_win.cc', |
711 'test/ui_controls_internal_win.h', | 713 'test/ui_controls_internal_win.h', |
712 'test/ui_controls_mac.mm', | 714 'test/ui_controls_mac.mm', |
713 'test/ui_controls_win.cc', | 715 'test/ui_controls_win.cc', |
714 ], | 716 ], |
715 'include_dirs': [ | 717 'include_dirs': [ |
716 '../..', | 718 '../..', |
717 ], | 719 ], |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 ], | 763 ], |
762 'variables': { | 764 'variables': { |
763 'jni_gen_package': 'ui', | 765 'jni_gen_package': 'ui', |
764 }, | 766 }, |
765 'includes': [ '../../build/jni_generator.gypi' ], | 767 'includes': [ '../../build/jni_generator.gypi' ], |
766 }, | 768 }, |
767 ], | 769 ], |
768 }], | 770 }], |
769 ], | 771 ], |
770 } | 772 } |
OLD | NEW |