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

Side by Side Diff: chrome/chrome.gyp

Issue 159414: Fix build issues while doing a shared build of the test suite... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 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 | « no previous file | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 4030 matching lines...) Expand 10 before | Expand all | Expand 10 after
4041 }], 4041 }],
4042 ], 4042 ],
4043 }, 4043 },
4044 { 4044 {
4045 'target_name': 'startup_tests', 4045 'target_name': 'startup_tests',
4046 'type': 'executable', 4046 'type': 'executable',
4047 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', 4047 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C',
4048 'dependencies': [ 4048 'dependencies': [
4049 'chrome', 4049 'chrome',
4050 'browser', 4050 'browser',
4051 'debugger',
4051 'common', 4052 'common',
4052 'chrome_resources', 4053 'chrome_resources',
4053 'chrome_strings', 4054 'chrome_strings',
4054 'test_support_ui', 4055 'test_support_ui',
4055 '../base/base.gyp:base', 4056 '../base/base.gyp:base',
4056 '../skia/skia.gyp:skia', 4057 '../skia/skia.gyp:skia',
4057 '../testing/gtest.gyp:gtest', 4058 '../testing/gtest.gyp:gtest',
4058 ], 4059 ],
4059 'sources': [ 4060 'sources': [
4060 'test/startup/feature_startup_test.cc', 4061 'test/startup/feature_startup_test.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 ], 4108 ],
4108 }], 4109 }],
4109 ], 4110 ],
4110 }, 4111 },
4111 { 4112 {
4112 'target_name': 'tab_switching_test', 4113 'target_name': 'tab_switching_test',
4113 'type': 'executable', 4114 'type': 'executable',
4114 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 4115 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
4115 'dependencies': [ 4116 'dependencies': [
4116 'chrome', 4117 'chrome',
4118 'debugger',
4117 'test_support_common', 4119 'test_support_common',
4118 'test_support_ui', 4120 'test_support_ui',
4119 'theme_resources', 4121 'theme_resources',
4120 '../skia/skia.gyp:skia', 4122 '../skia/skia.gyp:skia',
4121 '../testing/gtest.gyp:gtest', 4123 '../testing/gtest.gyp:gtest',
4122 ], 4124 ],
4123 'include_dirs': [ 4125 'include_dirs': [
4124 '..', 4126 '..',
4125 ], 4127 ],
4126 'sources': [ 4128 'sources': [
4127 'test/tab_switching/tab_switching_test.cc', 4129 'test/tab_switching/tab_switching_test.cc',
4128 ], 4130 ],
4129 'conditions': [ 4131 'conditions': [
4130 ['OS=="linux"', { 4132 ['OS=="linux"', {
4131 'dependencies': [ 4133 'dependencies': [
4132 '../build/linux/system.gyp:gtk', 4134 '../build/linux/system.gyp:gtk',
4133 ], 4135 ],
4134 }], 4136 }],
4135 ], 4137 ],
4136 }, 4138 },
4137 { 4139 {
4138 'target_name': 'memory_test', 4140 'target_name': 'memory_test',
4139 'type': 'executable', 4141 'type': 'executable',
4140 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 4142 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
4141 'dependencies': [ 4143 'dependencies': [
4142 'chrome', 4144 'chrome',
4145 'debugger',
4143 'test_support_common', 4146 'test_support_common',
4144 'test_support_ui', 4147 'test_support_ui',
4145 'theme_resources', 4148 'theme_resources',
4146 '../skia/skia.gyp:skia', 4149 '../skia/skia.gyp:skia',
4147 '../testing/gtest.gyp:gtest', 4150 '../testing/gtest.gyp:gtest',
4148 ], 4151 ],
4149 'include_dirs': [ 4152 'include_dirs': [
4150 '..', 4153 '..',
4151 ], 4154 ],
4152 'sources': [ 4155 'sources': [
4153 'test/memory_test/memory_test.cc', 4156 'test/memory_test/memory_test.cc',
4154 ], 4157 ],
4155 'conditions': [ 4158 'conditions': [
4156 ['OS=="linux"', { 4159 ['OS=="linux"', {
4157 'dependencies': [ 4160 'dependencies': [
4158 '../build/linux/system.gyp:gtk', 4161 '../build/linux/system.gyp:gtk',
4159 ], 4162 ],
4160 }], 4163 }],
4161 ], 4164 ],
4162 }, 4165 },
4163 { 4166 {
4164 'target_name': 'url_fetch_test', 4167 'target_name': 'url_fetch_test',
4165 'type': 'executable', 4168 'type': 'executable',
4166 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 4169 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
4167 'dependencies': [ 4170 'dependencies': [
4168 'chrome', 4171 'chrome',
4172 'debugger',
4169 'test_support_common', 4173 'test_support_common',
4170 'test_support_ui', 4174 'test_support_ui',
4171 'theme_resources', 4175 'theme_resources',
4172 '../net/net.gyp:net', 4176 '../net/net.gyp:net',
4173 '../skia/skia.gyp:skia', 4177 '../skia/skia.gyp:skia',
4174 '../testing/gtest.gyp:gtest', 4178 '../testing/gtest.gyp:gtest',
4175 ], 4179 ],
4176 'include_dirs': [ 4180 'include_dirs': [
4177 '..', 4181 '..',
4178 ], 4182 ],
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
4320 'sources': [ 4324 'sources': [
4321 'tools/perf/flush_cache/flush_cache.cc', 4325 'tools/perf/flush_cache/flush_cache.cc',
4322 ], 4326 ],
4323 }, 4327 },
4324 { 4328 {
4325 'target_name': 'pbl_tool', 4329 'target_name': 'pbl_tool',
4326 'type': 'executable', 4330 'type': 'executable',
4327 'msvs_guid': '265C427B-D1FF-4922-A47C-0754DDFF52E1', 4331 'msvs_guid': '265C427B-D1FF-4922-A47C-0754DDFF52E1',
4328 'dependencies': [ 4332 'dependencies': [
4329 '../base/base.gyp:base', 4333 '../base/base.gyp:base',
4334 '../webkit/webkit.gyp:glue',
4335 'debugger',
4336 'renderer',
4330 'browser' 4337 'browser'
4331 ], 4338 ],
4332 'sources': [ 4339 'sources': [
4333 'tools/pbl_tool/pbl_tool.cc', 4340 'tools/pbl_tool/pbl_tool.cc',
4334 ], 4341 ],
4335 }, 4342 },
4336 { 4343 {
4337 'target_name': 'perf_tests', 4344 'target_name': 'perf_tests',
4338 'type': 'executable', 4345 'type': 'executable',
4339 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', 4346 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 # Use outputs of this action as inputs for the main target build. 5142 # Use outputs of this action as inputs for the main target build.
5136 # Seems as a misnomer but makes this happy on Linux (scons). 5143 # Seems as a misnomer but makes this happy on Linux (scons).
5137 'process_outputs_as_sources': 1, 5144 'process_outputs_as_sources': 1,
5138 }, 5145 },
5139 ], # 'actions' 5146 ], # 'actions'
5140 }, 5147 },
5141 ] 5148 ]
5142 }], 5149 }],
5143 ], # 'conditions' 5150 ], # 'conditions'
5144 } 5151 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698