OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |