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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'views', | 426 'views', |
427 ], | 427 ], |
428 'include_dirs': [ | 428 'include_dirs': [ |
429 '..', | 429 '..', |
430 ], | 430 ], |
431 'sources': [ | 431 'sources': [ |
432 'animation/bounds_animator_unittest.cc', | 432 'animation/bounds_animator_unittest.cc', |
433 'box_layout_unittest.cc', | 433 'box_layout_unittest.cc', |
434 'controls/label_unittest.cc', | 434 'controls/label_unittest.cc', |
435 'controls/progress_bar_unittest.cc', | 435 'controls/progress_bar_unittest.cc', |
| 436 'controls/single_split_view_unittest.cc', |
436 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 437 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
437 'controls/table/table_view_unittest.cc', | 438 'controls/table/table_view_unittest.cc', |
438 'controls/textfield/native_textfield_views_unittest.cc', | 439 'controls/textfield/native_textfield_views_unittest.cc', |
439 'controls/textfield/textfield_views_model_unittest.cc', | 440 'controls/textfield/textfield_views_model_unittest.cc', |
440 'focus/accelerator_handler_gtk_unittest.cc', | 441 'focus/accelerator_handler_gtk_unittest.cc', |
441 'focus/focus_manager_unittest.cc', | 442 'focus/focus_manager_unittest.cc', |
442 'grid_layout_unittest.cc', | 443 'grid_layout_unittest.cc', |
443 'run_all_unittests.cc', | 444 'run_all_unittests.cc', |
444 'view_unittest.cc', | 445 'view_unittest.cc', |
445 | 446 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 ], | 547 ], |
547 }, | 548 }, |
548 ], | 549 ], |
549 } | 550 } |
550 | 551 |
551 # Local Variables: | 552 # Local Variables: |
552 # tab-width:2 | 553 # tab-width:2 |
553 # indent-tabs-mode:nil | 554 # indent-tabs-mode:nil |
554 # End: | 555 # End: |
555 # vim: set expandtab tabstop=2 shiftwidth=2: | 556 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |