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

Side by Side Diff: views/views.gyp

Issue 126184: Move TableModel out of views/ and into app/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: addressed comments, build fixes 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/controls/table/table_view_unittest.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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'controls/scrollbar/scroll_bar.cc', 141 'controls/scrollbar/scroll_bar.cc',
142 'controls/scrollbar/scroll_bar.h', 142 'controls/scrollbar/scroll_bar.h',
143 'controls/separator.cc', 143 'controls/separator.cc',
144 'controls/separator.h', 144 'controls/separator.h',
145 'controls/single_split_view.cc', 145 'controls/single_split_view.cc',
146 'controls/single_split_view.h', 146 'controls/single_split_view.h',
147 'controls/tabbed_pane.cc', 147 'controls/tabbed_pane.cc',
148 'controls/tabbed_pane.h', 148 'controls/tabbed_pane.h',
149 'controls/table/group_table_view.cc', 149 'controls/table/group_table_view.cc',
150 'controls/table/group_table_view.h', 150 'controls/table/group_table_view.h',
151 'controls/table/table_model.cc',
152 'controls/table/table_model.h',
153 'controls/table/table_model_observer.h',
154 'controls/table/table_view.cc', 151 'controls/table/table_view.cc',
155 'controls/table/table_view.h', 152 'controls/table/table_view.h',
156 'controls/table/table_view_observer.h', 153 'controls/table/table_view_observer.h',
157 'controls/textfield/textfield.cc', 154 'controls/textfield/textfield.cc',
158 'controls/textfield/textfield.h', 155 'controls/textfield/textfield.h',
159 'controls/textfield/native_textfield_gtk.cc', 156 'controls/textfield/native_textfield_gtk.cc',
160 'controls/textfield/native_textfield_gtk.h', 157 'controls/textfield/native_textfield_gtk.h',
161 'controls/textfield/native_textfield_win.cc', 158 'controls/textfield/native_textfield_win.cc',
162 'controls/textfield/native_textfield_win.h', 159 'controls/textfield/native_textfield_win.h',
163 'controls/textfield/native_textfield_wrapper.h', 160 'controls/textfield/native_textfield_wrapper.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], 291 ],
295 'include_dirs': [ 292 'include_dirs': [
296 # TODO(beng): move wtl to src/third_party 293 # TODO(beng): move wtl to src/third_party
297 '../chrome/third_party/wtl/include', 294 '../chrome/third_party/wtl/include',
298 ], 295 ],
299 }], 296 }],
300 ], 297 ],
301 }, 298 },
302 ], 299 ],
303 } 300 }
OLDNEW
« no previous file with comments | « views/controls/table/table_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698