| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 'views', | 460 'views', |
| 461 ], | 461 ], |
| 462 'include_dirs': [ | 462 'include_dirs': [ |
| 463 '..', | 463 '..', |
| 464 ], | 464 ], |
| 465 'sources': [ | 465 'sources': [ |
| 466 'accessible_pane_view_unittest.cc', | 466 'accessible_pane_view_unittest.cc', |
| 467 'animation/bounds_animator_unittest.cc', | 467 'animation/bounds_animator_unittest.cc', |
| 468 'bubble/bubble_delegate_unittest.cc', | 468 'bubble/bubble_delegate_unittest.cc', |
| 469 'bubble/bubble_frame_view_unittest.cc', | 469 'bubble/bubble_frame_view_unittest.cc', |
| 470 'controls/button/image_button_unittest.cc', |
| 470 'controls/combobox/native_combobox_views_unittest.cc', | 471 'controls/combobox/native_combobox_views_unittest.cc', |
| 471 'controls/label_unittest.cc', | 472 'controls/label_unittest.cc', |
| 472 'controls/menu/menu_model_adapter_unittest.cc', | 473 'controls/menu/menu_model_adapter_unittest.cc', |
| 473 'controls/progress_bar_unittest.cc', | 474 'controls/progress_bar_unittest.cc', |
| 474 'controls/scrollbar/scrollbar_unittest.cc', | 475 'controls/scrollbar/scrollbar_unittest.cc', |
| 475 'controls/single_split_view_unittest.cc', | 476 'controls/single_split_view_unittest.cc', |
| 476 'controls/slider_unittest.cc', | 477 'controls/slider_unittest.cc', |
| 477 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 478 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 478 'controls/table/table_view_unittest.cc', | 479 'controls/table/table_view_unittest.cc', |
| 479 'controls/textfield/native_textfield_views_unittest.cc', | 480 'controls/textfield/native_textfield_views_unittest.cc', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ['use_aura==1', { | 689 ['use_aura==1', { |
| 689 'dependencies': [ | 690 'dependencies': [ |
| 690 '../gfx/compositor/compositor.gyp:compositor', | 691 '../gfx/compositor/compositor.gyp:compositor', |
| 691 '../gfx/compositor/compositor.gyp:compositor_test_support', | 692 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 692 ], | 693 ], |
| 693 }], | 694 }], |
| 694 ], | 695 ], |
| 695 }, # target_name: views_examples_lib | 696 }, # target_name: views_examples_lib |
| 696 ], | 697 ], |
| 697 } | 698 } |
| OLD | NEW |