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

Side by Side Diff: views/views.gyp

Issue 7720012: Moves ownership of MenuItemView to MenuRunner as well as responbility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 9 years, 4 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'controls/menu/menu.cc', 93 'controls/menu/menu.cc',
94 'controls/menu/menu.h', 94 'controls/menu/menu.h',
95 'controls/menu/menu_2.cc', 95 'controls/menu/menu_2.cc',
96 'controls/menu/menu_2.h', 96 'controls/menu/menu_2.h',
97 'controls/menu/menu_config.cc', 97 'controls/menu/menu_config.cc',
98 'controls/menu/menu_config.h', 98 'controls/menu/menu_config.h',
99 'controls/menu/menu_config_gtk.cc', 99 'controls/menu/menu_config_gtk.cc',
100 'controls/menu/menu_config_win.cc', 100 'controls/menu/menu_config_win.cc',
101 'controls/menu/menu_controller.cc', 101 'controls/menu/menu_controller.cc',
102 'controls/menu/menu_controller.h', 102 'controls/menu/menu_controller.h',
103 'controls/menu/menu_controller_delegate.h',
103 'controls/menu/menu_delegate.cc', 104 'controls/menu/menu_delegate.cc',
104 'controls/menu/menu_delegate.h', 105 'controls/menu/menu_delegate.h',
105 'controls/menu/menu_gtk.cc', 106 'controls/menu/menu_gtk.cc',
106 'controls/menu/menu_gtk.h', 107 'controls/menu/menu_gtk.h',
107 'controls/menu/menu_host.cc', 108 'controls/menu/menu_host.cc',
108 'controls/menu/menu_host.h', 109 'controls/menu/menu_host.h',
109 'controls/menu/menu_host_root_view.cc', 110 'controls/menu/menu_host_root_view.cc',
110 'controls/menu/menu_host_root_view.h', 111 'controls/menu/menu_host_root_view.h',
111 'controls/menu/menu_item_view.cc', 112 'controls/menu/menu_item_view.cc',
112 'controls/menu/menu_item_view.h', 113 'controls/menu/menu_item_view.h',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'include_dirs': [ 729 'include_dirs': [
729 '<(DEPTH)/third_party/wtl/include', 730 '<(DEPTH)/third_party/wtl/include',
730 ], 731 ],
731 }], 732 }],
732 ], 733 ],
733 }, 734 },
734 735
735 736
736 ], 737 ],
737 } 738 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698