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

Side by Side Diff: content/content_tests.gypi

Issue 10014024: TabContents -> WebContentsImpl, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'browser/speech/google_one_shot_remote_engine_unittest.cc', 254 'browser/speech/google_one_shot_remote_engine_unittest.cc',
255 'browser/speech/speech_recognizer_impl_unittest.cc', 255 'browser/speech/speech_recognizer_impl_unittest.cc',
256 'browser/ssl/ssl_host_state_unittest.cc', 256 'browser/ssl/ssl_host_state_unittest.cc',
257 'browser/system_message_window_win_unittest.cc', 257 'browser/system_message_window_win_unittest.cc',
258 'browser/tab_contents/navigation_controller_impl_unittest.cc', 258 'browser/tab_contents/navigation_controller_impl_unittest.cc',
259 'browser/tab_contents/navigation_entry_impl_unittest.cc', 259 'browser/tab_contents/navigation_entry_impl_unittest.cc',
260 'browser/tab_contents/render_view_host_manager_unittest.cc', 260 'browser/tab_contents/render_view_host_manager_unittest.cc',
261 'browser/tab_contents/tab_contents_delegate_unittest.cc', 261 'browser/tab_contents/tab_contents_delegate_unittest.cc',
262 'browser/tab_contents/tab_contents_unittest.cc', 262 'browser/tab_contents/tab_contents_unittest.cc',
263 'browser/tab_contents/web_contents_view_mac_unittest.mm', 263 'browser/tab_contents/web_contents_view_mac_unittest.mm',
264 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
265 'browser/trace_subscriber_stdio_unittest.cc', 264 'browser/trace_subscriber_stdio_unittest.cc',
265 'browser/web_contents/web_drag_dest_mac_unittest.mm',
266 'browser/webui/web_ui_message_handler_unittest.cc', 266 'browser/webui/web_ui_message_handler_unittest.cc',
267 'common/mac/attributed_string_coder_unittest.mm', 267 'common/mac/attributed_string_coder_unittest.mm',
268 'common/mac/font_descriptor_unittest.mm', 268 'common/mac/font_descriptor_unittest.mm',
269 'common/gpu/gpu_info_unittest.cc', 269 'common/gpu/gpu_info_unittest.cc',
270 'common/gpu/gpu_memory_manager_unittest.cc', 270 'common/gpu/gpu_memory_manager_unittest.cc',
271 'common/hi_res_timer_manager_unittest.cc', 271 'common/hi_res_timer_manager_unittest.cc',
272 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 272 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
273 'common/inter_process_time_ticks_converter_unittest.cc', 273 'common/inter_process_time_ticks_converter_unittest.cc',
274 'common/net/url_fetcher_impl_unittest.cc', 274 'common/net/url_fetcher_impl_unittest.cc',
275 'common/page_zoom_unittest.cc', 275 'common/page_zoom_unittest.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ], 495 ],
496 'sources': [ 496 'sources': [
497 'common/gpu/media/video_decode_accelerator_unittest.cc', 497 'common/gpu/media/video_decode_accelerator_unittest.cc',
498 ], 498 ],
499 } 499 }
500 ], 500 ],
501 }, 501 },
502 ], 502 ],
503 ], 503 ],
504 } 504 }
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