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

Side by Side Diff: content/content_tests.gypi

Issue 667683002: Ensure RenderFrameHostImpl's RenderFrameSetupPtr doesn't die too early (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 6 years, 1 month 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
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 '../ui/events/events.gyp:events_test_support', 203 '../ui/events/events.gyp:events_test_support',
204 '../ui/events/events.gyp:gesture_detection', 204 '../ui/events/events.gyp:gesture_detection',
205 '../ui/gfx/gfx.gyp:gfx_test_support', 205 '../ui/gfx/gfx.gyp:gfx_test_support',
206 '../ui/resources/ui_resources.gyp:ui_resources', 206 '../ui/resources/ui_resources.gyp:ui_resources',
207 '../url/url.gyp:url_lib', 207 '../url/url.gyp:url_lib',
208 'browser/speech/proto/speech_proto.gyp:speech_proto', 208 'browser/speech/proto/speech_proto.gyp:speech_proto',
209 'content.gyp:content_app_both', 209 'content.gyp:content_app_both',
210 'content.gyp:content_browser', 210 'content.gyp:content_browser',
211 'content.gyp:content_common', 211 'content.gyp:content_common',
212 ], 212 ],
213 'export_dependent_settings': [
214 # Some of the headers in this target include headers from
215 # content_browser that themselves include autogenerated
216 # headers from mojom files.
217 'content.gyp:content_browser',
218 ],
213 'include_dirs': [ 219 'include_dirs': [
214 '..', 220 '..',
215 ], 221 ],
216 'sources': [ '<@(test_support_content_sources)' ], 222 'sources': [ '<@(test_support_content_sources)' ],
217 'conditions': [ 223 'conditions': [
218 ['enable_plugins==0', { 224 ['enable_plugins==0', {
219 'sources!': [ 225 'sources!': [
220 'test/ppapi_unittest.cc', 226 'test/ppapi_unittest.cc',
221 ], 227 ],
222 }], 228 }],
(...skipping 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1952 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1947 }, 1953 },
1948 ], 1954 ],
1949 }], 1955 }],
1950 ], 1956 ],
1951 }, 1957 },
1952 ], 1958 ],
1953 }], 1959 }],
1954 ], 1960 ],
1955 } 1961 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698