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

Side by Side Diff: ui/views/views.gyp

Issue 10736061: Enable debug logging for views::View (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile glitch in release Created 8 years, 5 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 | « ui/views/debug_utils.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'controls/throbber.h', 228 'controls/throbber.h',
229 'controls/tree/tree_view.h', 229 'controls/tree/tree_view.h',
230 'controls/tree/tree_view_controller.cc', 230 'controls/tree/tree_view_controller.cc',
231 'controls/tree/tree_view_controller.h', 231 'controls/tree/tree_view_controller.h',
232 'controls/tree/tree_view_views.cc', 232 'controls/tree/tree_view_views.cc',
233 'controls/tree/tree_view_views.h', 233 'controls/tree/tree_view_views.h',
234 'controls/tree/tree_view_win.cc', 234 'controls/tree/tree_view_win.cc',
235 'controls/tree/tree_view_win.h', 235 'controls/tree/tree_view_win.h',
236 'controls/webview/webview.cc', 236 'controls/webview/webview.cc',
237 'controls/webview/webview.h', 237 'controls/webview/webview.h',
238 #'debug_utils.cc', 238 'debug_utils.cc',
239 #'debug_utils.h', 239 'debug_utils.h',
240 'drag_controller.h', 240 'drag_controller.h',
241 'drag_utils.cc', 241 'drag_utils.cc',
242 'drag_utils.h', 242 'drag_utils.h',
243 'events/event.cc', 243 'events/event.cc',
244 'events/event.h', 244 'events/event.h',
245 'events/event_aura.cc', 245 'events/event_aura.cc',
246 'events/event_win.cc', 246 'events/event_win.cc',
247 'events/event_x.cc', 247 'events/event_x.cc',
248 'focus/accelerator_handler.h', 248 'focus/accelerator_handler.h',
249 'focus/accelerator_handler_aura.cc', 249 'focus/accelerator_handler_aura.cc',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'sources/': [ 736 'sources/': [
737 # This is needed because the aura rule strips it from the default 737 # This is needed because the aura rule strips it from the default
738 # sources list. 738 # sources list.
739 ['include', '^../../content/app/startup_helper_win.cc'], 739 ['include', '^../../content/app/startup_helper_win.cc'],
740 ], 740 ],
741 }], 741 }],
742 ], 742 ],
743 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
744 ], 744 ],
745 } 745 }
OLDNEW
« no previous file with comments | « ui/views/debug_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698