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

Side by Side Diff: content/content_tests.gypi

Issue 22723005: Remove gc extension from webkit/support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put gc_extension in content/shell/renderer Created 7 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/gc_extension.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'browser/renderer_host/test_backing_store.cc', 102 'browser/renderer_host/test_backing_store.cc',
103 'browser/renderer_host/test_backing_store.h', 103 'browser/renderer_host/test_backing_store.h',
104 'browser/renderer_host/test_render_view_host.cc', 104 'browser/renderer_host/test_render_view_host.cc',
105 'browser/renderer_host/test_render_view_host.h', 105 'browser/renderer_host/test_render_view_host.h',
106 'gpu/gpu_idirect3d9_mock_win.cc', 106 'gpu/gpu_idirect3d9_mock_win.cc',
107 'gpu/gpu_idirect3d9_mock_win.h', 107 'gpu/gpu_idirect3d9_mock_win.h',
108 'test/content_test_suite.cc', 108 'test/content_test_suite.cc',
109 'test/content_test_suite.h', 109 'test/content_test_suite.h',
110 'test/layouttest_support.cc', 110 'test/layouttest_support.cc',
111 'test/mock_keyboard.cc', 111 'test/mock_keyboard.cc',
112 'test/mock_keyboard.h',
112 'test/mock_keyboard_driver_win.cc', 113 'test/mock_keyboard_driver_win.cc',
113 'test/mock_keyboard_driver_win.h', 114 'test/mock_keyboard_driver_win.h',
114 'test/mock_keyboard.h',
115 'test/mock_render_process.cc', 115 'test/mock_render_process.cc',
116 'test/mock_render_process.h', 116 'test/mock_render_process.h',
117 'test/net/url_request_failed_job.cc', 117 'test/net/url_request_failed_job.cc',
118 'test/net/url_request_failed_job.h', 118 'test/net/url_request_failed_job.h',
119 'test/net/url_request_mock_http_job.cc', 119 'test/net/url_request_mock_http_job.cc',
120 'test/net/url_request_mock_http_job.h', 120 'test/net/url_request_mock_http_job.h',
121 'test/net/url_request_prepackaged_interceptor.cc', 121 'test/net/url_request_prepackaged_interceptor.cc',
122 'test/net/url_request_prepackaged_interceptor.h', 122 'test/net/url_request_prepackaged_interceptor.h',
123 'test/net/url_request_slow_download_job.cc', 123 'test/net/url_request_slow_download_job.cc',
124 'test/net/url_request_slow_download_job.h', 124 'test/net/url_request_slow_download_job.h',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1395 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1396 }, 1396 },
1397 ], 1397 ],
1398 }], 1398 }],
1399 ], 1399 ],
1400 }, 1400 },
1401 ], 1401 ],
1402 }], 1402 }],
1403 ], 1403 ],
1404 } 1404 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/gc_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698