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

Side by Side Diff: content/content_tests.gypi

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 8 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_app.gypi ('k') | content/gpu/gpu_main.cc » ('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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 926 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
927 'files': [ 927 'files': [
928 'shell/resources/missingImage.png', 928 'shell/resources/missingImage.png',
929 'shell/resources/textAreaResizeCorner.png', 929 'shell/resources/textAreaResizeCorner.png',
930 ], 930 ],
931 }], 931 }],
932 }], 932 }],
933 ['OS == "win"', { 933 ['OS == "win"', {
934 'dependencies': [ 934 'dependencies': [
935 '../sandbox/sandbox.gyp:sandbox', 935 '../sandbox/sandbox.gyp:sandbox',
936 'content.gyp:sandbox_helper_win',
937 ], 936 ],
938 }], 937 }],
939 ['enable_webrtc==1', { 938 ['enable_webrtc==1', {
940 'sources': [ 939 'sources': [
941 'renderer/media/mock_data_channel_impl.cc', 940 'renderer/media/mock_data_channel_impl.cc',
942 'renderer/media/mock_data_channel_impl.h', 941 'renderer/media/mock_data_channel_impl.h',
943 'renderer/media/mock_media_stream_dispatcher.cc', 942 'renderer/media/mock_media_stream_dispatcher.cc',
944 'renderer/media/mock_media_stream_dispatcher.h', 943 'renderer/media/mock_media_stream_dispatcher.h',
945 'renderer/media/mock_peer_connection_impl.cc', 944 'renderer/media/mock_peer_connection_impl.cc',
946 'renderer/media/mock_peer_connection_impl.h', 945 'renderer/media/mock_peer_connection_impl.h',
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'content_unittests_apk.isolate', 2215 'content_unittests_apk.isolate',
2217 ], 2216 ],
2218 }, 2217 },
2219 ], 2218 ],
2220 }, 2219 },
2221 ], 2220 ],
2222 ], 2221 ],
2223 }], 2222 }],
2224 ], 2223 ],
2225 } 2224 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698