Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: views/views.gyp

Issue 7846010: Fixed crash when a SinglesplitView gets embdedded inside SingleSplitView (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Examples order changed Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/examples/examples_main.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'views', 663 'views',
664 ], 664 ],
665 'include_dirs': [ 665 'include_dirs': [
666 '..', 666 '..',
667 ], 667 ],
668 'sources': [ 668 'sources': [
669 'examples/button_example.cc', 669 'examples/button_example.cc',
670 'examples/button_example.h', 670 'examples/button_example.h',
671 'examples/combobox_example.cc', 671 'examples/combobox_example.cc',
672 'examples/combobox_example.h', 672 'examples/combobox_example.h',
673 'examples/double_split_view_example.cc',
674 'examples/double_split_view_example.h',
673 'examples/example_base.cc', 675 'examples/example_base.cc',
674 'examples/example_base.h', 676 'examples/example_base.h',
675 'examples/examples_main.cc', 677 'examples/examples_main.cc',
676 'examples/examples_main.h', 678 'examples/examples_main.h',
677 'examples/link_example.cc', 679 'examples/link_example.cc',
678 'examples/link_example.h', 680 'examples/link_example.h',
679 'examples/message_box_example.cc', 681 'examples/message_box_example.cc',
680 'examples/message_box_example.h', 682 'examples/message_box_example.h',
681 'examples/menu_example.cc', 683 'examples/menu_example.cc',
682 'examples/menu_example.h', 684 'examples/menu_example.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'include_dirs': [ 890 'include_dirs': [
889 '<(DEPTH)/third_party/wtl/include', 891 '<(DEPTH)/third_party/wtl/include',
890 ], 892 ],
891 }], 893 }],
892 ], 894 ],
893 }, 895 },
894 ], 896 ],
895 }], 897 }],
896 ], 898 ],
897 } 899 }
OLDNEW
« no previous file with comments | « views/examples/examples_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698