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

Side by Side Diff: content/content_tests.gypi

Issue 10191010: Re-implement the screensaver to use WebView instead of ExtensionDialogHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ut fix. Created 8 years, 7 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 | « chrome/chrome_browser.gypi ('k') | content/test/content_test_suite.cc » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'test/render_view_fake_resources_test.cc', 83 'test/render_view_fake_resources_test.cc',
84 'test/render_view_fake_resources_test.h', 84 'test/render_view_fake_resources_test.h',
85 'test/render_view_test.cc', 85 'test/render_view_test.cc',
86 'test/render_view_test.h', 86 'test/render_view_test.h',
87 'test/test_browser_context.cc', 87 'test/test_browser_context.cc',
88 'test/test_browser_context.h', 88 'test/test_browser_context.h',
89 'test/test_browser_thread.cc', 89 'test/test_browser_thread.cc',
90 'test/test_browser_thread.h', 90 'test/test_browser_thread.h',
91 'test/test_content_client.cc', 91 'test/test_content_client.cc',
92 'test/test_content_client.h', 92 'test/test_content_client.h',
93 'test/test_content_client_initializer.cc',
94 'test/test_content_client_initializer.h',
93 'test/test_file_error_injector.cc', 95 'test/test_file_error_injector.cc',
94 'test/test_file_error_injector.h', 96 'test/test_file_error_injector.h',
95 'test/test_navigation_observer.cc', 97 'test/test_navigation_observer.cc',
96 'test/test_navigation_observer.h', 98 'test/test_navigation_observer.h',
97 'test/test_notification_tracker.cc', 99 'test/test_notification_tracker.cc',
98 'test/test_notification_tracker.h', 100 'test/test_notification_tracker.h',
99 'test/test_renderer_host.cc', 101 'test/test_renderer_host.cc',
100 'test/test_renderer_host.h', 102 'test/test_renderer_host.h',
103 'test/test_render_view_host_factory.cc',
104 'test/test_render_view_host_factory.h',
101 'test/test_url_fetcher_factory.cc', 105 'test/test_url_fetcher_factory.cc',
102 'test/test_url_fetcher_factory.h', 106 'test/test_url_fetcher_factory.h',
103 'test/test_web_contents_view.cc', 107 'test/test_web_contents_view.cc',
104 'test/test_web_contents_view.h', 108 'test/test_web_contents_view.h',
105 'test/unittest_test_suite.cc', 109 'test/unittest_test_suite.cc',
106 'test/unittest_test_suite.h', 110 'test/unittest_test_suite.h',
107 'test/web_contents_tester.cc', 111 'test/web_contents_tester.cc',
108 'test/web_contents_tester.h', 112 'test/web_contents_tester.h',
109 113
110 # TODO(phajdan.jr): Those files should be moved to webkit 114 # TODO(phajdan.jr): Those files should be moved to webkit
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 ], 501 ],
498 'sources': [ 502 'sources': [
499 'common/gpu/media/video_decode_accelerator_unittest.cc', 503 'common/gpu/media/video_decode_accelerator_unittest.cc',
500 ], 504 ],
501 } 505 }
502 ], 506 ],
503 }, 507 },
504 ], 508 ],
505 ], 509 ],
506 } 510 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698