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

Side by Side Diff: views/views.gyp

Issue 6349008: Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/touchui/touch_factory.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) 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'painter.cc', 274 'painter.cc',
275 'painter.h', 275 'painter.h',
276 'repeat_controller.cc', 276 'repeat_controller.cc',
277 'repeat_controller.h', 277 'repeat_controller.h',
278 'screen.h', 278 'screen.h',
279 'screen_gtk.cc', 279 'screen_gtk.cc',
280 'screen_win.cc', 280 'screen_win.cc',
281 'standard_layout.h', 281 'standard_layout.h',
282 'touchui/gesture_manager.cc', 282 'touchui/gesture_manager.cc',
283 'touchui/gesture_manager.h', 283 'touchui/gesture_manager.h',
284 'touchui/touch_factory.cc',
285 'touchui/touch_factory.h',
286 'view.cc', 284 'view.cc',
287 'view.h', 285 'view.h',
288 'view_constants.cc', 286 'view_constants.cc',
289 'view_constants.h', 287 'view_constants.h',
290 'view_gtk.cc', 288 'view_gtk.cc',
291 'view_text_utils.cc', 289 'view_text_utils.cc',
292 'view_text_utils.h', 290 'view_text_utils.h',
293 'view_win.cc', 291 'view_win.cc',
294 'views_delegate.h', 292 'views_delegate.h',
295 'widget/aero_tooltip_manager.cc', 293 'widget/aero_tooltip_manager.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ], 541 ],
544 }, 542 },
545 ], 543 ],
546 } 544 }
547 545
548 # Local Variables: 546 # Local Variables:
549 # tab-width:2 547 # tab-width:2
550 # indent-tabs-mode:nil 548 # indent-tabs-mode:nil
551 # End: 549 # End:
552 # vim: set expandtab tabstop=2 shiftwidth=2: 550 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/touchui/touch_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698