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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'test/views_test_base.h', | 508 'test/views_test_base.h', |
509 'run_all_unittests.cc', | 509 'run_all_unittests.cc', |
510 'test/test_views_delegate.cc', | 510 'test/test_views_delegate.cc', |
511 'test/test_views_delegate.h', | 511 'test/test_views_delegate.h', |
512 'view_unittest.cc', | 512 'view_unittest.cc', |
513 'widget/native_widget_test_utils.h', | 513 'widget/native_widget_test_utils.h', |
514 'widget/native_widget_test_utils_gtk.cc', | 514 'widget/native_widget_test_utils_gtk.cc', |
515 'widget/native_widget_test_utils_win.cc', | 515 'widget/native_widget_test_utils_win.cc', |
516 'widget/native_widget_unittest.cc', | 516 'widget/native_widget_unittest.cc', |
517 'widget/native_widget_win_unittest.cc', | 517 'widget/native_widget_win_unittest.cc', |
| 518 'widget/widget_unittest.cc', |
518 | 519 |
519 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 520 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
520 ], | 521 ], |
521 'conditions': [ | 522 'conditions': [ |
522 ['toolkit_uses_gtk == 1', { | 523 ['toolkit_uses_gtk == 1', { |
523 'dependencies': [ | 524 'dependencies': [ |
524 '../build/linux/system.gyp:gtk', | 525 '../build/linux/system.gyp:gtk', |
525 '../chrome/chrome.gyp:packed_resources', | 526 '../chrome/chrome.gyp:packed_resources', |
526 ], | 527 ], |
527 'conditions': [ | 528 'conditions': [ |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 | 758 |
758 | 759 |
759 ], | 760 ], |
760 } | 761 } |
761 | 762 |
762 # Local Variables: | 763 # Local Variables: |
763 # tab-width:2 | 764 # tab-width:2 |
764 # indent-tabs-mode:nil | 765 # indent-tabs-mode:nil |
765 # End: | 766 # End: |
766 # vim: set expandtab tabstop=2 shiftwidth=2: | 767 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |