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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'test/ui/ui_layout_test.cc', | 192 'test/ui/ui_layout_test.cc', |
193 'test/ui/ui_layout_test.h', | 193 'test/ui/ui_layout_test.h', |
194 'test/ui/ui_perf_test.cc', | 194 'test/ui/ui_perf_test.cc', |
195 'test/ui/ui_perf_test.h', | 195 'test/ui/ui_perf_test.h', |
196 'test/ui/ui_test.cc', | 196 'test/ui/ui_test.cc', |
197 'test/ui/ui_test.h', | 197 'test/ui/ui_test.h', |
198 'test/ui/ui_test_suite.cc', | 198 'test/ui/ui_test_suite.cc', |
199 'test/ui/ui_test_suite.h', | 199 'test/ui/ui_test_suite.h', |
200 ], | 200 ], |
201 'conditions': [ | 201 'conditions': [ |
| 202 ['OS=="win"', { |
| 203 'dependencies': [ |
| 204 'chrome.gyp:crash_service', # run time dependency |
| 205 ], |
| 206 }], |
202 ['OS=="linux"', { | 207 ['OS=="linux"', { |
203 'dependencies': [ | 208 'dependencies': [ |
204 '../build/linux/system.gyp:gtk', | 209 '../build/linux/system.gyp:gtk', |
205 ], | 210 ], |
206 }], | 211 }], |
207 ], | 212 ], |
208 }, | 213 }, |
209 { | 214 { |
210 'target_name': 'test_support_unit', | 215 'target_name': 'test_support_unit', |
211 'type': '<(library)', | 216 'type': '<(library)', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '../views/views.gyp:views', | 405 '../views/views.gyp:views', |
401 ], | 406 ], |
402 }], | 407 }], |
403 ['OS=="win"', { | 408 ['OS=="win"', { |
404 'include_dirs': [ | 409 'include_dirs': [ |
405 '../third_party/wtl/include', | 410 '../third_party/wtl/include', |
406 ], | 411 ], |
407 'dependencies': [ | 412 'dependencies': [ |
408 '../app/app.gyp:app_resources', | 413 '../app/app.gyp:app_resources', |
409 'chrome.gyp:chrome_dll_version', | 414 'chrome.gyp:chrome_dll_version', |
410 'chrome.gyp:crash_service', # run time dependency | |
411 'chrome.gyp:installer_util_strings', | 415 'chrome.gyp:installer_util_strings', |
412 '../sandbox/sandbox.gyp:sandbox', | 416 '../sandbox/sandbox.gyp:sandbox', |
413 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 417 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
414 ], | 418 ], |
415 'sources': [ | 419 'sources': [ |
416 '../webkit/glue/resources/aliasb.cur', | 420 '../webkit/glue/resources/aliasb.cur', |
417 '../webkit/glue/resources/cell.cur', | 421 '../webkit/glue/resources/cell.cur', |
418 '../webkit/glue/resources/col_resize.cur', | 422 '../webkit/glue/resources/col_resize.cur', |
419 '../webkit/glue/resources/copy.cur', | 423 '../webkit/glue/resources/copy.cur', |
420 '../webkit/glue/resources/row_resize.cur', | 424 '../webkit/glue/resources/row_resize.cur', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'sources!': [ | 592 'sources!': [ |
589 # ProcessSingletonMac doesn't do anything. | 593 # ProcessSingletonMac doesn't do anything. |
590 'browser/process_singleton_uitest.cc', | 594 'browser/process_singleton_uitest.cc', |
591 ], | 595 ], |
592 }], | 596 }], |
593 ['OS=="win"', { | 597 ['OS=="win"', { |
594 'include_dirs': [ | 598 'include_dirs': [ |
595 '<(DEPTH)/third_party/wtl/include', | 599 '<(DEPTH)/third_party/wtl/include', |
596 ], | 600 ], |
597 'dependencies': [ | 601 'dependencies': [ |
598 'crash_service', # run time dependency | |
599 'security_tests', # run time dependency | 602 'security_tests', # run time dependency |
600 'test_support_common', | 603 'test_support_common', |
601 '../google_update/google_update.gyp:google_update', | 604 '../google_update/google_update.gyp:google_update', |
602 ], | 605 ], |
603 'conditions': [ | 606 'conditions': [ |
604 ['win_use_allocator_shim==1', { | 607 ['win_use_allocator_shim==1', { |
605 'dependencies': [ | 608 'dependencies': [ |
606 '<(allocator_target)', | 609 '<(allocator_target)', |
607 ], | 610 ], |
608 }], | 611 }], |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 ['OS=="linux" and toolkit_views==1', { | 736 ['OS=="linux" and toolkit_views==1', { |
734 'dependencies': [ | 737 'dependencies': [ |
735 '../views/views.gyp:views', | 738 '../views/views.gyp:views', |
736 ], | 739 ], |
737 }], | 740 }], |
738 ['OS=="win"', { | 741 ['OS=="win"', { |
739 'include_dirs': [ | 742 'include_dirs': [ |
740 'third_party/wtl/include', | 743 'third_party/wtl/include', |
741 ], | 744 ], |
742 'dependencies': [ | 745 'dependencies': [ |
743 'crash_service', # run time dependency | |
744 'test_support_common', | 746 'test_support_common', |
745 '../google_update/google_update.gyp:google_update', | 747 '../google_update/google_update.gyp:google_update', |
746 '../views/views.gyp:views', | 748 '../views/views.gyp:views', |
747 ], | 749 ], |
748 'conditions': [ | 750 'conditions': [ |
749 ['win_use_allocator_shim==1', { | 751 ['win_use_allocator_shim==1', { |
750 'dependencies': [ | 752 'dependencies': [ |
751 '<(allocator_target)', | 753 '<(allocator_target)', |
752 ], | 754 ], |
753 }], | 755 }], |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 '..', | 855 '..', |
854 ], | 856 ], |
855 'sources': [ | 857 'sources': [ |
856 'test/nacl/nacl_test.cc', | 858 'test/nacl/nacl_test.cc', |
857 'test/nacl/nacl_sandbox_test.cc' | 859 'test/nacl/nacl_sandbox_test.cc' |
858 ], | 860 ], |
859 'conditions': [ | 861 'conditions': [ |
860 ['OS=="win"', { | 862 ['OS=="win"', { |
861 'dependencies': [ | 863 'dependencies': [ |
862 'chrome_nacl_win64', | 864 'chrome_nacl_win64', |
863 'crash_service', # run time dependency | |
864 'nacl_security_tests', # run time dependency | 865 'nacl_security_tests', # run time dependency |
865 'nacl_security_tests64', # run time dependency | 866 'nacl_security_tests64', # run time dependency |
866 'test_support_common', | 867 'test_support_common', |
867 '../google_update/google_update.gyp:google_update', | 868 '../google_update/google_update.gyp:google_update', |
868 '../views/views.gyp:views', | 869 '../views/views.gyp:views', |
869 # run time dependency | 870 # run time dependency |
870 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 871 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
871 ], | 872 ], |
872 'conditions': [ | 873 'conditions': [ |
873 ['win_use_allocator_shim==1', { | 874 ['win_use_allocator_shim==1', { |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 '..', | 922 '..', |
922 ], | 923 ], |
923 'sources': [ | 924 'sources': [ |
924 'test/nacl/nacl_test.cc', | 925 'test/nacl/nacl_test.cc', |
925 'test/nacl/nacl_ui_test.cc', | 926 'test/nacl/nacl_ui_test.cc', |
926 ], | 927 ], |
927 'conditions': [ | 928 'conditions': [ |
928 ['OS=="win"', { | 929 ['OS=="win"', { |
929 'dependencies': [ | 930 'dependencies': [ |
930 'chrome_nacl_win64', | 931 'chrome_nacl_win64', |
931 'crash_service', # run time dependency | |
932 'security_tests', # run time dependency | 932 'security_tests', # run time dependency |
933 'test_support_common', | 933 'test_support_common', |
934 '../google_update/google_update.gyp:google_update', | 934 '../google_update/google_update.gyp:google_update', |
935 # run time dependency | 935 # run time dependency |
936 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 936 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
937 ], | 937 ], |
938 'conditions': [ | 938 'conditions': [ |
939 ['win_use_allocator_shim==1', { | 939 ['win_use_allocator_shim==1', { |
940 'dependencies': [ | 940 'dependencies': [ |
941 '<(allocator_target)', | 941 '<(allocator_target)', |
(...skipping 2694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3636 ] | 3636 ] |
3637 }], # 'coverage!=0' | 3637 }], # 'coverage!=0' |
3638 ], # 'conditions' | 3638 ], # 'conditions' |
3639 } | 3639 } |
3640 | 3640 |
3641 # Local Variables: | 3641 # Local Variables: |
3642 # tab-width:2 | 3642 # tab-width:2 |
3643 # indent-tabs-mode:nil | 3643 # indent-tabs-mode:nil |
3644 # End: | 3644 # End: |
3645 # vim: set expandtab tabstop=2 shiftwidth=2: | 3645 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |