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/events/events.gyp:events', | 15 '../ui/events/events.gyp:events', |
16 '../ui/gfx/gfx.gyp:gfx', | 16 '../ui/gfx/gfx.gyp:gfx', |
17 '../ui/ui.gyp:keycode_converter', | 17 '../ui/ui.gyp:keycode_converter', |
18 '../ui/ui.gyp:ui', | 18 '../ui/ui.gyp:ui', |
19 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
20 '../ui/ui.gyp:ui_test_support', | 20 '../ui/ui_unittests.gyp:ui_test_support', |
21 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
22 'browser/speech/proto/speech_proto.gyp:speech_proto', | 22 'browser/speech/proto/speech_proto.gyp:speech_proto', |
23 'content.gyp:content_app_both', | 23 'content.gyp:content_app_both', |
24 'content.gyp:content_browser', | 24 'content.gyp:content_browser', |
25 'content.gyp:content_common', | 25 'content.gyp:content_common', |
26 ], | 26 ], |
27 'include_dirs': [ | 27 'include_dirs': [ |
28 '..', | 28 '..', |
29 ], | 29 ], |
30 'sources': [ | 30 'sources': [ |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 282 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
283 ], | 283 ], |
284 }], | 284 }], |
285 ['OS!="android" and OS!="ios"', { | 285 ['OS!="android" and OS!="ios"', { |
286 'dependencies': [ | 286 'dependencies': [ |
287 '../third_party/libvpx/libvpx.gyp:libvpx', | 287 '../third_party/libvpx/libvpx.gyp:libvpx', |
288 ], | 288 ], |
289 }], | 289 }], |
290 ['OS=="android"', { | 290 ['OS=="android"', { |
291 'dependencies': [ | 291 'dependencies': [ |
292 '../ui/ui.gyp:shell_dialogs', | 292 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
293 'test_support_content_jni_headers', | 293 'test_support_content_jni_headers', |
294 ], | 294 ], |
295 }], | 295 }], |
296 ], | 296 ], |
297 }, | 297 }, |
298 { | 298 { |
299 'target_name': 'content_unittests', | 299 'target_name': 'content_unittests', |
300 'type': '<(gtest_target_type)', | 300 'type': '<(gtest_target_type)', |
301 'dependencies': [ | 301 'dependencies': [ |
302 'content.gyp:content_browser', | 302 'content.gyp:content_browser', |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 852 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
853 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 853 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
854 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 854 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
855 '../skia/skia.gyp:skia', | 855 '../skia/skia.gyp:skia', |
856 '../testing/gmock.gyp:gmock', | 856 '../testing/gmock.gyp:gmock', |
857 '../testing/gtest.gyp:gtest', | 857 '../testing/gtest.gyp:gtest', |
858 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 858 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
859 '../third_party/mesa/mesa.gyp:osmesa', | 859 '../third_party/mesa/mesa.gyp:osmesa', |
860 '../ui/gfx/gfx.gyp:gfx', | 860 '../ui/gfx/gfx.gyp:gfx', |
861 '../ui/gl/gl.gyp:gl', | 861 '../ui/gl/gl.gyp:gl', |
| 862 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
862 '../ui/snapshot/snapshot.gyp:snapshot', | 863 '../ui/snapshot/snapshot.gyp:snapshot', |
863 '../ui/ui.gyp:shell_dialogs', | |
864 '../ui/ui.gyp:ui', | 864 '../ui/ui.gyp:ui', |
865 '../ui/ui.gyp:ui_resources', | 865 '../ui/ui.gyp:ui_resources', |
866 '../webkit/glue/webkit_glue.gyp:glue', | 866 '../webkit/glue/webkit_glue.gyp:glue', |
867 '../webkit/glue/webkit_glue.gyp:glue_child', | 867 '../webkit/glue/webkit_glue.gyp:glue_child', |
868 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 868 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
869 ], | 869 ], |
870 'include_dirs': [ | 870 'include_dirs': [ |
871 '..', | 871 '..', |
872 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc | 872 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc |
873 ], | 873 ], |
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1593 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1593 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1594 }, | 1594 }, |
1595 ], | 1595 ], |
1596 }], | 1596 }], |
1597 ], | 1597 ], |
1598 }, | 1598 }, |
1599 ], | 1599 ], |
1600 }], | 1600 }], |
1601 ], | 1601 ], |
1602 } | 1602 } |
OLD | NEW |