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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'focus/focus_manager_gtk.cc', | 270 'focus/focus_manager_gtk.cc', |
271 'focus/focus_manager_win.cc', | 271 'focus/focus_manager_win.cc', |
272 'focus/focus_manager.cc', | 272 'focus/focus_manager.cc', |
273 'focus/focus_manager.h', | 273 'focus/focus_manager.h', |
274 'focus/focus_search.cc', | 274 'focus/focus_search.cc', |
275 'focus/focus_search.h', | 275 'focus/focus_search.h', |
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', | |
281 'grid_layout.h', | |
282 'layout/box_layout.cc', | 280 'layout/box_layout.cc', |
283 'layout/box_layout.h', | 281 'layout/box_layout.h', |
284 'layout/fill_layout.cc', | 282 'layout/fill_layout.cc', |
285 'layout/fill_layout.h', | 283 'layout/fill_layout.h', |
| 284 'layout/grid_layout.cc', |
| 285 'layout/grid_layout.h', |
286 'layout/layout_constants.h', | 286 'layout/layout_constants.h', |
287 'layout/layout_manager.cc', | 287 'layout/layout_manager.cc', |
288 'layout/layout_manager.h', | 288 'layout/layout_manager.h', |
289 'mouse_watcher.cc', | 289 'mouse_watcher.cc', |
290 'mouse_watcher.h', | 290 'mouse_watcher.h', |
291 'painter.cc', | 291 'painter.cc', |
292 'painter.h', | 292 'painter.h', |
293 'repeat_controller.cc', | 293 'repeat_controller.cc', |
294 'repeat_controller.h', | 294 'repeat_controller.h', |
295 'screen.h', | 295 'screen.h', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'animation/bounds_animator_unittest.cc', | 455 'animation/bounds_animator_unittest.cc', |
456 'controls/label_unittest.cc', | 456 'controls/label_unittest.cc', |
457 'controls/progress_bar_unittest.cc', | 457 'controls/progress_bar_unittest.cc', |
458 'controls/single_split_view_unittest.cc', | 458 'controls/single_split_view_unittest.cc', |
459 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 459 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
460 'controls/table/table_view_unittest.cc', | 460 'controls/table/table_view_unittest.cc', |
461 'controls/textfield/native_textfield_views_unittest.cc', | 461 'controls/textfield/native_textfield_views_unittest.cc', |
462 'controls/textfield/textfield_views_model_unittest.cc', | 462 'controls/textfield/textfield_views_model_unittest.cc', |
463 'focus/accelerator_handler_gtk_unittest.cc', | 463 'focus/accelerator_handler_gtk_unittest.cc', |
464 'focus/focus_manager_unittest.cc', | 464 'focus/focus_manager_unittest.cc', |
465 'grid_layout_unittest.cc', | 465 'layout/grid_layout_unittest.cc', |
466 'layout/box_layout_unittest.cc', | 466 'layout/box_layout_unittest.cc', |
467 'test/views_test_base.h', | 467 'test/views_test_base.h', |
468 'run_all_unittests.cc', | 468 'run_all_unittests.cc', |
469 'test/test_views_delegate.h', | 469 'test/test_views_delegate.h', |
470 'view_unittest.cc', | 470 'view_unittest.cc', |
471 'widget/widget_win_unittest.cc', | 471 'widget/widget_win_unittest.cc', |
472 | 472 |
473 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 473 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
474 ], | 474 ], |
475 'conditions': [ | 475 'conditions': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 ], | 575 ], |
576 }, | 576 }, |
577 ], | 577 ], |
578 } | 578 } |
579 | 579 |
580 # Local Variables: | 580 # Local Variables: |
581 # tab-width:2 | 581 # tab-width:2 |
582 # indent-tabs-mode:nil | 582 # indent-tabs-mode:nil |
583 # End: | 583 # End: |
584 # vim: set expandtab tabstop=2 shiftwidth=2: | 584 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |