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

Side by Side Diff: content/content_tests.gypi

Issue 7743007: Revert 98164 since there are missing dependencies on linux views build - Move resource_dispatcher... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Deleted: svn:mergeinfo
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'browser/download/base_file_unittest.cc', 83 'browser/download/base_file_unittest.cc',
84 'browser/download/download_status_updater_unittest.cc', 84 'browser/download/download_status_updater_unittest.cc',
85 'browser/geolocation/gateway_data_provider_common_unittest.cc', 85 'browser/geolocation/gateway_data_provider_common_unittest.cc',
86 'browser/gpu/gpu_blacklist_unittest.cc', 86 'browser/gpu/gpu_blacklist_unittest.cc',
87 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 87 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
88 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', 88 'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
89 'browser/renderer_host/media/audio_renderer_host_unittest.cc', 89 'browser/renderer_host/media/audio_renderer_host_unittest.cc',
90 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', 90 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
91 'browser/renderer_host/media/video_capture_host_unittest.cc', 91 'browser/renderer_host/media/video_capture_host_unittest.cc',
92 'browser/renderer_host/media/video_capture_manager_unittest.cc', 92 'browser/renderer_host/media/video_capture_manager_unittest.cc',
93 'browser/renderer_host/resource_dispatcher_host_unittest.cc',
94 'browser/renderer_host/resource_queue_unittest.cc', 93 'browser/renderer_host/resource_queue_unittest.cc',
95 'browser/resolve_proxy_msg_helper_unittest.cc', 94 'browser/resolve_proxy_msg_helper_unittest.cc',
96 'browser/speech/endpointer/endpointer_unittest.cc', 95 'browser/speech/endpointer/endpointer_unittest.cc',
97 'browser/speech/speech_recognition_request_unittest.cc', 96 'browser/speech/speech_recognition_request_unittest.cc',
98 'browser/speech/speech_recognizer_unittest.cc', 97 'browser/speech/speech_recognizer_unittest.cc',
99 'browser/ssl/ssl_host_state_unittest.cc', 98 'browser/ssl/ssl_host_state_unittest.cc',
100 'browser/trace_subscriber_stdio_unittest.cc', 99 'browser/trace_subscriber_stdio_unittest.cc',
101 'common/gpu/gpu_feature_flags_unittest.cc', 100 'common/gpu/gpu_feature_flags_unittest.cc',
102 'common/gpu/gpu_info_unittest.cc', 101 'common/gpu/gpu_info_unittest.cc',
103 'common/notification_service_unittest.cc', 102 'common/notification_service_unittest.cc',
(...skipping 27 matching lines...) Expand all
131 }], 130 }],
132 ['chromeos==1', { 131 ['chromeos==1', {
133 'sources/': [ 132 'sources/': [
134 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 133 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
135 ], 134 ],
136 }], 135 }],
137 ], 136 ],
138 }, 137 },
139 ], 138 ],
140 } 139 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698