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

Unified Diff: chrome/chrome_tests.gypi

Issue 11573018: Fix generate_profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/tools/profiles/generate_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 81b1f3f046148bbd568d208c91f9bff59eaa140e..01bee40d918a006f2523683b686f10447c3895b3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2420,12 +2420,31 @@
['OS=="win"', {
'targets': [
{
+ 'target_name': 'security_tests',
+ 'type': 'shared_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'test/security_tests/ipc_security_tests.cc',
+ 'test/security_tests/ipc_security_tests.h',
+ 'test/security_tests/security_tests.cc',
+ '../sandbox/win/tests/validation_tests/commands.cc',
+ '../sandbox/win/tests/validation_tests/commands.h',
+ ],
+ },
+ ]}, # 'targets'
+ ], # OS=="win"
+ ['OS=="linux" or OS=="win"', {
+ 'targets': [
+ {
'target_name': 'generate_profile',
'type': 'executable',
'dependencies': [
'test_support_common',
'browser',
'renderer',
+ 'chrome_resources.gyp:packed_resources',
'../base/base.gyp:base',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
@@ -2459,22 +2478,8 @@
}],
],
},
- {
- 'target_name': 'security_tests',
- 'type': 'shared_library',
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'test/security_tests/ipc_security_tests.cc',
- 'test/security_tests/ipc_security_tests.h',
- 'test/security_tests/security_tests.cc',
- '../sandbox/win/tests/validation_tests/commands.cc',
- '../sandbox/win/tests/validation_tests/commands.h',
- ],
- },
]}, # 'targets'
- ], # OS=="win"
+ ],
# If you change this condition, make sure you also change it in all.gyp
# for the chromium_builder_qa target.
['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch))', {
« no previous file with comments | « no previous file | chrome/tools/profiles/generate_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698