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

Side by Side Diff: views/views.gyp

Issue 6523009: Remove obsolete dependencies that create needless recompiling. (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 | « third_party/libjingle/libjingle.gyp ('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 9
10 'conditions': [ 10 'conditions': [
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'layout/layout_manager.h', 295 'layout/layout_manager.h',
296 'mouse_watcher.cc', 296 'mouse_watcher.cc',
297 'mouse_watcher.h', 297 'mouse_watcher.h',
298 'painter.cc', 298 'painter.cc',
299 'painter.h', 299 'painter.h',
300 'repeat_controller.cc', 300 'repeat_controller.cc',
301 'repeat_controller.h', 301 'repeat_controller.h',
302 'screen.h', 302 'screen.h',
303 'screen_gtk.cc', 303 'screen_gtk.cc',
304 'screen_win.cc', 304 'screen_win.cc',
305 'standard_layout.h',
306 'touchui/gesture_manager.cc', 305 'touchui/gesture_manager.cc',
307 'touchui/gesture_manager.h', 306 'touchui/gesture_manager.h',
308 'touchui/touch_factory.cc', 307 'touchui/touch_factory.cc',
309 'touchui/touch_factory.h', 308 'touchui/touch_factory.h',
310 'view.cc', 309 'view.cc',
311 'view.h', 310 'view.h',
312 'view_constants.cc', 311 'view_constants.cc',
313 'view_constants.h', 312 'view_constants.h',
314 'view_gtk.cc', 313 'view_gtk.cc',
315 'view_text_utils.cc', 314 'view_text_utils.cc',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 ], 601 ],
603 }, 602 },
604 ], 603 ],
605 } 604 }
606 605
607 # Local Variables: 606 # Local Variables:
608 # tab-width:2 607 # tab-width:2
609 # indent-tabs-mode:nil 608 # indent-tabs-mode:nil
610 # End: 609 # End:
611 # vim: set expandtab tabstop=2 shiftwidth=2: 610 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698