Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: content/content_tests.gypi

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 '../testing/gtest.gyp:gtest', 1018 '../testing/gtest.gyp:gtest',
1019 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1019 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1020 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1020 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1021 '../third_party/re2/re2.gyp:re2', 1021 '../third_party/re2/re2.gyp:re2',
1022 '../ui/accessibility/accessibility.gyp:accessibility', 1022 '../ui/accessibility/accessibility.gyp:accessibility',
1023 '../ui/base/ui_base.gyp:ui_base', 1023 '../ui/base/ui_base.gyp:ui_base',
1024 '../ui/events/events.gyp:blink', 1024 '../ui/events/events.gyp:blink',
1025 '../ui/gfx/gfx.gyp:gfx', 1025 '../ui/gfx/gfx.gyp:gfx',
1026 '../ui/gfx/gfx.gyp:gfx_geometry', 1026 '../ui/gfx/gfx.gyp:gfx_geometry',
1027 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1027 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1028 # Only needed at runtime.
1029 '../third_party/mesa/mesa.gyp:osmesa',
1028 ], 1030 ],
1029 'include_dirs': [ 1031 'include_dirs': [
1030 '..', 1032 '..',
1031 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1033 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1032 ], 1034 ],
1033 'sources': [ '<@(content_unittests_sources)' ], 1035 'sources': [ '<@(content_unittests_sources)' ],
1034 'conditions': [ 1036 'conditions': [
1035 ['OS == "ios"', { 1037 ['OS == "ios"', {
1036 'sources/': [ 1038 'sources/': [
1037 # iOS only needs a small portion of content; exclude all the 1039 # iOS only needs a small portion of content; exclude all the
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 '../net/net.gyp:net_test_support', 1421 '../net/net.gyp:net_test_support',
1420 '../ppapi/ppapi_internal.gyp:ppapi_host', 1422 '../ppapi/ppapi_internal.gyp:ppapi_host',
1421 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1423 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1422 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1424 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1423 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1425 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1424 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1426 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1425 '../testing/gmock.gyp:gmock', 1427 '../testing/gmock.gyp:gmock',
1426 '../testing/gtest.gyp:gtest', 1428 '../testing/gtest.gyp:gtest',
1427 '../third_party/WebKit/public/blink.gyp:blink', 1429 '../third_party/WebKit/public/blink.gyp:blink',
1428 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1430 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1429 '../third_party/mesa/mesa.gyp:osmesa',
1430 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1431 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1431 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 1432 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1432 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1433 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1433 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1434 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1434 '../third_party/zlib/zlib.gyp:zlib', 1435 '../third_party/zlib/zlib.gyp:zlib',
1435 '../ui/accessibility/accessibility.gyp:accessibility', 1436 '../ui/accessibility/accessibility.gyp:accessibility',
1436 '../ui/base/ui_base.gyp:ui_base', 1437 '../ui/base/ui_base.gyp:ui_base',
1437 '../ui/gfx/gfx.gyp:gfx', 1438 '../ui/gfx/gfx.gyp:gfx',
1438 '../ui/gfx/gfx.gyp:gfx_geometry', 1439 '../ui/gfx/gfx.gyp:gfx_geometry',
1439 '../ui/gl/gl.gyp:gl', 1440 '../ui/gl/gl.gyp:gl',
1440 '../ui/gl/gl.gyp:gl_test_support', 1441 '../ui/gl/gl.gyp:gl_test_support',
1441 '../ui/resources/ui_resources.gyp:ui_resources', 1442 '../ui/resources/ui_resources.gyp:ui_resources',
1442 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1443 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1443 '../ui/snapshot/snapshot.gyp:snapshot', 1444 '../ui/snapshot/snapshot.gyp:snapshot',
1444 '../ui/accessibility/accessibility.gyp:ax_gen', 1445 '../ui/accessibility/accessibility.gyp:ax_gen',
1446 # Only needed at runtime.
1447 '../third_party/mesa/mesa.gyp:osmesa',
1445 ], 1448 ],
1446 'include_dirs': [ 1449 'include_dirs': [
1447 '..', 1450 '..',
1448 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 1451 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
1449 ], 1452 ],
1450 'includes': [ 1453 'includes': [
1451 'browser/gpu/test_support_gpu.gypi', 1454 'browser/gpu/test_support_gpu.gypi',
1452 ], 1455 ],
1453 'defines': [ 1456 'defines': [
1454 'HAS_OUT_OF_PROC_TEST_RUNNER', 1457 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 ], 2121 ],
2119 }, 2122 },
2120 'includes': [ 2123 'includes': [
2121 '../build/host_jar.gypi', 2124 '../build/host_jar.gypi',
2122 ], 2125 ],
2123 }, 2126 },
2124 ], 2127 ],
2125 }], 2128 }],
2126 ], 2129 ],
2127 } 2130 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698