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 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'focus/focus_util_win.cc', | 276 'focus/focus_util_win.cc', |
277 'focus/focus_util_win.h', | 277 'focus/focus_util_win.h', |
278 'focus/view_storage.cc', | 278 'focus/view_storage.cc', |
279 'focus/view_storage.h', | 279 'focus/view_storage.h', |
280 'grid_layout.cc', | 280 'grid_layout.cc', |
281 'grid_layout.h', | 281 'grid_layout.h', |
282 'layout/box_layout.cc', | 282 'layout/box_layout.cc', |
283 'layout/box_layout.h', | 283 'layout/box_layout.h', |
284 'layout/fill_layout.cc', | 284 'layout/fill_layout.cc', |
285 'layout/fill_layout.h', | 285 'layout/fill_layout.h', |
| 286 'layout/layout_constants.h', |
286 'layout/layout_manager.cc', | 287 'layout/layout_manager.cc', |
287 'layout/layout_manager.h', | 288 'layout/layout_manager.h', |
288 'mouse_watcher.cc', | 289 'mouse_watcher.cc', |
289 'mouse_watcher.h', | 290 'mouse_watcher.h', |
290 'painter.cc', | 291 'painter.cc', |
291 'painter.h', | 292 'painter.h', |
292 'repeat_controller.cc', | 293 'repeat_controller.cc', |
293 'repeat_controller.h', | 294 'repeat_controller.h', |
294 'screen.h', | 295 'screen.h', |
295 'screen_gtk.cc', | 296 'screen_gtk.cc', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 ], | 575 ], |
575 }, | 576 }, |
576 ], | 577 ], |
577 } | 578 } |
578 | 579 |
579 # Local Variables: | 580 # Local Variables: |
580 # tab-width:2 | 581 # tab-width:2 |
581 # indent-tabs-mode:nil | 582 # indent-tabs-mode:nil |
582 # End: | 583 # End: |
583 # vim: set expandtab tabstop=2 shiftwidth=2: | 584 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |