OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 ], | 167 ], |
168 }, | 168 }, |
169 'include_dirs': [ | 169 'include_dirs': [ |
170 '../../../chrome/third_party/wtl/include', | 170 '../../../chrome/third_party/wtl/include', |
171 '.', | 171 '.', |
172 ], | 172 ], |
173 'dependencies': [ | 173 'dependencies': [ |
174 '../../../breakpad/breakpad.gyp:breakpad_handler', | 174 '../../../breakpad/breakpad.gyp:breakpad_handler', |
175 '../../default_plugin/default_plugin.gyp:default_plugin', | 175 '../../default_plugin/default_plugin.gyp:default_plugin', |
176 ], | 176 ], |
177 # TODO(bradnelson): | 177 # TODO(bradnelson): |
178 # This should really be done in the 'npapi_layout_test_plugin' | 178 # This should really be done in the 'npapi_layout_test_plugin' |
179 # target, but the current VS generator handles 'copies' | 179 # target, but the current VS generator handles 'copies' |
180 # settings as AdditionalDependencies, which means that | 180 # settings as AdditionalDependencies, which means that |
181 # when it's over there, it tries to do the copy *before* | 181 # when it's over there, it tries to do the copy *before* |
182 # the file is built, instead of after. We work around this | 182 # the file is built, instead of after. We work around this |
183 # by attaching the copy here, since it depends on that | 183 # by attaching the copy here, since it depends on that |
184 # target. | 184 # target. |
185 'copies': [ | 185 'copies': [ |
186 { | 186 { |
187 'destination': '<(PRODUCT_DIR)/plugins', | 187 'destination': '<(PRODUCT_DIR)/plugins', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 '../../glue/plugins/test/plugin_get_javascript_url2_test.h', | 566 '../../glue/plugins/test/plugin_get_javascript_url2_test.h', |
567 '../../glue/plugins/test/plugin_geturl_test.cc', | 567 '../../glue/plugins/test/plugin_geturl_test.cc', |
568 '../../glue/plugins/test/plugin_geturl_test.h', | 568 '../../glue/plugins/test/plugin_geturl_test.h', |
569 '../../glue/plugins/test/plugin_javascript_open_popup.cc', | 569 '../../glue/plugins/test/plugin_javascript_open_popup.cc', |
570 '../../glue/plugins/test/plugin_javascript_open_popup.h', | 570 '../../glue/plugins/test/plugin_javascript_open_popup.h', |
571 '../../glue/plugins/test/plugin_new_fails_test.cc', | 571 '../../glue/plugins/test/plugin_new_fails_test.cc', |
572 '../../glue/plugins/test/plugin_new_fails_test.h', | 572 '../../glue/plugins/test/plugin_new_fails_test.h', |
573 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc', | 573 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc', |
574 '../../glue/plugins/test/plugin_npobject_lifetime_test.h', | 574 '../../glue/plugins/test/plugin_npobject_lifetime_test.h', |
575 '../../glue/plugins/test/plugin_npobject_proxy_test.cc', | 575 '../../glue/plugins/test/plugin_npobject_proxy_test.cc', |
| 576 '../../glue/plugins/test/plugin_npobject_proxy_test.h', |
| 577 '../../glue/plugins/test/plugin_schedule_timer_test.cc', |
| 578 '../../glue/plugins/test/plugin_schedule_timer_test.h', |
576 '../../glue/plugins/test/plugin_windowed_test.cc', | 579 '../../glue/plugins/test/plugin_windowed_test.cc', |
577 '../../glue/plugins/test/plugin_windowed_test.h', | 580 '../../glue/plugins/test/plugin_windowed_test.h', |
578 '../../glue/plugins/test/plugin_npobject_proxy_test.h', | |
579 '../../glue/plugins/test/plugin_private_test.cc', | 581 '../../glue/plugins/test/plugin_private_test.cc', |
580 '../../glue/plugins/test/plugin_private_test.h', | 582 '../../glue/plugins/test/plugin_private_test.h', |
581 '../../glue/plugins/test/plugin_test.cc', | 583 '../../glue/plugins/test/plugin_test.cc', |
582 '../../glue/plugins/test/plugin_test.h', | 584 '../../glue/plugins/test/plugin_test.h', |
583 '../../glue/plugins/test/plugin_window_size_test.cc', | 585 '../../glue/plugins/test/plugin_window_size_test.cc', |
584 '../../glue/plugins/test/plugin_window_size_test.h', | 586 '../../glue/plugins/test/plugin_window_size_test.h', |
585 '../../glue/plugins/test/plugin_windowless_test.cc', | 587 '../../glue/plugins/test/plugin_windowless_test.cc', |
586 '../../glue/plugins/test/plugin_windowless_test.h', | 588 '../../glue/plugins/test/plugin_windowless_test.h', |
587 '../../glue/plugins/test/resource.h', | 589 '../../glue/plugins/test/resource.h', |
588 ], | 590 ], |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 'include_dirs': [ | 657 'include_dirs': [ |
656 '<(SHARED_INTERMEDIATE_DIR)/test_shell', | 658 '<(SHARED_INTERMEDIATE_DIR)/test_shell', |
657 ], | 659 ], |
658 }, | 660 }, |
659 }, | 661 }, |
660 ], | 662 ], |
661 }], | 663 }], |
662 ['OS=="win"', { | 664 ['OS=="win"', { |
663 'targets': [ | 665 'targets': [ |
664 { | 666 { |
665 # Helper application that disables ClearType during the | 667 # Helper application that disables ClearType during the |
666 # running of the layout tests | 668 # running of the layout tests |
667 'target_name': 'layout_test_helper', | 669 'target_name': 'layout_test_helper', |
668 'type': 'executable', | 670 'type': 'executable', |
669 'sources': [ | 671 'sources': [ |
670 'win/layout_test_helper.cc', | 672 'win/layout_test_helper.cc', |
671 ], | 673 ], |
672 }, | 674 }, |
673 ], | 675 ], |
674 }], | 676 }], |
675 ['OS=="mac"', { | 677 ['OS=="mac"', { |
(...skipping 15 matching lines...) Expand all Loading... |
691 ], | 693 ], |
692 }], | 694 }], |
693 ], | 695 ], |
694 } | 696 } |
695 | 697 |
696 # Local Variables: | 698 # Local Variables: |
697 # tab-width:2 | 699 # tab-width:2 |
698 # indent-tabs-mode:nil | 700 # indent-tabs-mode:nil |
699 # End: | 701 # End: |
700 # vim: set expandtab tabstop=2 shiftwidth=2: | 702 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |