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

Side by Side Diff: content/content_tests.gypi

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'browser/geolocation/wifi_data_provider_common_unittest.cc', 1194 'browser/geolocation/wifi_data_provider_common_unittest.cc',
1195 'browser/media/audio_stream_monitor_unittest.cc', 1195 'browser/media/audio_stream_monitor_unittest.cc',
1196 'browser/power_usage_monitor_impl_unittest.cc', 1196 'browser/power_usage_monitor_impl_unittest.cc',
1197 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', 1197 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
1198 'browser/webui/url_data_manager_backend_unittest.cc', 1198 'browser/webui/url_data_manager_backend_unittest.cc',
1199 'renderer/media/media_recorder_handler_unittest.cc', 1199 'renderer/media/media_recorder_handler_unittest.cc',
1200 'renderer/media/video_track_recorder_unittest.cc', 1200 'renderer/media/video_track_recorder_unittest.cc',
1201 ], 1201 ],
1202 'dependencies': [ 1202 'dependencies': [
1203 '../testing/android/native_test.gyp:native_test_native_code', 1203 '../testing/android/native_test.gyp:native_test_native_code',
1204 '../third_party/boringssl/boringssl.gyp:boringssl',
1204 ], 1205 ],
1205 'dependencies!': [ 1206 'dependencies!': [
1206 '../device/battery/battery.gyp:device_battery', 1207 '../device/battery/battery.gyp:device_battery',
1207 ], 1208 ],
1208 }], 1209 }],
1209 ['OS != "android" and OS != "ios"', { 1210 ['OS != "android" and OS != "ios"', {
1210 'dependencies': [ 1211 'dependencies': [
1211 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', 1212 '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
1212 ], 1213 ],
1213 }], 1214 }],
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 ], 2148 ],
2148 }, 2149 },
2149 'includes': [ 2150 'includes': [
2150 '../build/host_jar.gypi', 2151 '../build/host_jar.gypi',
2151 ], 2152 ],
2152 }, 2153 },
2153 ], 2154 ],
2154 }], 2155 }],
2155 ], 2156 ],
2156 } 2157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698