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

Side by Side Diff: views/views.gyp

Issue 115886: Stub out textfield on GTK (Closed) Base URL: svn://chrome-svn/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/controls/textfield/native_textfield_win.h ('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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'controls/scroll_view.cc', 240 'controls/scroll_view.cc',
241 'controls/table/group_table_view.cc', 241 'controls/table/group_table_view.cc',
242 'controls/native_control.cc', 242 'controls/native_control.cc',
243 'controls/scrollbar/native_scroll_bar.cc', 243 'controls/scrollbar/native_scroll_bar.cc',
244 'controls/button/radio_button.cc', 244 'controls/button/radio_button.cc',
245 'controls/separator.cc', 245 'controls/separator.cc',
246 'controls/single_split_view.cc', 246 'controls/single_split_view.cc',
247 'controls/tabbed_pane.cc', 247 'controls/tabbed_pane.cc',
248 'controls/table/table_view.cc', 248 'controls/table/table_view.cc',
249 'controls/table/group_table_view.cc', 249 'controls/table/group_table_view.cc',
250 'controls/textfield/textfield.cc',
251 'controls/text_field.cc',
252 'controls/tree/tree_view.cc', 250 'controls/tree/tree_view.cc',
253 'drag_utils.cc', 251 'drag_utils.cc',
254 'drag_utils.h', 252 'drag_utils.h',
255 'event_win.cc', 253 'event_win.cc',
256 'resize_corner.cc', 254 'resize_corner.cc',
257 'widget/accelerator_handler.cc', 255 'widget/accelerator_handler.cc',
258 'widget/aero_tooltip_manager.cc', 256 'widget/aero_tooltip_manager.cc',
259 'widget/root_view_drop_target.cc', 257 'widget/root_view_drop_target.cc',
260 'widget/tooltip_manager.cc', 258 'widget/tooltip_manager.cc',
261 'window/dialog_client_view.cc', 259 'window/dialog_client_view.cc',
(...skipping 10 matching lines...) Expand all
272 ], 270 ],
273 'include_dirs': [ 271 'include_dirs': [
274 # TODO(beng): move wtl to src/third_party 272 # TODO(beng): move wtl to src/third_party
275 '../chrome/third_party/wtl/include', 273 '../chrome/third_party/wtl/include',
276 ], 274 ],
277 }], 275 }],
278 ], 276 ],
279 }, 277 },
280 ], 278 ],
281 } 279 }
OLDNEW
« no previous file with comments | « views/controls/textfield/native_textfield_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698