| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 '../ui/ui.gyp:ui_resources_standard', | 565 '../ui/ui.gyp:ui_resources_standard', |
| 566 'views', | 566 'views', |
| 567 ], | 567 ], |
| 568 'include_dirs': [ | 568 'include_dirs': [ |
| 569 '..', | 569 '..', |
| 570 ], | 570 ], |
| 571 'sources': [ | 571 'sources': [ |
| 572 'animation/bounds_animator_unittest.cc', | 572 'animation/bounds_animator_unittest.cc', |
| 573 'bubble/bubble_delegate_unittest.cc', | 573 'bubble/bubble_delegate_unittest.cc', |
| 574 'bubble/bubble_frame_view_unittest.cc', | 574 'bubble/bubble_frame_view_unittest.cc', |
| 575 'bubble/bubble_view_unittest.cc', | |
| 576 'controls/label_unittest.cc', | 575 'controls/label_unittest.cc', |
| 577 'controls/progress_bar_unittest.cc', | 576 'controls/progress_bar_unittest.cc', |
| 578 'controls/single_split_view_unittest.cc', | 577 'controls/single_split_view_unittest.cc', |
| 579 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 578 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 580 'controls/table/table_view_unittest.cc', | 579 'controls/table/table_view_unittest.cc', |
| 581 'controls/combobox/native_combobox_views_unittest.cc', | 580 'controls/combobox/native_combobox_views_unittest.cc', |
| 582 'controls/menu/menu_model_adapter_unittest.cc', | 581 'controls/menu/menu_model_adapter_unittest.cc', |
| 583 'controls/textfield/native_textfield_views_unittest.cc', | 582 'controls/textfield/native_textfield_views_unittest.cc', |
| 584 'controls/textfield/textfield_views_model_unittest.cc', | 583 'controls/textfield/textfield_views_model_unittest.cc', |
| 585 'controls/scrollbar/scrollbar_unittest.cc', | 584 'controls/scrollbar/scrollbar_unittest.cc', |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 'dependencies': [ | 953 'dependencies': [ |
| 955 '../chrome/chrome.gyp:packed_resources', | 954 '../chrome/chrome.gyp:packed_resources', |
| 956 ], | 955 ], |
| 957 }], | 956 }], |
| 958 ], | 957 ], |
| 959 }, | 958 }, |
| 960 ], | 959 ], |
| 961 }], | 960 }], |
| 962 ], | 961 ], |
| 963 } | 962 } |
| OLD | NEW |