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

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: Fix lint errors/warnings 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
« no previous file with comments | « content/content_app.gypi ('k') | content/public/app/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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 '../ui/surface/surface.gyp:surface', 947 '../ui/surface/surface.gyp:surface',
948 '../v8/tools/gyp/v8.gyp:v8', 948 '../v8/tools/gyp/v8.gyp:v8',
949 ], 949 ],
950 'export_dependent_settings': [ 950 'export_dependent_settings': [
951 '../third_party/WebKit/public/blink.gyp:blink', 951 '../third_party/WebKit/public/blink.gyp:blink',
952 ], 952 ],
953 }], 953 }],
954 ['OS == "win"', { 954 ['OS == "win"', {
955 'dependencies': [ 955 'dependencies': [
956 '../sandbox/sandbox.gyp:sandbox', 956 '../sandbox/sandbox.gyp:sandbox',
957 'content.gyp:content_startup_helper_win', 957 'content.gyp:sandbox_helper_win',
958 ], 958 ],
959 }], 959 }],
960 ['enable_webrtc==1', { 960 ['enable_webrtc==1', {
961 'sources': [ 961 'sources': [
962 'renderer/media/mock_data_channel_impl.cc', 962 'renderer/media/mock_data_channel_impl.cc',
963 'renderer/media/mock_data_channel_impl.h', 963 'renderer/media/mock_data_channel_impl.h',
964 'renderer/media/mock_media_stream_dispatcher.cc', 964 'renderer/media/mock_media_stream_dispatcher.cc',
965 'renderer/media/mock_media_stream_dispatcher.h', 965 'renderer/media/mock_media_stream_dispatcher.h',
966 'renderer/media/mock_peer_connection_impl.cc', 966 'renderer/media/mock_peer_connection_impl.cc',
967 'renderer/media/mock_peer_connection_impl.h', 967 'renderer/media/mock_peer_connection_impl.h',
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'content_unittests_apk.isolate', 2196 'content_unittests_apk.isolate',
2197 ], 2197 ],
2198 }, 2198 },
2199 ], 2199 ],
2200 }, 2200 },
2201 ], 2201 ],
2202 ], 2202 ],
2203 }], 2203 }],
2204 ], 2204 ],
2205 } 2205 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698