OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'controls/label_unittest.cc', | 433 'controls/label_unittest.cc', |
434 'controls/progress_bar_unittest.cc', | 434 'controls/progress_bar_unittest.cc', |
435 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 435 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
436 'controls/table/table_view_unittest.cc', | 436 'controls/table/table_view_unittest.cc', |
437 'controls/textfield/native_textfield_views_unittest.cc', | 437 'controls/textfield/native_textfield_views_unittest.cc', |
438 'controls/textfield/textfield_views_model_unittest.cc', | 438 'controls/textfield/textfield_views_model_unittest.cc', |
439 'focus/accelerator_handler_gtk_unittest.cc', | 439 'focus/accelerator_handler_gtk_unittest.cc', |
440 'focus/focus_manager_unittest.cc', | 440 'focus/focus_manager_unittest.cc', |
441 'grid_layout_unittest.cc', | 441 'grid_layout_unittest.cc', |
442 'run_all_unittests.cc', | 442 'run_all_unittests.cc', |
| 443 'test/test_views_delegate.h', |
443 'view_unittest.cc', | 444 'view_unittest.cc', |
444 | 445 |
445 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 446 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
446 ], | 447 ], |
447 'conditions': [ | 448 'conditions': [ |
448 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 449 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
449 'dependencies': [ | 450 'dependencies': [ |
450 '../build/linux/system.gyp:gtk', | 451 '../build/linux/system.gyp:gtk', |
451 '../chrome/chrome.gyp:packed_resources', | 452 '../chrome/chrome.gyp:packed_resources', |
452 ], | 453 ], |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 ], | 546 ], |
546 }, | 547 }, |
547 ], | 548 ], |
548 } | 549 } |
549 | 550 |
550 # Local Variables: | 551 # Local Variables: |
551 # tab-width:2 | 552 # tab-width:2 |
552 # indent-tabs-mode:nil | 553 # indent-tabs-mode:nil |
553 # End: | 554 # End: |
554 # vim: set expandtab tabstop=2 shiftwidth=2: | 555 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |