| 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 '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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'accessibility/native_view_accessibility_win.cc', | 48 'accessibility/native_view_accessibility_win.cc', |
| 49 'accessibility/native_view_accessibility_win.h', | 49 'accessibility/native_view_accessibility_win.h', |
| 50 'accessible_pane_view.cc', | 50 'accessible_pane_view.cc', |
| 51 'accessible_pane_view.h', | 51 'accessible_pane_view.h', |
| 52 'animation/bounds_animator.cc', | 52 'animation/bounds_animator.cc', |
| 53 'animation/bounds_animator.h', | 53 'animation/bounds_animator.h', |
| 54 'background.cc', | 54 'background.cc', |
| 55 'background.h', | 55 'background.h', |
| 56 'border.cc', | 56 'border.cc', |
| 57 'border.h', | 57 'border.h', |
| 58 'bubble/border_contents_view.cc', | |
| 59 'bubble/border_contents_view.h', | |
| 60 'bubble/bubble_border.cc', | 58 'bubble/bubble_border.cc', |
| 61 'bubble/bubble_border.h', | 59 'bubble/bubble_border.h', |
| 62 'bubble/bubble_delegate.cc', | 60 'bubble/bubble_delegate.cc', |
| 63 'bubble/bubble_delegate.h', | 61 'bubble/bubble_delegate.h', |
| 64 'bubble/bubble_frame_view.cc', | 62 'bubble/bubble_frame_view.cc', |
| 65 'bubble/bubble_frame_view.h', | 63 'bubble/bubble_frame_view.h', |
| 66 'context_menu_controller.h', | 64 'context_menu_controller.h', |
| 67 'controls/button/button.cc', | 65 'controls/button/button.cc', |
| 68 'controls/button/button.h', | 66 'controls/button/button.h', |
| 69 'controls/button/button_dropdown.cc', | 67 'controls/button/button_dropdown.cc', |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 '../ui.gyp:ui_resources', | 499 '../ui.gyp:ui_resources', |
| 502 '../ui.gyp:ui_resources_standard', | 500 '../ui.gyp:ui_resources_standard', |
| 503 'views', | 501 'views', |
| 504 ], | 502 ], |
| 505 'include_dirs': [ | 503 'include_dirs': [ |
| 506 '..', | 504 '..', |
| 507 ], | 505 ], |
| 508 'sources': [ | 506 'sources': [ |
| 509 'accessible_pane_view_unittest.cc', | 507 'accessible_pane_view_unittest.cc', |
| 510 'animation/bounds_animator_unittest.cc', | 508 'animation/bounds_animator_unittest.cc', |
| 511 'bubble/border_contents_unittest.cc', | |
| 512 'bubble/bubble_delegate_unittest.cc', | 509 'bubble/bubble_delegate_unittest.cc', |
| 513 'bubble/bubble_frame_view_unittest.cc', | 510 'bubble/bubble_frame_view_unittest.cc', |
| 514 'controls/combobox/native_combobox_views_unittest.cc', | 511 'controls/combobox/native_combobox_views_unittest.cc', |
| 515 'controls/label_unittest.cc', | 512 'controls/label_unittest.cc', |
| 516 'controls/menu/menu_model_adapter_unittest.cc', | 513 'controls/menu/menu_model_adapter_unittest.cc', |
| 517 'controls/progress_bar_unittest.cc', | 514 'controls/progress_bar_unittest.cc', |
| 518 'controls/scrollbar/scrollbar_unittest.cc', | 515 'controls/scrollbar/scrollbar_unittest.cc', |
| 519 'controls/single_split_view_unittest.cc', | 516 'controls/single_split_view_unittest.cc', |
| 520 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 517 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 521 'controls/table/table_view_unittest.cc', | 518 'controls/table/table_view_unittest.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 'msvs_settings': { | 739 'msvs_settings': { |
| 743 'VCManifestTool': { | 740 'VCManifestTool': { |
| 744 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 741 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 745 }, | 742 }, |
| 746 }, | 743 }, |
| 747 }], | 744 }], |
| 748 ], | 745 ], |
| 749 }, # target_name: views_examples_lib | 746 }, # target_name: views_examples_lib |
| 750 ], | 747 ], |
| 751 } | 748 } |
| OLD | NEW |