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

Side by Side Diff: views/views.gyp

Issue 7612011: Dropping non-existant sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | 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) 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 'target_defaults': { 10 'target_defaults': {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'touchui/touch_selection_controller_impl.cc', 297 'touchui/touch_selection_controller_impl.cc',
298 'touchui/touch_selection_controller_impl.h', 298 'touchui/touch_selection_controller_impl.h',
299 'view.cc', 299 'view.cc',
300 'view.h', 300 'view.h',
301 'view_constants.cc', 301 'view_constants.cc',
302 'view_constants.h', 302 'view_constants.h',
303 'view_gtk.cc', 303 'view_gtk.cc',
304 'view_text_utils.cc', 304 'view_text_utils.cc',
305 'view_text_utils.h', 305 'view_text_utils.h',
306 'view_win.cc', 306 'view_win.cc',
307 'views_api.h',
308 'views_delegate.h', 307 'views_delegate.h',
309 'widget/aero_tooltip_manager.cc', 308 'widget/aero_tooltip_manager.cc',
310 'widget/aero_tooltip_manager.h', 309 'widget/aero_tooltip_manager.h',
311 'widget/child_window_message_processor.cc', 310 'widget/child_window_message_processor.cc',
312 'widget/child_window_message_processor.h', 311 'widget/child_window_message_processor.h',
313 'widget/default_theme_provider.cc', 312 'widget/default_theme_provider.cc',
314 'widget/default_theme_provider.h', 313 'widget/default_theme_provider.h',
315 'widget/drop_helper.cc', 314 'widget/drop_helper.cc',
316 'widget/drop_helper.h', 315 'widget/drop_helper.h',
317 'widget/drop_target_gtk.cc', 316 'widget/drop_target_gtk.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'include_dirs': [ 724 'include_dirs': [
726 '<(DEPTH)/third_party/wtl/include', 725 '<(DEPTH)/third_party/wtl/include',
727 ], 726 ],
728 }], 727 }],
729 ], 728 ],
730 }, 729 },
731 730
732 731
733 ], 732 ],
734 } 733 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698