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

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: 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
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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'views', 650 'views',
651 ], 651 ],
652 'include_dirs': [ 652 'include_dirs': [
653 '..', 653 '..',
654 ], 654 ],
655 'sources': [ 655 'sources': [
656 'examples/button_example.cc', 656 'examples/button_example.cc',
657 'examples/button_example.h', 657 'examples/button_example.h',
658 'examples/combobox_example.cc', 658 'examples/combobox_example.cc',
659 'examples/combobox_example.h', 659 'examples/combobox_example.h',
660 'examples/double_split_view_example.cc',
661 'examples/double_split_view_example.h',
660 'examples/example_base.cc', 662 'examples/example_base.cc',
661 'examples/example_base.h', 663 'examples/example_base.h',
662 'examples/examples_main.cc', 664 'examples/examples_main.cc',
663 'examples/examples_main.h', 665 'examples/examples_main.h',
664 'examples/link_example.cc', 666 'examples/link_example.cc',
665 'examples/link_example.h', 667 'examples/link_example.h',
666 'examples/message_box_example.cc', 668 'examples/message_box_example.cc',
667 'examples/message_box_example.h', 669 'examples/message_box_example.h',
668 'examples/menu_example.cc', 670 'examples/menu_example.cc',
669 'examples/menu_example.h', 671 'examples/menu_example.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'include_dirs': [ 875 'include_dirs': [
874 '<(DEPTH)/third_party/wtl/include', 876 '<(DEPTH)/third_party/wtl/include',
875 ], 877 ],
876 }], 878 }],
877 ], 879 ],
878 }, 880 },
879 ], 881 ],
880 }], 882 }],
881 ], 883 ],
882 } 884 }
OLDNEW
« views/examples/examples_main.cc ('K') | « views/examples/examples_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698