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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5857002: no native implementation of Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1682 '../testing/gtest_mac_unittest.mm', 1682 '../testing/gtest_mac_unittest.mm',
1683 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1683 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1684 # TODO(jcampan): Create a separate unit test for these to allow us to 1684 # TODO(jcampan): Create a separate unit test for these to allow us to
1685 # test views completely decoupled from chrome. 1685 # test views completely decoupled from chrome.
1686 '../views/animation/bounds_animator_unittest.cc', 1686 '../views/animation/bounds_animator_unittest.cc',
1687 '../views/box_layout_unittest.cc', 1687 '../views/box_layout_unittest.cc',
1688 '../views/controls/label_unittest.cc', 1688 '../views/controls/label_unittest.cc',
1689 '../views/controls/progress_bar_unittest.cc', 1689 '../views/controls/progress_bar_unittest.cc',
1690 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', 1690 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
1691 '../views/controls/table/table_view_unittest.cc', 1691 '../views/controls/table/table_view_unittest.cc',
1692 '../views/controls/textfield/textfield_views_model_unittest.cc',
1693 '../views/controls/textfield/native_textfield_views_unittest.cc',
1692 '../views/focus/accelerator_handler_gtk_unittest.cc', 1694 '../views/focus/accelerator_handler_gtk_unittest.cc',
1693 '../views/focus/focus_manager_unittest.cc', 1695 '../views/focus/focus_manager_unittest.cc',
1694 '../views/grid_layout_unittest.cc', 1696 '../views/grid_layout_unittest.cc',
1695 '../views/view_unittest.cc', 1697 '../views/view_unittest.cc',
1696 ], 1698 ],
1697 'conditions': [ 1699 'conditions': [
1698 ['touchui==1', { 1700 ['touchui==1', {
1699 'sources!': [ 1701 'sources!': [
1700 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1702 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1701 ], 1703 ],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1763 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1765 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1764 ], 1766 ],
1765 'sources!': [ 1767 'sources!': [
1766 'browser/printing/print_job_unittest.cc', 1768 'browser/printing/print_job_unittest.cc',
1767 ], 1769 ],
1768 }, { # else: OS != "linux" 1770 }, { # else: OS != "linux"
1769 'sources!': [ 1771 'sources!': [
1770 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', 1772 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc',
1771 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1773 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
1772 '../views/focus/accelerator_handler_gtk_unittest.cc', 1774 '../views/focus/accelerator_handler_gtk_unittest.cc',
1775 '../views/controls/textfield/textfield_views_model_unittest.cc',
1776 '../views/controls/textfield/native_textfield_views_unittest.cc',
1773 ], 1777 ],
1774 }], 1778 }],
1775 ['OS=="linux" or OS=="freebsd"', { 1779 ['OS=="linux" or OS=="freebsd"', {
1776 'conditions': [ 1780 'conditions': [
1777 ['linux_use_tcmalloc==1', { 1781 ['linux_use_tcmalloc==1', {
1778 'dependencies': [ 1782 'dependencies': [
1779 '../base/allocator/allocator.gyp:allocator', 1783 '../base/allocator/allocator.gyp:allocator',
1780 ], 1784 ],
1781 }], 1785 }],
1782 ], 1786 ],
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
3563 ] 3567 ]
3564 }], # 'coverage!=0' 3568 }], # 'coverage!=0'
3565 ], # 'conditions' 3569 ], # 'conditions'
3566 } 3570 }
3567 3571
3568 # Local Variables: 3572 # Local Variables:
3569 # tab-width:2 3573 # tab-width:2
3570 # indent-tabs-mode:nil 3574 # indent-tabs-mode:nil
3571 # End: 3575 # End:
3572 # vim: set expandtab tabstop=2 shiftwidth=2: 3576 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698