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

Side by Side Diff: content/content_tests.gypi

Issue 19572013: reland of http://crrev.com/212230 Create top-level separate targets for... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix delegate dispatch and test gyp deps Created 7 years, 5 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_common.gypi ('k') | content/public/app/content_main_delegate.cc » ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ['include', '^public/test/test_utils\\.cc$'], 160 ['include', '^public/test/test_utils\\.cc$'],
161 ['include', '^public/test/unittest_test_suite\\.cc$'], 161 ['include', '^public/test/unittest_test_suite\\.cc$'],
162 ['include', '^test/content_test_suite\\.cc$'], 162 ['include', '^test/content_test_suite\\.cc$'],
163 ['include', '^test/test_content_browser_client\\.cc$'], 163 ['include', '^test/test_content_browser_client\\.cc$'],
164 ['include', '^test/test_content_client\\.cc$'], 164 ['include', '^test/test_content_client\\.cc$'],
165 ], 165 ],
166 }, { # OS != "ios" 166 }, { # OS != "ios"
167 'dependencies': [ 167 'dependencies': [
168 'content_child', 168 'content_child',
169 'content_ppapi_plugin', 169 'content_ppapi_plugin',
170 'content_renderer',
170 'content_utility', 171 'content_utility',
171 'content_worker', 172 'content_worker',
172 '../ppapi/ppapi_internal.gyp:ppapi_host', 173 '../ppapi/ppapi_internal.gyp:ppapi_host',
173 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 174 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
174 '../ppapi/ppapi_internal.gyp:ppapi_shared', 175 '../ppapi/ppapi_internal.gyp:ppapi_shared',
175 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 176 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
176 '../third_party/WebKit/public/blink.gyp:blink', 177 '../third_party/WebKit/public/blink.gyp:blink',
177 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner', 178 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner',
178 '../ui/surface/surface.gyp:surface', 179 '../ui/surface/surface.gyp:surface',
179 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 180 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'resource_dir': 'shell/android/shell_apk/res', 1247 'resource_dir': 'shell/android/shell_apk/res',
1247 'additional_src_dirs': ['public/android/javatests/',], 1248 'additional_src_dirs': ['public/android/javatests/',],
1248 'is_test_apk': 1, 1249 'is_test_apk': 1,
1249 }, 1250 },
1250 'includes': [ '../build/java_apk.gypi' ], 1251 'includes': [ '../build/java_apk.gypi' ],
1251 }, 1252 },
1252 ], 1253 ],
1253 }], 1254 }],
1254 ], 1255 ],
1255 } 1256 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/app/content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698