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

Side by Side Diff: ui/views/views.gyp

Issue 107363004: ui/views: Remove gmock dependency from views_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 ], 695 ],
696 }, # target_name: views_with_content_test_support 696 }, # target_name: views_with_content_test_support
697 { 697 {
698 'target_name': 'views_unittests', 698 'target_name': 'views_unittests',
699 'type': 'executable', 699 'type': 'executable',
700 'dependencies': [ 700 'dependencies': [
701 '../../base/base.gyp:base', 701 '../../base/base.gyp:base',
702 '../../base/base.gyp:base_i18n', 702 '../../base/base.gyp:base_i18n',
703 '../../base/base.gyp:test_support_base', 703 '../../base/base.gyp:test_support_base',
704 '../../skia/skia.gyp:skia', 704 '../../skia/skia.gyp:skia',
705 '../../testing/gmock.gyp:gmock',
706 '../../testing/gtest.gyp:gtest', 705 '../../testing/gtest.gyp:gtest',
707 '../../third_party/icu/icu.gyp:icui18n', 706 '../../third_party/icu/icu.gyp:icui18n',
708 '../../third_party/icu/icu.gyp:icuuc', 707 '../../third_party/icu/icu.gyp:icuuc',
709 '../../url/url.gyp:url_lib', 708 '../../url/url.gyp:url_lib',
710 '../base/strings/ui_strings.gyp:ui_strings', 709 '../base/strings/ui_strings.gyp:ui_strings',
711 '../compositor/compositor.gyp:compositor', 710 '../compositor/compositor.gyp:compositor',
712 '../compositor/compositor.gyp:compositor_test_support', 711 '../compositor/compositor.gyp:compositor_test_support',
713 '../events/events.gyp:events', 712 '../events/events.gyp:events',
714 '../gfx/gfx.gyp:gfx', 713 '../gfx/gfx.gyp:gfx',
715 '../resources/ui_resources.gyp:ui_resources', 714 '../resources/ui_resources.gyp:ui_resources',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'sources/': [ 1107 'sources/': [
1109 # This is needed because the aura rule strips it from the default 1108 # This is needed because the aura rule strips it from the default
1110 # sources list. 1109 # sources list.
1111 ['include', '^../../content/app/startup_helper_win.cc'], 1110 ['include', '^../../content/app/startup_helper_win.cc'],
1112 ], 1111 ],
1113 }], 1112 }],
1114 ], 1113 ],
1115 }, # target_name: views_examples_with_content_exe 1114 }, # target_name: views_examples_with_content_exe
1116 ], 1115 ],
1117 } 1116 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698