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

Side by Side Diff: views/views.gyp

Issue 119237: A new menu system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/view.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'controls/image_view.h', 96 'controls/image_view.h',
97 'controls/label.cc', 97 'controls/label.cc',
98 'controls/label.h', 98 'controls/label.h',
99 'controls/link.cc', 99 'controls/link.cc',
100 'controls/link.h', 100 'controls/link.h',
101 'controls/menu/chrome_menu.cc', 101 'controls/menu/chrome_menu.cc',
102 'controls/menu/chrome_menu.h', 102 'controls/menu/chrome_menu.h',
103 'controls/menu/controller.h', 103 'controls/menu/controller.h',
104 'controls/menu/menu.cc', 104 'controls/menu/menu.cc',
105 'controls/menu/menu.h', 105 'controls/menu/menu.h',
106 'controls/menu/menu_2.cc',
107 'controls/menu/menu_2.h',
106 'controls/menu/menu_gtk.cc', 108 'controls/menu/menu_gtk.cc',
107 'controls/menu/menu_gtk.h', 109 'controls/menu/menu_gtk.h',
108 'controls/menu/menu_win.cc', 110 'controls/menu/menu_win.cc',
109 'controls/menu/menu_win.h', 111 'controls/menu/menu_win.h',
112 'controls/menu/menu_wrapper.h',
113 'controls/menu/native_menu_gtk.cc',
114 'controls/menu/native_menu_gtk.h',
115 'controls/menu/native_menu_win.cc',
116 'controls/menu/native_menu_win.h',
117 'controls/menu/simple_menu_model.cc',
118 'controls/menu/simple_menu_model.h',
110 'controls/menu/view_menu_delegate.h', 119 'controls/menu/view_menu_delegate.h',
111 'controls/message_box_view.cc', 120 'controls/message_box_view.cc',
112 'controls/message_box_view.h', 121 'controls/message_box_view.h',
113 'controls/native_control.cc', 122 'controls/native_control.cc',
114 'controls/native_control.h', 123 'controls/native_control.h',
115 'controls/native_control_gtk.cc', 124 'controls/native_control_gtk.cc',
116 'controls/native_control_gtk.h', 125 'controls/native_control_gtk.h',
117 'controls/native_control_win.cc', 126 'controls/native_control_win.cc',
118 'controls/native_control_win.h', 127 'controls/native_control_win.h',
119 'controls/native/native_view_host.cc', 128 'controls/native/native_view_host.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 ], 294 ],
286 'include_dirs': [ 295 'include_dirs': [
287 # TODO(beng): move wtl to src/third_party 296 # TODO(beng): move wtl to src/third_party
288 '../chrome/third_party/wtl/include', 297 '../chrome/third_party/wtl/include',
289 ], 298 ],
290 }], 299 }],
291 ], 300 ],
292 }, 301 },
293 ], 302 ],
294 } 303 }
OLDNEW
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698