| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'controls/tree/tree_view.h', | 254 'controls/tree/tree_view.h', |
| 255 'drag_utils.cc', | 255 'drag_utils.cc', |
| 256 'drag_utils.h', | 256 'drag_utils.h', |
| 257 'drag_utils_gtk.cc', | 257 'drag_utils_gtk.cc', |
| 258 'drag_utils_win.cc', | 258 'drag_utils_win.cc', |
| 259 'event.cc', | 259 'event.cc', |
| 260 'event.h', | 260 'event.h', |
| 261 'event_gtk.cc', | 261 'event_gtk.cc', |
| 262 'event_win.cc', | 262 'event_win.cc', |
| 263 'event_x.cc', | 263 'event_x.cc', |
| 264 'fill_layout.cc', | |
| 265 'fill_layout.h', | |
| 266 'focus/accelerator_handler.h', | 264 'focus/accelerator_handler.h', |
| 267 'focus/accelerator_handler_gtk.cc', | 265 'focus/accelerator_handler_gtk.cc', |
| 268 'focus/accelerator_handler_touch.cc', | 266 'focus/accelerator_handler_touch.cc', |
| 269 'focus/accelerator_handler_win.cc', | 267 'focus/accelerator_handler_win.cc', |
| 270 'focus/external_focus_tracker.cc', | 268 'focus/external_focus_tracker.cc', |
| 271 'focus/external_focus_tracker.h', | 269 'focus/external_focus_tracker.h', |
| 272 'focus/focus_manager_gtk.cc', | 270 'focus/focus_manager_gtk.cc', |
| 273 'focus/focus_manager_win.cc', | 271 'focus/focus_manager_win.cc', |
| 274 'focus/focus_manager.cc', | 272 'focus/focus_manager.cc', |
| 275 'focus/focus_manager.h', | 273 'focus/focus_manager.h', |
| 276 'focus/focus_search.cc', | 274 'focus/focus_search.cc', |
| 277 'focus/focus_search.h', | 275 'focus/focus_search.h', |
| 278 'focus/focus_util_win.cc', | 276 'focus/focus_util_win.cc', |
| 279 'focus/focus_util_win.h', | 277 'focus/focus_util_win.h', |
| 280 'focus/view_storage.cc', | 278 'focus/view_storage.cc', |
| 281 'focus/view_storage.h', | 279 'focus/view_storage.h', |
| 282 'grid_layout.cc', | 280 'grid_layout.cc', |
| 283 'grid_layout.h', | 281 'grid_layout.h', |
| 284 'layout_manager.cc', | 282 'layout_manager.cc', |
| 285 'layout_manager.h', | 283 'layout_manager.h', |
| 286 'layout/box_layout.cc', | 284 'layout/box_layout.cc', |
| 287 'layout/box_layout.h', | 285 'layout/box_layout.h', |
| 286 'layout/fill_layout.cc', |
| 287 'layout/fill_layout.h', |
| 288 'mouse_watcher.cc', | 288 'mouse_watcher.cc', |
| 289 'mouse_watcher.h', | 289 'mouse_watcher.h', |
| 290 'painter.cc', | 290 'painter.cc', |
| 291 'painter.h', | 291 'painter.h', |
| 292 'repeat_controller.cc', | 292 'repeat_controller.cc', |
| 293 'repeat_controller.h', | 293 'repeat_controller.h', |
| 294 'screen.h', | 294 'screen.h', |
| 295 'screen_gtk.cc', | 295 'screen_gtk.cc', |
| 296 'screen_win.cc', | 296 'screen_win.cc', |
| 297 'standard_layout.h', | 297 'standard_layout.h', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 ], | 570 ], |
| 571 }, | 571 }, |
| 572 ], | 572 ], |
| 573 } | 573 } |
| 574 | 574 |
| 575 # Local Variables: | 575 # Local Variables: |
| 576 # tab-width:2 | 576 # tab-width:2 |
| 577 # indent-tabs-mode:nil | 577 # indent-tabs-mode:nil |
| 578 # End: | 578 # End: |
| 579 # vim: set expandtab tabstop=2 shiftwidth=2: | 579 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |