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

Side by Side Diff: content/content_tests.gypi

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: osmesa really need to be a dep of each exe Created 5 years, 5 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 '../testing/gtest.gyp:gtest', 1008 '../testing/gtest.gyp:gtest',
1009 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1009 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1010 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1010 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1011 '../third_party/re2/re2.gyp:re2', 1011 '../third_party/re2/re2.gyp:re2',
1012 '../ui/accessibility/accessibility.gyp:accessibility', 1012 '../ui/accessibility/accessibility.gyp:accessibility',
1013 '../ui/base/ui_base.gyp:ui_base', 1013 '../ui/base/ui_base.gyp:ui_base',
1014 '../ui/events/events.gyp:blink', 1014 '../ui/events/events.gyp:blink',
1015 '../ui/gfx/gfx.gyp:gfx', 1015 '../ui/gfx/gfx.gyp:gfx',
1016 '../ui/gfx/gfx.gyp:gfx_geometry', 1016 '../ui/gfx/gfx.gyp:gfx_geometry',
1017 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1017 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1018 # Only needed at runtime.
1019 '../third_party/mesa/mesa.gyp:osmesa',
1018 ], 1020 ],
1019 'include_dirs': [ 1021 'include_dirs': [
1020 '..', 1022 '..',
1021 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1023 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1022 ], 1024 ],
1023 'sources': [ '<@(content_unittests_sources)' ], 1025 'sources': [ '<@(content_unittests_sources)' ],
1024 'conditions': [ 1026 'conditions': [
1025 ['OS == "ios"', { 1027 ['OS == "ios"', {
1026 'sources/': [ 1028 'sources/': [
1027 # iOS only needs a small portion of content; exclude all the 1029 # iOS only needs a small portion of content; exclude all the
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 '../net/net.gyp:net_test_support', 1406 '../net/net.gyp:net_test_support',
1405 '../ppapi/ppapi_internal.gyp:ppapi_host', 1407 '../ppapi/ppapi_internal.gyp:ppapi_host',
1406 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1408 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1407 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1409 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1408 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1410 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1409 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1411 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1410 '../testing/gmock.gyp:gmock', 1412 '../testing/gmock.gyp:gmock',
1411 '../testing/gtest.gyp:gtest', 1413 '../testing/gtest.gyp:gtest',
1412 '../third_party/WebKit/public/blink.gyp:blink', 1414 '../third_party/WebKit/public/blink.gyp:blink',
1413 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1415 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1414 '../third_party/mesa/mesa.gyp:osmesa',
1415 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1416 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1416 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 1417 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1417 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1418 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1418 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1419 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1419 '../third_party/zlib/zlib.gyp:zlib', 1420 '../third_party/zlib/zlib.gyp:zlib',
1420 '../ui/accessibility/accessibility.gyp:accessibility', 1421 '../ui/accessibility/accessibility.gyp:accessibility',
1421 '../ui/base/ui_base.gyp:ui_base', 1422 '../ui/base/ui_base.gyp:ui_base',
1422 '../ui/gfx/gfx.gyp:gfx', 1423 '../ui/gfx/gfx.gyp:gfx',
1423 '../ui/gfx/gfx.gyp:gfx_geometry', 1424 '../ui/gfx/gfx.gyp:gfx_geometry',
1424 '../ui/gl/gl.gyp:gl', 1425 '../ui/gl/gl.gyp:gl',
1425 '../ui/gl/gl.gyp:gl_test_support', 1426 '../ui/gl/gl.gyp:gl_test_support',
1426 '../ui/resources/ui_resources.gyp:ui_resources', 1427 '../ui/resources/ui_resources.gyp:ui_resources',
1427 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1428 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1428 '../ui/snapshot/snapshot.gyp:snapshot', 1429 '../ui/snapshot/snapshot.gyp:snapshot',
1429 '../ui/accessibility/accessibility.gyp:ax_gen', 1430 '../ui/accessibility/accessibility.gyp:ax_gen',
1431 # Only needed at runtime.
1432 '../third_party/mesa/mesa.gyp:osmesa',
1430 ], 1433 ],
1431 'include_dirs': [ 1434 'include_dirs': [
1432 '..', 1435 '..',
1433 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 1436 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
1434 ], 1437 ],
1435 'includes': [ 1438 'includes': [
1436 'browser/gpu/test_support_gpu.gypi', 1439 'browser/gpu/test_support_gpu.gypi',
1437 ], 1440 ],
1438 'defines': [ 1441 'defines': [
1439 'HAS_OUT_OF_PROC_TEST_RUNNER', 1442 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2101 ], 2104 ],
2102 }, 2105 },
2103 'includes': [ 2106 'includes': [
2104 '../build/host_jar.gypi', 2107 '../build/host_jar.gypi',
2105 ], 2108 ],
2106 }, 2109 },
2107 ], 2110 ],
2108 }], 2111 }],
2109 ], 2112 ],
2110 } 2113 }
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