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

Side by Side Diff: content/content_tests.gypi

Issue 9645003: Introduce abstractions to allow embedders to test RenderViewHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 8 years, 9 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/browser/tab_contents/test_tab_contents.cc ('k') | content/test/test_renderer_host.h » ('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) 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'test/test_browser_context.cc', 89 'test/test_browser_context.cc',
90 'test/test_browser_context.h', 90 'test/test_browser_context.h',
91 'test/test_browser_thread.cc', 91 'test/test_browser_thread.cc',
92 'test/test_browser_thread.h', 92 'test/test_browser_thread.h',
93 'test/test_content_client.cc', 93 'test/test_content_client.cc',
94 'test/test_content_client.h', 94 'test/test_content_client.h',
95 'test/test_navigation_observer.cc', 95 'test/test_navigation_observer.cc',
96 'test/test_navigation_observer.h', 96 'test/test_navigation_observer.h',
97 'test/test_notification_tracker.cc', 97 'test/test_notification_tracker.cc',
98 'test/test_notification_tracker.h', 98 'test/test_notification_tracker.h',
99 'test/test_renderer_host.cc',
100 'test/test_renderer_host.h',
99 'test/test_url_fetcher_factory.cc', 101 'test/test_url_fetcher_factory.cc',
100 'test/test_url_fetcher_factory.h', 102 'test/test_url_fetcher_factory.h',
101 'test/test_web_contents_view.cc', 103 'test/test_web_contents_view.cc',
102 'test/test_web_contents_view.h', 104 'test/test_web_contents_view.h',
103 'test/unittest_test_suite.cc', 105 'test/unittest_test_suite.cc',
104 'test/unittest_test_suite.h', 106 'test/unittest_test_suite.h',
105 107
106 # TODO(phajdan.jr): Those files should be moved to webkit 108 # TODO(phajdan.jr): Those files should be moved to webkit
107 # test support target. 109 # test support target.
108 '../webkit/appcache/appcache_test_helper.cc', 110 '../webkit/appcache/appcache_test_helper.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ], 482 ],
481 'sources': [ 483 'sources': [
482 'common/gpu/media/video_decode_accelerator_unittest.cc', 484 'common/gpu/media/video_decode_accelerator_unittest.cc',
483 ], 485 ],
484 } 486 }
485 ], 487 ],
486 }, 488 },
487 ], 489 ],
488 ], 490 ],
489 } 491 }
OLDNEW
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698