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

Side by Side Diff: content/content_tests.gypi

Issue 1101403002: content: Cleanup the dependencies on webkit_gpu target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restrict gn too Created 5 years, 7 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 | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../ppapi/ppapi_internal.gyp:ppapi_host', 870 '../ppapi/ppapi_internal.gyp:ppapi_host',
871 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 871 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
872 '../ppapi/ppapi_internal.gyp:ppapi_shared', 872 '../ppapi/ppapi_internal.gyp:ppapi_shared',
873 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 873 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
874 '../storage/storage_browser.gyp:storage', 874 '../storage/storage_browser.gyp:storage',
875 '../storage/storage_common.gyp:storage_common', 875 '../storage/storage_common.gyp:storage_common',
876 '../third_party/WebKit/public/blink.gyp:blink', 876 '../third_party/WebKit/public/blink.gyp:blink',
877 '../ui/compositor/compositor.gyp:compositor_test_support', 877 '../ui/compositor/compositor.gyp:compositor_test_support',
878 '../ui/surface/surface.gyp:surface', 878 '../ui/surface/surface.gyp:surface',
879 '../v8/tools/gyp/v8.gyp:v8', 879 '../v8/tools/gyp/v8.gyp:v8',
880 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
881 ], 880 ],
882 'export_dependent_settings': [ 881 'export_dependent_settings': [
883 '../third_party/WebKit/public/blink.gyp:blink', 882 '../third_party/WebKit/public/blink.gyp:blink',
884 ], 883 ],
885 }], 884 }],
886 ['OS == "win"', { 885 ['OS == "win"', {
887 'dependencies': [ 886 'dependencies': [
888 '../sandbox/sandbox.gyp:sandbox', 887 '../sandbox/sandbox.gyp:sandbox',
889 'content.gyp:content_startup_helper_win', 888 'content.gyp:content_startup_helper_win',
890 ], 889 ],
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2140 }, 2139 },
2141 ], 2140 ],
2142 }], 2141 }],
2143 ], 2142 ],
2144 }, 2143 },
2145 ], 2144 ],
2146 }], 2145 }],
2147 ], 2146 ],
2148 } 2147 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698