| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'sources/': [ | 10 'sources/': [ |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'views', | 421 'views', |
| 422 ], | 422 ], |
| 423 'include_dirs': [ | 423 'include_dirs': [ |
| 424 '..', | 424 '..', |
| 425 ], | 425 ], |
| 426 'sources': [ | 426 'sources': [ |
| 427 'animation/bounds_animator_unittest.cc', | 427 'animation/bounds_animator_unittest.cc', |
| 428 'box_layout_unittest.cc', | 428 'box_layout_unittest.cc', |
| 429 'controls/label_unittest.cc', | 429 'controls/label_unittest.cc', |
| 430 'controls/progress_bar_unittest.cc', | 430 'controls/progress_bar_unittest.cc', |
| 431 'controls/single_split_view_unittest.cc', | |
| 432 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 431 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 433 'controls/table/table_view_unittest.cc', | 432 'controls/table/table_view_unittest.cc', |
| 434 'controls/textfield/native_textfield_views_unittest.cc', | 433 'controls/textfield/native_textfield_views_unittest.cc', |
| 435 'controls/textfield/textfield_views_model_unittest.cc', | 434 'controls/textfield/textfield_views_model_unittest.cc', |
| 436 'focus/accelerator_handler_gtk_unittest.cc', | 435 'focus/accelerator_handler_gtk_unittest.cc', |
| 437 'focus/focus_manager_unittest.cc', | 436 'focus/focus_manager_unittest.cc', |
| 438 'grid_layout_unittest.cc', | 437 'grid_layout_unittest.cc', |
| 439 'test/views_test_base.h', | 438 'test/views_test_base.h', |
| 440 'run_all_unittests.cc', | 439 'run_all_unittests.cc', |
| 441 'test/test_views_delegate.h', | 440 'test/test_views_delegate.h', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 ], | 539 ], |
| 541 }, | 540 }, |
| 542 ], | 541 ], |
| 543 } | 542 } |
| 544 | 543 |
| 545 # Local Variables: | 544 # Local Variables: |
| 546 # tab-width:2 | 545 # tab-width:2 |
| 547 # indent-tabs-mode:nil | 546 # indent-tabs-mode:nil |
| 548 # End: | 547 # End: |
| 549 # vim: set expandtab tabstop=2 shiftwidth=2: | 548 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |