| OLD | NEW |
| 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 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1641 '../testing/gtest_mac_unittest.mm', | 1641 '../testing/gtest_mac_unittest.mm', |
| 1642 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1642 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| 1643 # TODO(jcampan): Create a separate unit test for these to allow us to | 1643 # TODO(jcampan): Create a separate unit test for these to allow us to |
| 1644 # test views completely decoupled from chrome. | 1644 # test views completely decoupled from chrome. |
| 1645 '../views/animation/bounds_animator_unittest.cc', | 1645 '../views/animation/bounds_animator_unittest.cc', |
| 1646 '../views/box_layout_unittest.cc', | 1646 '../views/box_layout_unittest.cc', |
| 1647 '../views/controls/label_unittest.cc', | 1647 '../views/controls/label_unittest.cc', |
| 1648 '../views/controls/progress_bar_unittest.cc', | 1648 '../views/controls/progress_bar_unittest.cc', |
| 1649 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', | 1649 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 1650 '../views/controls/table/table_view_unittest.cc', | 1650 '../views/controls/table/table_view_unittest.cc', |
| 1651 '../views/controls/textfield/textfield_view_unittest.cc', |
| 1651 '../views/focus/accelerator_handler_gtk_unittest.cc', | 1652 '../views/focus/accelerator_handler_gtk_unittest.cc', |
| 1652 '../views/focus/focus_manager_unittest.cc', | 1653 '../views/focus/focus_manager_unittest.cc', |
| 1653 '../views/grid_layout_unittest.cc', | 1654 '../views/grid_layout_unittest.cc', |
| 1654 '../views/view_unittest.cc', | 1655 '../views/view_unittest.cc', |
| 1655 ], | 1656 ], |
| 1656 'conditions': [ | 1657 'conditions': [ |
| 1657 ['touchui==1', { | 1658 ['touchui==1', { |
| 1658 'sources!': [ | 1659 'sources!': [ |
| 1659 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1660 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
| 1660 ], | 1661 ], |
| (...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3382 ] | 3383 ] |
| 3383 }], # 'coverage!=0' | 3384 }], # 'coverage!=0' |
| 3384 ], # 'conditions' | 3385 ], # 'conditions' |
| 3385 } | 3386 } |
| 3386 | 3387 |
| 3387 # Local Variables: | 3388 # Local Variables: |
| 3388 # tab-width:2 | 3389 # tab-width:2 |
| 3389 # indent-tabs-mode:nil | 3390 # indent-tabs-mode:nil |
| 3390 # End: | 3391 # End: |
| 3391 # vim: set expandtab tabstop=2 shiftwidth=2: | 3392 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |