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

Side by Side Diff: content/content_tests.gypi

Issue 8635017: Add a referrer class to be used in the browser process whenever passing around referrsr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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
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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', 205 'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
206 'browser/renderer_host/resource_dispatcher_host_unittest.cc', 206 'browser/renderer_host/resource_dispatcher_host_unittest.cc',
207 'browser/renderer_host/resource_queue_unittest.cc', 207 'browser/renderer_host/resource_queue_unittest.cc',
208 'browser/resolve_proxy_msg_helper_unittest.cc', 208 'browser/resolve_proxy_msg_helper_unittest.cc',
209 'browser/site_instance_unittest.cc', 209 'browser/site_instance_unittest.cc',
210 'browser/speech/endpointer/endpointer_unittest.cc', 210 'browser/speech/endpointer/endpointer_unittest.cc',
211 'browser/speech/speech_recognition_request_unittest.cc', 211 'browser/speech/speech_recognition_request_unittest.cc',
212 'browser/speech/speech_recognizer_unittest.cc', 212 'browser/speech/speech_recognizer_unittest.cc',
213 'browser/ssl/ssl_host_state_unittest.cc', 213 'browser/ssl/ssl_host_state_unittest.cc',
214 'browser/tab_contents/navigation_entry_unittest.cc', 214 'browser/tab_contents/navigation_entry_unittest.cc',
215 'browser/tab_contents/referrer_unittest.cc',
215 'browser/tab_contents/tab_contents_delegate_unittest.cc', 216 'browser/tab_contents/tab_contents_delegate_unittest.cc',
216 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 217 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
217 'browser/trace_subscriber_stdio_unittest.cc', 218 'browser/trace_subscriber_stdio_unittest.cc',
218 'common/mac/attributed_string_coder_unittest.mm', 219 'common/mac/attributed_string_coder_unittest.mm',
219 'common/mac/font_descriptor_unittest.mm', 220 'common/mac/font_descriptor_unittest.mm',
220 'common/mac/scoped_sending_event_unittest.mm', 221 'common/mac/scoped_sending_event_unittest.mm',
221 'common/gpu/gpu_feature_flags_unittest.cc', 222 'common/gpu/gpu_feature_flags_unittest.cc',
222 'common/gpu/gpu_info_unittest.cc', 223 'common/gpu/gpu_info_unittest.cc',
223 'common/hi_res_timer_manager_unittest.cc', 224 'common/hi_res_timer_manager_unittest.cc',
224 'common/net/url_fetcher_impl_unittest.cc', 225 'common/net/url_fetcher_impl_unittest.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 384 ],
384 'sources': [ 385 'sources': [
385 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 386 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
386 ], 387 ],
387 } 388 }
388 ], 389 ],
389 }, 390 },
390 ], 391 ],
391 ], 392 ],
392 } 393 }
OLDNEW
« content/browser/tab_contents/referrer.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698