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

Side by Side Diff: content/content_tests.gypi

Issue 10449094: Fix client-side phishing detection test flakiness and ChromeOS failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Generalize the fix and apply it to webrtc_audio_device_test Created 8 years, 6 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) 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'test/mock_render_process_host.cc', 77 'test/mock_render_process_host.cc',
78 'test/mock_render_process_host.h', 78 'test/mock_render_process_host.h',
79 'test/mock_render_thread.cc', 79 'test/mock_render_thread.cc',
80 'test/mock_render_thread.h', 80 'test/mock_render_thread.h',
81 'test/mock_resource_context.cc', 81 'test/mock_resource_context.cc',
82 'test/mock_resource_context.h', 82 'test/mock_resource_context.h',
83 'test/mock_web_ui.cc', 83 'test/mock_web_ui.cc',
84 'test/mock_web_ui.h', 84 'test/mock_web_ui.h',
85 'test/net/url_request_abort_on_end_job.cc', 85 'test/net/url_request_abort_on_end_job.cc',
86 'test/net/url_request_abort_on_end_job.h', 86 'test/net/url_request_abort_on_end_job.h',
87 'test/render_test_utils.cc',
jochen (gone - plz use gerrit) 2012/06/01 12:11:38 I'd name this file test_renderer_thread.{cc,h}
Brian Ryner 2012/06/01 18:06:35 test_renderer_thread or test_render_thread? (Rend
88 'test/render_test_utils.h',
87 'test/render_view_fake_resources_test.cc', 89 'test/render_view_fake_resources_test.cc',
88 'test/render_view_fake_resources_test.h', 90 'test/render_view_fake_resources_test.h',
89 'test/render_view_test.cc', 91 'test/render_view_test.cc',
90 'test/render_view_test.h', 92 'test/render_view_test.h',
91 'test/test_browser_context.cc', 93 'test/test_browser_context.cc',
92 'test/test_browser_context.h', 94 'test/test_browser_context.h',
93 'test/test_browser_thread.cc', 95 'test/test_browser_thread.cc',
94 'test/test_browser_thread.h', 96 'test/test_browser_thread.h',
95 'test/test_content_client.cc', 97 'test/test_content_client.cc',
96 'test/test_content_client.h', 98 'test/test_content_client.h',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 574 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
573 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 575 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
574 ], 576 ],
575 }, 577 },
576 'includes': [ '../build/apk_test.gypi' ], 578 'includes': [ '../build/apk_test.gypi' ],
577 }, 579 },
578 ], 580 ],
579 }], 581 }],
580 ], 582 ],
581 } 583 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698