| 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '../../third_party/icu/icu.gyp:icuuc', | 726 '../../third_party/icu/icu.gyp:icuuc', |
| 727 '../ui.gyp:ui', | 727 '../ui.gyp:ui', |
| 728 '../ui.gyp:ui_resources', | 728 '../ui.gyp:ui_resources', |
| 729 'controls/webview/webview.gyp:webview', | 729 'controls/webview/webview.gyp:webview', |
| 730 'views', | 730 'views', |
| 731 ], | 731 ], |
| 732 'include_dirs': [ | 732 'include_dirs': [ |
| 733 '..', | 733 '..', |
| 734 ], | 734 ], |
| 735 'defines': [ | 735 'defines': [ |
| 736 'VIEWS_EXAMPLES_IMPLEMENTATION', | 736 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', |
| 737 ], | 737 ], |
| 738 'sources': [ | 738 'sources': [ |
| 739 'examples/bubble_example.cc', | 739 'examples/bubble_example.cc', |
| 740 'examples/bubble_example.h', | 740 'examples/bubble_example.h', |
| 741 'examples/button_example.cc', | 741 'examples/button_example.cc', |
| 742 'examples/button_example.h', | 742 'examples/button_example.h', |
| 743 'examples/combobox_example.cc', | 743 'examples/combobox_example.cc', |
| 744 'examples/combobox_example.h', | 744 'examples/combobox_example.h', |
| 745 'examples/double_split_view_example.cc', | 745 'examples/double_split_view_example.cc', |
| 746 'examples/double_split_view_example.h', | 746 'examples/double_split_view_example.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 775 'examples/table_example.cc', | 775 'examples/table_example.cc', |
| 776 'examples/table_example.h', | 776 'examples/table_example.h', |
| 777 'examples/text_example.cc', | 777 'examples/text_example.cc', |
| 778 'examples/text_example.h', | 778 'examples/text_example.h', |
| 779 'examples/textfield_example.cc', | 779 'examples/textfield_example.cc', |
| 780 'examples/textfield_example.h', | 780 'examples/textfield_example.h', |
| 781 'examples/throbber_example.cc', | 781 'examples/throbber_example.cc', |
| 782 'examples/throbber_example.h', | 782 'examples/throbber_example.h', |
| 783 'examples/tree_view_example.cc', | 783 'examples/tree_view_example.cc', |
| 784 'examples/tree_view_example.h', | 784 'examples/tree_view_example.h', |
| 785 'examples/views_examples_export.h', | 785 'examples/views_examples_with_content_export.h', |
| 786 'examples/webview_example.cc', | 786 'examples/webview_example.cc', |
| 787 'examples/webview_example.h', | 787 'examples/webview_example.h', |
| 788 'examples/widget_example.cc', | 788 'examples/widget_example.cc', |
| 789 'examples/widget_example.h', | 789 'examples/widget_example.h', |
| 790 ], | 790 ], |
| 791 'conditions': [ | 791 'conditions': [ |
| 792 ['OS=="win"', { | 792 ['OS=="win"', { |
| 793 'include_dirs': [ | 793 'include_dirs': [ |
| 794 '../third_party/wtl/include', | 794 '../third_party/wtl/include', |
| 795 ], | 795 ], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'sources/': [ | 859 'sources/': [ |
| 860 # This is needed because the aura rule strips it from the default | 860 # This is needed because the aura rule strips it from the default |
| 861 # sources list. | 861 # sources list. |
| 862 ['include', '^../../content/app/startup_helper_win.cc'], | 862 ['include', '^../../content/app/startup_helper_win.cc'], |
| 863 ], | 863 ], |
| 864 }], | 864 }], |
| 865 ], | 865 ], |
| 866 }, # target_name: views_examples_with_content_exe | 866 }, # target_name: views_examples_with_content_exe |
| 867 ], | 867 ], |
| 868 } | 868 } |
| OLD | NEW |