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

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: WINDOWS!!! 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
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('k') | ui/base/ui_base_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('k') | ui/base/ui_base_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698