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