Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Side by Side Diff: ui/base/ui_base.gyp

Issue 720373003: Add FakeClipboard implementation for unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more fix... Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« ui/base/test/fake_clipboard.h ('K') | « ui/base/test/fake_clipboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698