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

Side by Side Diff: views/views.gyp

Issue 7720020: Get views_unittests pass on touch build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable TouchSelectionControllerImplTest as they're fixed Created 9 years, 3 months 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 | « views/view_unittest.cc ('k') | views/widget/widget_unittest.cc » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../build/linux/system.gyp:gtk', 499 '../build/linux/system.gyp:gtk',
500 '../chrome/chrome.gyp:packed_resources', 500 '../chrome/chrome.gyp:packed_resources',
501 ], 501 ],
502 'conditions': [ 502 'conditions': [
503 ['linux_use_tcmalloc==1', { 503 ['linux_use_tcmalloc==1', {
504 'dependencies': [ 504 'dependencies': [
505 '../base/allocator/allocator.gyp:allocator', 505 '../base/allocator/allocator.gyp:allocator',
506 ], 506 ],
507 }], 507 }],
508 [ 'touchui==1', { 508 [ 'touchui==1', {
509 'sources!': [ 'focus/accelerator_handler_gtk_unittest.cc' ], 509 'sources!': [
510 'focus/accelerator_handler_gtk_unittest.cc',
511 'controls/table/table_view_unittest.cc',
512 'controls/tabbed_pane/tabbed_pane_unittest.cc'
513 ],
510 }], 514 }],
511 ], 515 ],
512 }, 516 },
513 ], 517 ],
514 ['touchui==0', { 518 ['touchui==0', {
515 'sources!': [ 519 'sources!': [
516 'touchui/touch_selection_controller_impl_unittest.cc', 520 'touchui/touch_selection_controller_impl_unittest.cc',
517 ], 521 ],
518 }], 522 }],
519 ['OS=="win"', { 523 ['OS=="win"', {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'include_dirs': [ 743 'include_dirs': [
740 '<(DEPTH)/third_party/wtl/include', 744 '<(DEPTH)/third_party/wtl/include',
741 ], 745 ],
742 }], 746 }],
743 ], 747 ],
744 }, 748 },
745 749
746 750
747 ], 751 ],
748 } 752 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698