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

Side by Side Diff: content/content_tests.gypi

Issue 10827078: Support frame tree propagation between renderers in the same browsing instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes based on more comments from Albert. Created 8 years, 4 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'browser/geolocation/mock_location_provider.cc', 91 'browser/geolocation/mock_location_provider.cc',
92 'browser/geolocation/mock_location_provider.h', 92 'browser/geolocation/mock_location_provider.h',
93 'browser/renderer_host/media/mock_media_observer.cc', 93 'browser/renderer_host/media/mock_media_observer.cc',
94 'browser/renderer_host/media/mock_media_observer.h', 94 'browser/renderer_host/media/mock_media_observer.h',
95 'browser/renderer_host/test_backing_store.cc', 95 'browser/renderer_host/test_backing_store.cc',
96 'browser/renderer_host/test_backing_store.h', 96 'browser/renderer_host/test_backing_store.h',
97 'browser/renderer_host/test_render_view_host.cc', 97 'browser/renderer_host/test_render_view_host.cc',
98 'browser/renderer_host/test_render_view_host.h', 98 'browser/renderer_host/test_render_view_host.h',
99 'browser/web_contents/test_web_contents.cc', 99 'browser/web_contents/test_web_contents.cc',
100 'browser/web_contents/test_web_contents.h', 100 'browser/web_contents/test_web_contents.h',
101 'common/renderer_constants.cc',
102 'common/renderer_constants.h',
Charlie Reis 2012/08/22 22:08:34 Do you need this here as well? We usually don't n
nasko 2012/08/23 21:55:53 Yes, since the content_browsertests does not get l
101 'common/test_url_constants.cc', 103 'common/test_url_constants.cc',
102 'common/test_url_constants.h', 104 'common/test_url_constants.h',
103 'gpu/gpu_idirect3d9_mock_win.cc', 105 'gpu/gpu_idirect3d9_mock_win.cc',
104 'gpu/gpu_idirect3d9_mock_win.h', 106 'gpu/gpu_idirect3d9_mock_win.h',
105 'test/content_test_suite.cc', 107 'test/content_test_suite.cc',
106 'test/content_test_suite.h', 108 'test/content_test_suite.h',
107 'test/gpu/gpu_test_config.cc', 109 'test/gpu/gpu_test_config.cc',
108 'test/gpu/gpu_test_config.h', 110 'test/gpu/gpu_test_config.h',
109 'test/gpu/gpu_test_expectations_parser.cc', 111 'test/gpu/gpu_test_expectations_parser.cc',
110 'test/gpu/gpu_test_expectations_parser.h', 112 'test/gpu/gpu_test_expectations_parser.h',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '-buildfile', 837 '-buildfile',
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 838 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
837 ] 839 ]
838 } 840 }
839 ], 841 ],
840 }, 842 },
841 ], 843 ],
842 }], 844 }],
843 ], 845 ],
844 } 846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698