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

Side by Side Diff: content/content_tests.gypi

Issue 8230034: Split most of RenderViewTest and associated classes into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 2 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
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'browser/tab_contents/test_tab_contents.h', 51 'browser/tab_contents/test_tab_contents.h',
52 'common/test_url_constants.cc', 52 'common/test_url_constants.cc',
53 'common/test_url_constants.h', 53 'common/test_url_constants.h',
54 'gpu/gpu_idirect3d9_mock_win.cc', 54 'gpu/gpu_idirect3d9_mock_win.cc',
55 'gpu/gpu_idirect3d9_mock_win.h', 55 'gpu/gpu_idirect3d9_mock_win.h',
56 'renderer/mock_content_renderer_client.cc', 56 'renderer/mock_content_renderer_client.cc',
57 'renderer/mock_content_renderer_client.h', 57 'renderer/mock_content_renderer_client.h',
58 'test/browser_test.h', 58 'test/browser_test.h',
59 'test/browser_test_base.cc', 59 'test/browser_test_base.cc',
60 'test/browser_test_base.h', 60 'test/browser_test_base.h',
61 'test/render_view_test.cc',
jam 2011/10/13 17:35:32 nit: ordering
Jói 2011/10/13 18:47:27 Done.
62 'test/render_view_test.h',
61 'test/content_test_suite.cc', 63 'test/content_test_suite.cc',
62 'test/content_test_suite.h', 64 'test/content_test_suite.h',
65 'test/mock_keyboard.cc',
66 'test/mock_keyboard.h',
67 'test/mock_keyboard_driver_win.cc',
68 'test/mock_keyboard_driver_win.h',
63 'test/mock_render_process.cc', 69 'test/mock_render_process.cc',
64 'test/mock_render_process.h', 70 'test/mock_render_process.h',
71 'test/mock_render_thread.cc',
72 'test/mock_render_thread.h',
65 'test/render_view_fake_resources_test.cc', 73 'test/render_view_fake_resources_test.cc',
66 'test/render_view_fake_resources_test.h', 74 'test/render_view_fake_resources_test.h',
67 'test/test_browser_context.cc', 75 'test/test_browser_context.cc',
68 'test/test_browser_context.h', 76 'test/test_browser_context.h',
69 'test/test_content_client.cc', 77 'test/test_content_client.cc',
70 'test/test_content_client.h', 78 'test/test_content_client.h',
71 'test/test_notification_tracker.cc', 79 'test/test_notification_tracker.cc',
72 'test/test_notification_tracker.h', 80 'test/test_notification_tracker.h',
73 'test/test_tab_contents_view.cc', 81 'test/test_tab_contents_view.cc',
74 'test/test_tab_contents_view.h', 82 'test/test_tab_contents_view.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 315 ],
308 'sources': [ 316 'sources': [
309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 317 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
310 ], 318 ],
311 } 319 }
312 ], 320 ],
313 }, 321 },
314 ], 322 ],
315 ], 323 ],
316 } 324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698