OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
11 '../net/net.gyp:net_test_support', | 11 '../net/net.gyp:net_test_support', |
12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
13 '../testing/gmock.gyp:gmock', | 13 '../testing/gmock.gyp:gmock', |
14 '../testing/gtest.gyp:gtest', | 14 '../testing/gtest.gyp:gtest', |
| 15 '../ui/accessibility/accessibility.gyp:ax_gen', |
15 '../ui/events/events.gyp:dom4_keycode_converter', | 16 '../ui/events/events.gyp:dom4_keycode_converter', |
16 '../ui/events/events.gyp:events_base', | 17 '../ui/events/events.gyp:events_base', |
17 '../ui/events/events.gyp:events_test_support', | 18 '../ui/events/events.gyp:events_test_support', |
18 '../ui/gfx/gfx.gyp:gfx', | 19 '../ui/gfx/gfx.gyp:gfx', |
19 '../ui/gfx/gfx.gyp:gfx_geometry', | 20 '../ui/gfx/gfx.gyp:gfx_geometry', |
20 '../ui/resources/ui_resources.gyp:ui_resources', | 21 '../ui/resources/ui_resources.gyp:ui_resources', |
21 '../ui/ui.gyp:ui', | 22 '../ui/ui.gyp:ui', |
22 '../ui/ui_unittests.gyp:ui_test_support', | 23 '../ui/ui_unittests.gyp:ui_test_support', |
23 '../url/url.gyp:url_lib', | 24 '../url/url.gyp:url_lib', |
24 'browser/speech/proto/speech_proto.gyp:speech_proto', | 25 'browser/speech/proto/speech_proto.gyp:speech_proto', |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 'test/run_all_perftests.cc', | 881 'test/run_all_perftests.cc', |
881 ], | 882 ], |
882 }, | 883 }, |
883 { | 884 { |
884 'target_name': 'content_browser_test_support', | 885 'target_name': 'content_browser_test_support', |
885 'type': 'static_library', | 886 'type': 'static_library', |
886 'dependencies': [ | 887 'dependencies': [ |
887 'content_shell_lib', | 888 'content_shell_lib', |
888 '../skia/skia.gyp:skia', | 889 '../skia/skia.gyp:skia', |
889 '../testing/gtest.gyp:gtest', | 890 '../testing/gtest.gyp:gtest', |
| 891 '../ui/accessibility/accessibility.gyp:ax_gen', |
890 ], | 892 ], |
891 'sources': [ | 893 'sources': [ |
892 'test/accessibility_browser_test_utils.cc', | 894 'test/accessibility_browser_test_utils.cc', |
893 'test/accessibility_browser_test_utils.h', | 895 'test/accessibility_browser_test_utils.h', |
894 'test/content_browser_test.cc', | 896 'test/content_browser_test.cc', |
895 'test/content_browser_test.h', | 897 'test/content_browser_test.h', |
896 'test/content_browser_test_utils.cc', | 898 'test/content_browser_test_utils.cc', |
897 'test/content_browser_test_utils.h', | 899 'test/content_browser_test_utils.h', |
898 'test/content_browser_test_utils_mac.mm', | 900 'test/content_browser_test_utils_mac.mm', |
899 ], | 901 ], |
(...skipping 29 matching lines...) Expand all Loading... |
929 '../third_party/mesa/mesa.gyp:osmesa', | 931 '../third_party/mesa/mesa.gyp:osmesa', |
930 '../ui/accessibility/accessibility.gyp:accessibility', | 932 '../ui/accessibility/accessibility.gyp:accessibility', |
931 '../ui/gfx/gfx.gyp:gfx', | 933 '../ui/gfx/gfx.gyp:gfx', |
932 '../ui/gfx/gfx.gyp:gfx_geometry', | 934 '../ui/gfx/gfx.gyp:gfx_geometry', |
933 '../ui/gl/gl.gyp:gl', | 935 '../ui/gl/gl.gyp:gl', |
934 '../ui/resources/ui_resources.gyp:ui_resources', | 936 '../ui/resources/ui_resources.gyp:ui_resources', |
935 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 937 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
936 '../ui/snapshot/snapshot.gyp:snapshot', | 938 '../ui/snapshot/snapshot.gyp:snapshot', |
937 '../ui/ui.gyp:ui', | 939 '../ui/ui.gyp:ui', |
938 '../webkit/child/webkit_child.gyp:webkit_child', | 940 '../webkit/child/webkit_child.gyp:webkit_child', |
| 941 '../ui/accessibility/accessibility.gyp:ax_gen', |
939 ], | 942 ], |
940 'include_dirs': [ | 943 'include_dirs': [ |
941 '..', | 944 '..', |
942 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc | 945 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc |
943 ], | 946 ], |
944 'includes': [ | 947 'includes': [ |
945 'browser/gpu/test_support_gpu.gypi', | 948 'browser/gpu/test_support_gpu.gypi', |
946 ], | 949 ], |
947 'defines': [ | 950 'defines': [ |
948 'HAS_OUT_OF_PROC_TEST_RUNNER', | 951 'HAS_OUT_OF_PROC_TEST_RUNNER', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1637 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1640 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1638 }, | 1641 }, |
1639 ], | 1642 ], |
1640 }], | 1643 }], |
1641 ], | 1644 ], |
1642 }, | 1645 }, |
1643 ], | 1646 ], |
1644 }], | 1647 }], |
1645 ], | 1648 ], |
1646 } | 1649 } |
OLD | NEW |