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

Side by Side Diff: content/content_tests.gypi

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 '../ui/surface/surface.gyp:surface', 933 '../ui/surface/surface.gyp:surface',
934 '../v8/tools/gyp/v8.gyp:v8', 934 '../v8/tools/gyp/v8.gyp:v8',
935 ], 935 ],
936 'export_dependent_settings': [ 936 'export_dependent_settings': [
937 '../third_party/WebKit/public/blink.gyp:blink', 937 '../third_party/WebKit/public/blink.gyp:blink',
938 ], 938 ],
939 }], 939 }],
940 ['OS == "win"', { 940 ['OS == "win"', {
941 'dependencies': [ 941 'dependencies': [
942 '../sandbox/sandbox.gyp:sandbox', 942 '../sandbox/sandbox.gyp:sandbox',
943 'content.gyp:content_startup_helper_win', 943 'content.gyp:sandbox_helper_win',
944 ], 944 ],
945 }], 945 }],
946 ['enable_webrtc==1', { 946 ['enable_webrtc==1', {
947 'sources': [ 947 'sources': [
948 'renderer/media/mock_data_channel_impl.cc', 948 'renderer/media/mock_data_channel_impl.cc',
949 'renderer/media/mock_data_channel_impl.h', 949 'renderer/media/mock_data_channel_impl.h',
950 'renderer/media/mock_media_stream_dispatcher.cc', 950 'renderer/media/mock_media_stream_dispatcher.cc',
951 'renderer/media/mock_media_stream_dispatcher.h', 951 'renderer/media/mock_media_stream_dispatcher.h',
952 'renderer/media/mock_peer_connection_impl.cc', 952 'renderer/media/mock_peer_connection_impl.cc',
953 'renderer/media/mock_peer_connection_impl.h', 953 'renderer/media/mock_peer_connection_impl.h',
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 ], 2145 ],
2146 }, 2146 },
2147 'includes': [ 2147 'includes': [
2148 '../build/host_jar.gypi', 2148 '../build/host_jar.gypi',
2149 ], 2149 ],
2150 }, 2150 },
2151 ], 2151 ],
2152 }], 2152 }],
2153 ], 2153 ],
2154 } 2154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698