Chromium Code Reviews| 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 13 matching lines...) Expand all Loading... | |
| 24 'type': '<(library)', | 24 'type': '<(library)', |
| 25 'dependencies': [ | 25 'dependencies': [ |
| 26 'browser', | 26 'browser', |
| 27 'common', | 27 'common', |
| 28 'renderer', | 28 'renderer', |
| 29 'chrome_gpu', | 29 'chrome_gpu', |
| 30 'chrome_resources', | 30 'chrome_resources', |
| 31 'chrome_strings', | 31 'chrome_strings', |
| 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', | 33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', |
| 34 'policy', | |
| 34 'theme_resources', | 35 'theme_resources', |
| 35 '../base/base.gyp:test_support_base', | 36 '../base/base.gyp:test_support_base', |
| 36 '../ipc/ipc.gyp:test_support_ipc', | 37 '../ipc/ipc.gyp:test_support_ipc', |
| 37 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
| 38 '../testing/gmock.gyp:gmock', | 39 '../testing/gmock.gyp:gmock', |
| 39 '../testing/gtest.gyp:gtest', | 40 '../testing/gtest.gyp:gtest', |
| 40 ], | 41 ], |
| 41 'export_dependent_settings': [ | 42 'export_dependent_settings': [ |
| 42 'renderer', | 43 'renderer', |
| 43 ], | 44 ], |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 162 }], | 163 }], |
| 163 ], | 164 ], |
| 164 }, | 165 }, |
| 165 { | 166 { |
| 166 'target_name': 'test_support_ui', | 167 'target_name': 'test_support_ui', |
| 167 'type': '<(library)', | 168 'type': '<(library)', |
| 168 'dependencies': [ | 169 'dependencies': [ |
| 169 'test_support_common', | 170 'test_support_common', |
| 170 'chrome_resources', | 171 'chrome_resources', |
| 171 'chrome_strings', | 172 'chrome_strings', |
| 173 'policy', | |
|
Mattias Nissler (ping if slow)
2011/01/25 11:42:21
why do we need to make the dependency explicit her
danno
2011/01/25 14:27:28
policy an indirect dependency, so we don't get the
| |
| 172 'theme_resources', | 174 'theme_resources', |
| 173 '../skia/skia.gyp:skia', | 175 '../skia/skia.gyp:skia', |
| 174 '../testing/gtest.gyp:gtest', | 176 '../testing/gtest.gyp:gtest', |
| 175 ], | 177 ], |
| 176 'export_dependent_settings': [ | 178 'export_dependent_settings': [ |
| 177 'test_support_common', | 179 'test_support_common', |
| 178 ], | 180 ], |
| 179 'include_dirs': [ | 181 'include_dirs': [ |
| 180 '..', | 182 '..', |
| 181 ], | 183 ], |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 206 }], | 208 }], |
| 207 ], | 209 ], |
| 208 }, | 210 }, |
| 209 { | 211 { |
| 210 'target_name': 'test_support_unit', | 212 'target_name': 'test_support_unit', |
| 211 'type': '<(library)', | 213 'type': '<(library)', |
| 212 'dependencies': [ | 214 'dependencies': [ |
| 213 'test_support_common', | 215 'test_support_common', |
| 214 'chrome_resources', | 216 'chrome_resources', |
| 215 'chrome_strings', | 217 'chrome_strings', |
| 218 'policy', | |
| 216 '../skia/skia.gyp:skia', | 219 '../skia/skia.gyp:skia', |
| 217 '../testing/gtest.gyp:gtest', | 220 '../testing/gtest.gyp:gtest', |
| 218 ], | 221 ], |
| 219 'include_dirs': [ | 222 'include_dirs': [ |
| 220 '..', | 223 '..', |
| 221 ], | 224 ], |
| 222 'sources': [ | 225 'sources': [ |
| 223 'test/unit/run_all_unittests.cc', | 226 'test/unit/run_all_unittests.cc', |
| 224 ], | 227 ], |
| 225 'conditions': [ | 228 'conditions': [ |
| 226 ['OS=="linux"', { | 229 ['OS=="linux"', { |
| 227 'dependencies': [ | 230 'dependencies': [ |
| 228 # Needed for the following #include chain: | 231 # Needed for the following #include chain: |
| 229 # test/unit/run_all_unittests.cc | 232 # test/unit/run_all_unittests.cc |
| 230 # test/unit/chrome_test_suite.h | 233 # test/unit/chrome_test_suite.h |
| 231 # gtk/gtk.h | 234 # gtk/gtk.h |
| 232 '../build/linux/system.gyp:gtk', | 235 '../build/linux/system.gyp:gtk', |
| 233 ], | 236 ], |
| 234 }], | 237 }], |
| 235 ], | 238 ], |
| 236 }, | 239 }, |
| 237 { | 240 { |
| 238 'target_name': 'automated_ui_tests', | 241 'target_name': 'automated_ui_tests', |
| 239 'type': 'executable', | 242 'type': 'executable', |
| 240 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', | 243 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', |
| 241 'dependencies': [ | 244 'dependencies': [ |
| 242 'browser', | 245 'browser', |
| 246 'policy', | |
|
Mattias Nissler (ping if slow)
2011/01/25 11:42:21
test_support_common already includes it?
danno
2011/01/25 14:27:28
see above.
On 2011/01/25 11:42:21, Mattias Nissler
| |
| 243 'renderer', | 247 'renderer', |
| 244 'test_support_common', | 248 'test_support_common', |
| 245 'test_support_ui', | 249 'test_support_ui', |
| 246 'theme_resources', | 250 'theme_resources', |
| 247 '../base/base.gyp:base', | 251 '../base/base.gyp:base', |
| 248 '../skia/skia.gyp:skia', | 252 '../skia/skia.gyp:skia', |
| 249 '../third_party/libxml/libxml.gyp:libxml', | 253 '../third_party/libxml/libxml.gyp:libxml', |
| 250 '../testing/gtest.gyp:gtest', | 254 '../testing/gtest.gyp:gtest', |
| 251 ], | 255 ], |
| 252 'include_dirs': [ | 256 'include_dirs': [ |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 { | 295 { |
| 292 'target_name': 'interactive_ui_tests', | 296 'target_name': 'interactive_ui_tests', |
| 293 'type': 'executable', | 297 'type': 'executable', |
| 294 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | 298 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', |
| 295 'dependencies': [ | 299 'dependencies': [ |
| 296 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 300 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 297 'chrome', | 301 'chrome', |
| 298 'chrome_resources', | 302 'chrome_resources', |
| 299 'chrome_strings', | 303 'chrome_strings', |
| 300 'debugger', | 304 'debugger', |
| 305 'policy', | |
| 301 'syncapi', | 306 'syncapi', |
| 302 'test_support_common', | 307 'test_support_common', |
| 303 'test_support_ui', | 308 'test_support_ui', |
| 304 '../third_party/hunspell/hunspell.gyp:hunspell', | 309 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 305 '../net/net.gyp:net_resources', | 310 '../net/net.gyp:net_resources', |
| 306 '../net/net.gyp:net_test_support', | 311 '../net/net.gyp:net_test_support', |
| 307 '../skia/skia.gyp:skia', | 312 '../skia/skia.gyp:skia', |
| 308 '../third_party/icu/icu.gyp:icui18n', | 313 '../third_party/icu/icu.gyp:icui18n', |
| 309 '../third_party/libpng/libpng.gyp:libpng', | 314 '../third_party/libpng/libpng.gyp:libpng', |
| 310 '../third_party/zlib/zlib.gyp:zlib', | 315 '../third_party/zlib/zlib.gyp:zlib', |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 901 { | 906 { |
| 902 'target_name': 'nacl_ui_tests', | 907 'target_name': 'nacl_ui_tests', |
| 903 'type': 'executable', | 908 'type': 'executable', |
| 904 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', | 909 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', |
| 905 'dependencies': [ | 910 'dependencies': [ |
| 906 'chrome', | 911 'chrome', |
| 907 'browser', | 912 'browser', |
| 908 'common', | 913 'common', |
| 909 'chrome_resources', | 914 'chrome_resources', |
| 910 'chrome_strings', | 915 'chrome_strings', |
| 916 'policy', | |
| 911 'test_support_ui', | 917 'test_support_ui', |
| 912 '../base/base.gyp:base', | 918 '../base/base.gyp:base', |
| 913 '../build/temp_gyp/googleurl.gyp:googleurl', | 919 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 914 '../net/net.gyp:net', | 920 '../net/net.gyp:net', |
| 915 '../skia/skia.gyp:skia', | 921 '../skia/skia.gyp:skia', |
| 916 '../testing/gtest.gyp:gtest', | 922 '../testing/gtest.gyp:gtest', |
| 917 '../third_party/icu/icu.gyp:icui18n', | 923 '../third_party/icu/icu.gyp:icui18n', |
| 918 '../third_party/icu/icu.gyp:icuuc', | 924 '../third_party/icu/icu.gyp:icuuc', |
| 919 ], | 925 ], |
| 920 'include_dirs': [ | 926 'include_dirs': [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 969 'type': 'executable', | 975 'type': 'executable', |
| 970 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', | 976 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', |
| 971 'dependencies': [ | 977 'dependencies': [ |
| 972 'browser', | 978 'browser', |
| 973 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 979 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 974 'chrome', | 980 'chrome', |
| 975 'chrome_gpu', | 981 'chrome_gpu', |
| 976 'chrome_resources', | 982 'chrome_resources', |
| 977 'chrome_strings', | 983 'chrome_strings', |
| 978 'common', | 984 'common', |
| 985 'policy', | |
| 979 'profile_import', | 986 'profile_import', |
| 980 'renderer', | 987 'renderer', |
| 981 'service', | 988 'service', |
| 982 'test_support_common', | 989 'test_support_common', |
| 983 'test_support_unit', | 990 'test_support_unit', |
| 984 'utility', | 991 'utility', |
| 985 '../app/app.gyp:app_base', | 992 '../app/app.gyp:app_base', |
| 986 '../app/app.gyp:app_resources', | 993 '../app/app.gyp:app_resources', |
| 987 '../gpu/gpu.gyp:gpu_unittest_utils', | 994 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 988 '../ipc/ipc.gyp:ipc', | 995 '../ipc/ipc.gyp:ipc', |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1955 # Executable that runs each browser test in a new process. | 1962 # Executable that runs each browser test in a new process. |
| 1956 'target_name': 'browser_tests', | 1963 'target_name': 'browser_tests', |
| 1957 'type': 'executable', | 1964 'type': 'executable', |
| 1958 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', | 1965 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', |
| 1959 'dependencies': [ | 1966 'dependencies': [ |
| 1960 'browser', | 1967 'browser', |
| 1961 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 1968 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 1962 'chrome', | 1969 'chrome', |
| 1963 'chrome_resources', | 1970 'chrome_resources', |
| 1964 'chrome_strings', | 1971 'chrome_strings', |
| 1972 'policy', | |
| 1965 'profile_import', | 1973 'profile_import', |
| 1966 'renderer', | 1974 'renderer', |
| 1967 'test_support_common', | 1975 'test_support_common', |
| 1968 '../app/app.gyp:app_base', | 1976 '../app/app.gyp:app_base', |
| 1969 '../base/base.gyp:base', | 1977 '../base/base.gyp:base', |
| 1970 '../base/base.gyp:base_i18n', | 1978 '../base/base.gyp:base_i18n', |
| 1971 '../base/base.gyp:test_support_base', | 1979 '../base/base.gyp:test_support_base', |
| 1972 '../net/net.gyp:net_test_support', | 1980 '../net/net.gyp:net_test_support', |
| 1973 '../skia/skia.gyp:skia', | 1981 '../skia/skia.gyp:skia', |
| 1974 '../testing/gmock.gyp:gmock', | 1982 '../testing/gmock.gyp:gmock', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2335 }], | 2343 }], |
| 2336 ], # conditions | 2344 ], # conditions |
| 2337 }, # target browser_tests | 2345 }, # target browser_tests |
| 2338 { | 2346 { |
| 2339 # Executable that runs safebrowsing test in a new process. | 2347 # Executable that runs safebrowsing test in a new process. |
| 2340 'target_name': 'safe_browsing_tests', | 2348 'target_name': 'safe_browsing_tests', |
| 2341 'type': 'executable', | 2349 'type': 'executable', |
| 2342 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', | 2350 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', |
| 2343 'dependencies': [ | 2351 'dependencies': [ |
| 2344 'chrome', | 2352 'chrome', |
| 2353 'policy', | |
| 2345 'test_support_common', | 2354 'test_support_common', |
| 2346 '../app/app.gyp:app_resources', | 2355 '../app/app.gyp:app_resources', |
| 2347 '../base/base.gyp:base', | 2356 '../base/base.gyp:base', |
| 2348 '../net/net.gyp:net_test_support', | 2357 '../net/net.gyp:net_test_support', |
| 2349 '../skia/skia.gyp:skia', | 2358 '../skia/skia.gyp:skia', |
| 2350 '../testing/gtest.gyp:gtest', | 2359 '../testing/gtest.gyp:gtest', |
| 2351 # This is the safebrowsing test server. | 2360 # This is the safebrowsing test server. |
| 2352 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2361 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 2353 ], | 2362 ], |
| 2354 'include_dirs': [ | 2363 'include_dirs': [ |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2589 { | 2598 { |
| 2590 'target_name': 'tab_switching_test', | 2599 'target_name': 'tab_switching_test', |
| 2591 'type': 'executable', | 2600 'type': 'executable', |
| 2592 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 2601 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
| 2593 'run_as': { | 2602 'run_as': { |
| 2594 'action': ['$(TargetPath)', '--gtest_print_time'], | 2603 'action': ['$(TargetPath)', '--gtest_print_time'], |
| 2595 }, | 2604 }, |
| 2596 'dependencies': [ | 2605 'dependencies': [ |
| 2597 'chrome', | 2606 'chrome', |
| 2598 'debugger', | 2607 'debugger', |
| 2608 'policy', | |
| 2599 'test_support_common', | 2609 'test_support_common', |
| 2600 'test_support_ui', | 2610 'test_support_ui', |
| 2601 'theme_resources', | 2611 'theme_resources', |
| 2602 '../base/base.gyp:base', | 2612 '../base/base.gyp:base', |
| 2603 '../skia/skia.gyp:skia', | 2613 '../skia/skia.gyp:skia', |
| 2604 '../testing/gtest.gyp:gtest', | 2614 '../testing/gtest.gyp:gtest', |
| 2605 ], | 2615 ], |
| 2606 'include_dirs': [ | 2616 'include_dirs': [ |
| 2607 '..', | 2617 '..', |
| 2608 ], | 2618 ], |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 2623 },], | 2633 },], |
| 2624 ], | 2634 ], |
| 2625 }, | 2635 }, |
| 2626 { | 2636 { |
| 2627 'target_name': 'memory_test', | 2637 'target_name': 'memory_test', |
| 2628 'type': 'executable', | 2638 'type': 'executable', |
| 2629 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', | 2639 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', |
| 2630 'dependencies': [ | 2640 'dependencies': [ |
| 2631 'chrome', | 2641 'chrome', |
| 2632 'debugger', | 2642 'debugger', |
| 2643 'policy', | |
| 2633 'test_support_common', | 2644 'test_support_common', |
| 2634 'test_support_ui', | 2645 'test_support_ui', |
| 2635 'theme_resources', | 2646 'theme_resources', |
| 2636 '../base/base.gyp:base', | 2647 '../base/base.gyp:base', |
| 2637 '../skia/skia.gyp:skia', | 2648 '../skia/skia.gyp:skia', |
| 2638 '../testing/gtest.gyp:gtest', | 2649 '../testing/gtest.gyp:gtest', |
| 2639 ], | 2650 ], |
| 2640 'include_dirs': [ | 2651 'include_dirs': [ |
| 2641 '..', | 2652 '..', |
| 2642 ], | 2653 ], |
| 2643 'sources': [ | 2654 'sources': [ |
| 2644 'test/memory_test/memory_test.cc', | 2655 'test/memory_test/memory_test.cc', |
| 2645 ], | 2656 ], |
| 2646 'conditions': [ | 2657 'conditions': [ |
| 2647 ['OS=="linux"', { | 2658 ['OS=="linux"', { |
| 2648 'dependencies': [ | 2659 'dependencies': [ |
| 2649 '../build/linux/system.gyp:gtk', | 2660 '../build/linux/system.gyp:gtk', |
| 2650 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2661 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2651 ], | 2662 ], |
| 2652 }], | 2663 }], |
| 2653 ], | 2664 ], |
| 2654 }, | 2665 }, |
| 2655 { | 2666 { |
| 2656 'target_name': 'url_fetch_test', | 2667 'target_name': 'url_fetch_test', |
| 2657 'type': 'executable', | 2668 'type': 'executable', |
| 2658 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', | 2669 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', |
| 2659 'dependencies': [ | 2670 'dependencies': [ |
| 2660 'chrome', | 2671 'chrome', |
| 2661 'debugger', | 2672 'debugger', |
| 2673 'policy', | |
| 2662 'test_support_common', | 2674 'test_support_common', |
| 2663 'test_support_ui', | 2675 'test_support_ui', |
| 2664 'theme_resources', | 2676 'theme_resources', |
| 2665 '../base/base.gyp:base', | 2677 '../base/base.gyp:base', |
| 2666 '../net/net.gyp:net', | 2678 '../net/net.gyp:net', |
| 2667 '../skia/skia.gyp:skia', | 2679 '../skia/skia.gyp:skia', |
| 2668 '../testing/gtest.gyp:gtest', | 2680 '../testing/gtest.gyp:gtest', |
| 2669 ], | 2681 ], |
| 2670 'include_dirs': [ | 2682 'include_dirs': [ |
| 2671 '..', | 2683 '..', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2825 }, | 2837 }, |
| 2826 { | 2838 { |
| 2827 'target_name': 'sync_integration_tests', | 2839 'target_name': 'sync_integration_tests', |
| 2828 'type': 'executable', | 2840 'type': 'executable', |
| 2829 'dependencies': [ | 2841 'dependencies': [ |
| 2830 'browser', | 2842 'browser', |
| 2831 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 2843 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 2832 'chrome', | 2844 'chrome', |
| 2833 'chrome_resources', | 2845 'chrome_resources', |
| 2834 'common', | 2846 'common', |
| 2847 'policy', | |
| 2835 'profile_import', | 2848 'profile_import', |
| 2836 'renderer', | 2849 'renderer', |
| 2837 'chrome_strings', | 2850 'chrome_strings', |
| 2838 'test_support_common', | 2851 'test_support_common', |
| 2839 '../net/net.gyp:net_test_support', | 2852 '../net/net.gyp:net_test_support', |
| 2840 '../printing/printing.gyp:printing', | 2853 '../printing/printing.gyp:printing', |
| 2841 '../skia/skia.gyp:skia', | 2854 '../skia/skia.gyp:skia', |
| 2842 '../testing/gmock.gyp:gmock', | 2855 '../testing/gmock.gyp:gmock', |
| 2843 '../testing/gtest.gyp:gtest', | 2856 '../testing/gtest.gyp:gtest', |
| 2844 '../third_party/icu/icu.gyp:icui18n', | 2857 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2987 { | 3000 { |
| 2988 # Executable that contains all the tests to be run on the GPU bots. | 3001 # Executable that contains all the tests to be run on the GPU bots. |
| 2989 'target_name': 'gpu_tests', | 3002 'target_name': 'gpu_tests', |
| 2990 'type': 'executable', | 3003 'type': 'executable', |
| 2991 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', | 3004 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', |
| 2992 'dependencies': [ | 3005 'dependencies': [ |
| 2993 'browser', | 3006 'browser', |
| 2994 'chrome', | 3007 'chrome', |
| 2995 'chrome_resources', | 3008 'chrome_resources', |
| 2996 'chrome_strings', | 3009 'chrome_strings', |
| 3010 'policy', | |
| 2997 'renderer', | 3011 'renderer', |
| 2998 'test_support_common', | 3012 'test_support_common', |
| 2999 '../app/app.gyp:app_base', | 3013 '../app/app.gyp:app_base', |
| 3000 '../base/base.gyp:base', | 3014 '../base/base.gyp:base', |
| 3001 '../base/base.gyp:test_support_base', | 3015 '../base/base.gyp:test_support_base', |
| 3002 '../net/net.gyp:net_test_support', | 3016 '../net/net.gyp:net_test_support', |
| 3003 '../skia/skia.gyp:skia', | 3017 '../skia/skia.gyp:skia', |
| 3004 '../testing/gtest.gyp:gtest', | 3018 '../testing/gtest.gyp:gtest', |
| 3005 '../third_party/icu/icu.gyp:icui18n', | 3019 '../third_party/icu/icu.gyp:icui18n', |
| 3006 '../third_party/icu/icu.gyp:icuuc', | 3020 '../third_party/icu/icu.gyp:icuuc', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3082 ], | 3096 ], |
| 3083 }, | 3097 }, |
| 3084 { | 3098 { |
| 3085 'target_name': 'plugin_tests', | 3099 'target_name': 'plugin_tests', |
| 3086 'type': 'executable', | 3100 'type': 'executable', |
| 3087 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | 3101 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', |
| 3088 'dependencies': [ | 3102 'dependencies': [ |
| 3089 'chrome', | 3103 'chrome', |
| 3090 'chrome_resources', | 3104 'chrome_resources', |
| 3091 'chrome_strings', | 3105 'chrome_strings', |
| 3106 'policy', | |
| 3092 'test_support_common', | 3107 'test_support_common', |
| 3093 'test_support_ui', | 3108 'test_support_ui', |
| 3094 '../skia/skia.gyp:skia', | 3109 '../skia/skia.gyp:skia', |
| 3095 '../testing/gtest.gyp:gtest', | 3110 '../testing/gtest.gyp:gtest', |
| 3096 '../third_party/libxslt/libxslt.gyp:libxslt', | 3111 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 3097 '../third_party/npapi/npapi.gyp:npapi', | 3112 '../third_party/npapi/npapi.gyp:npapi', |
| 3098 ], | 3113 ], |
| 3099 'include_dirs': [ | 3114 'include_dirs': [ |
| 3100 '..', | 3115 '..', |
| 3101 ], | 3116 ], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3190 },], # OS!="mac" | 3205 },], # OS!="mac" |
| 3191 ['OS=="win"', { | 3206 ['OS=="win"', { |
| 3192 'targets': [ | 3207 'targets': [ |
| 3193 { | 3208 { |
| 3194 'target_name': 'generate_profile', | 3209 'target_name': 'generate_profile', |
| 3195 'type': 'executable', | 3210 'type': 'executable', |
| 3196 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', | 3211 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', |
| 3197 'dependencies': [ | 3212 'dependencies': [ |
| 3198 'test_support_common', | 3213 'test_support_common', |
| 3199 'browser', | 3214 'browser', |
| 3215 'policy', | |
| 3200 'renderer', | 3216 'renderer', |
| 3201 'syncapi', | 3217 'syncapi', |
| 3202 '../base/base.gyp:base', | 3218 '../base/base.gyp:base', |
| 3203 '../skia/skia.gyp:skia', | 3219 '../skia/skia.gyp:skia', |
| 3204 ], | 3220 ], |
| 3205 'include_dirs': [ | 3221 'include_dirs': [ |
| 3206 '..', | 3222 '..', |
| 3207 ], | 3223 ], |
| 3208 'sources': [ | 3224 'sources': [ |
| 3209 'tools/profiles/generate_profile.cc', | 3225 'tools/profiles/generate_profile.cc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3266 'test/nacl_security_tests/nacl_security_tests_win.cc', | 3282 'test/nacl_security_tests/nacl_security_tests_win.cc', |
| 3267 ], | 3283 ], |
| 3268 }, | 3284 }, |
| 3269 { | 3285 { |
| 3270 'target_name': 'selenium_tests', | 3286 'target_name': 'selenium_tests', |
| 3271 'type': 'executable', | 3287 'type': 'executable', |
| 3272 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', | 3288 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', |
| 3273 'dependencies': [ | 3289 'dependencies': [ |
| 3274 'chrome_resources', | 3290 'chrome_resources', |
| 3275 'chrome_strings', | 3291 'chrome_strings', |
| 3292 'policy', | |
| 3276 'test_support_common', | 3293 'test_support_common', |
| 3277 'test_support_ui', | 3294 'test_support_ui', |
| 3278 '../skia/skia.gyp:skia', | 3295 '../skia/skia.gyp:skia', |
| 3279 '../testing/gtest.gyp:gtest', | 3296 '../testing/gtest.gyp:gtest', |
| 3280 ], | 3297 ], |
| 3281 'include_dirs': [ | 3298 'include_dirs': [ |
| 3282 '..', | 3299 '..', |
| 3283 '<(DEPTH)/third_party/wtl/include', | 3300 '<(DEPTH)/third_party/wtl/include', |
| 3284 ], | 3301 ], |
| 3285 'sources': [ | 3302 'sources': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3319 ], # OS=="win" | 3336 ], # OS=="win" |
| 3320 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { | 3337 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { |
| 3321 'targets': [ | 3338 'targets': [ |
| 3322 { | 3339 { |
| 3323 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3340 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
| 3324 'target_name': 'pyautolib', | 3341 'target_name': 'pyautolib', |
| 3325 'type': 'shared_library', | 3342 'type': 'shared_library', |
| 3326 'product_prefix': '_', | 3343 'product_prefix': '_', |
| 3327 'dependencies': [ | 3344 'dependencies': [ |
| 3328 'chrome', | 3345 'chrome', |
| 3346 'policy', | |
| 3329 'debugger', | 3347 'debugger', |
| 3330 'syncapi', | 3348 'syncapi', |
| 3331 'test_support_common', | 3349 'test_support_common', |
| 3332 'chrome_resources', | 3350 'chrome_resources', |
| 3333 'chrome_strings', | 3351 'chrome_strings', |
| 3334 'theme_resources', | 3352 'theme_resources', |
| 3335 '../skia/skia.gyp:skia', | 3353 '../skia/skia.gyp:skia', |
| 3336 '../testing/gtest.gyp:gtest', | 3354 '../testing/gtest.gyp:gtest', |
| 3337 ], | 3355 ], |
| 3338 'export_dependent_settings': [ | 3356 'export_dependent_settings': [ |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3636 ] | 3654 ] |
| 3637 }], # 'coverage!=0' | 3655 }], # 'coverage!=0' |
| 3638 ], # 'conditions' | 3656 ], # 'conditions' |
| 3639 } | 3657 } |
| 3640 | 3658 |
| 3641 # Local Variables: | 3659 # Local Variables: |
| 3642 # tab-width:2 | 3660 # tab-width:2 |
| 3643 # indent-tabs-mode:nil | 3661 # indent-tabs-mode:nil |
| 3644 # End: | 3662 # End: |
| 3645 # vim: set expandtab tabstop=2 shiftwidth=2: | 3663 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |