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

Side by Side Diff: views/views.gyp

Issue 6452011: Rework tree APIs to reflect Google style and more const-correctness.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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') | views/widget/drop_helper.cc » ('j') | 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) 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 'conditions': [ 10 'conditions': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'controls/textfield/native_textfield_gtk.h', 244 'controls/textfield/native_textfield_gtk.h',
245 'controls/textfield/native_textfield_win.cc', 245 'controls/textfield/native_textfield_win.cc',
246 'controls/textfield/native_textfield_win.h', 246 'controls/textfield/native_textfield_win.h',
247 'controls/textfield/native_textfield_wrapper.h', 247 'controls/textfield/native_textfield_wrapper.h',
248 'controls/textfield/native_textfield_views.cc', 248 'controls/textfield/native_textfield_views.cc',
249 'controls/textfield/native_textfield_views.h', 249 'controls/textfield/native_textfield_views.h',
250 'controls/throbber.cc', 250 'controls/throbber.cc',
251 'controls/throbber.h', 251 'controls/throbber.h',
252 'controls/tree/tree_view.cc', 252 'controls/tree/tree_view.cc',
253 'controls/tree/tree_view.h', 253 'controls/tree/tree_view.h',
254 'debug_utils.cc',
255 'debug_utils.h',
254 'drag_utils.cc', 256 'drag_utils.cc',
255 'drag_utils.h', 257 'drag_utils.h',
256 'drag_utils_gtk.cc', 258 'drag_utils_gtk.cc',
257 'drag_utils_win.cc', 259 'drag_utils_win.cc',
258 'event.cc', 260 'event.cc',
259 'event.h', 261 'event.h',
260 'event_gtk.cc', 262 'event_gtk.cc',
261 'event_win.cc', 263 'event_win.cc',
262 'event_x.cc', 264 'event_x.cc',
263 'focus/accelerator_handler.h', 265 'focus/accelerator_handler.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 ], 585 ],
584 }, 586 },
585 ], 587 ],
586 } 588 }
587 589
588 # Local Variables: 590 # Local Variables:
589 # tab-width:2 591 # tab-width:2
590 # indent-tabs-mode:nil 592 # indent-tabs-mode:nil
591 # End: 593 # End:
592 # vim: set expandtab tabstop=2 shiftwidth=2: 594 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/view.cc ('k') | views/widget/drop_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698