diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 17:25:00 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 17:25:00 +0000 |
commit | 37a625a6cefff0972bc95d2add8a797a37dbb3f9 (patch) | |
tree | 43e4b5f31e2d44b6a456fee666b3988d4b2f212d /o3d/build/common.gypi | |
parent | e6060447254932d459c6c6fa6061c11a01432c7d (diff) | |
download | chromium_src-37a625a6cefff0972bc95d2add8a797a37dbb3f9.zip chromium_src-37a625a6cefff0972bc95d2add8a797a37dbb3f9.tar.gz chromium_src-37a625a6cefff0972bc95d2add8a797a37dbb3f9.tar.bz2 |
This adds in targets for selenium and updated several other problems,
including some problems with the samples and idl generation.
Selenium targets launch selenium on all platforms, but the tests don't
pass anywhere but Windows yet because the plugin isn't found.
I'll work on that next.
Review URL: http://codereview.chromium.org/197014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build/common.gypi')
-rw-r--r-- | o3d/build/common.gypi | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index a011c8e..5dc0538 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -16,10 +16,14 @@ 'nacldir': 'third_party/native_client/googleclient', 'nixysadir': 'third_party/nixysa', 'npapidir': 'third_party/npapi', + 'pdiffdir': 'third_party/pdiff/files', 'pngdir': 'third_party/libpng', + 'screenshotsdir': 'o3d_assets/tests/screenshots', + 'seleniumdir': 'third_party/selenium_rc/files', 'skiadir': 'third_party/skia/include', 'zlibdir': 'third_party/zlib', 'o3d_in_chrome%': 0, + 'selenium_screenshots%': 0, }, 'target_defaults': { 'defines': [ @@ -44,7 +48,6 @@ 'cgdir': 'third_party/cg/files/win', 'swiftshaderdir': 'o3d-internal/third_party/swiftshader/files', 'LIBRARY_SUFFIX': '.lib', - 'CONFIGURATION': '$(ConfigurationName)', }, 'target_defaults': { 'defines': [ @@ -65,7 +68,6 @@ 'renderer': 'gl', 'cgdir': 'third_party/cg/files/mac', 'LIBRARY_SUFFIX': '.a', - 'CONFIGURATION': '$(CONFIGURATION)', }, 'target_defaults': { 'defines': [ @@ -103,12 +105,21 @@ 'renderer': 'gl', 'cgdir': 'third_party/cg/files/linux', 'LIBRARY_SUFFIX': '.a', - 'CONFIGURATION': '$(CONFIGURATION)', }, 'target_defaults': { 'defines': [ - 'RENDERER_GL', + 'LINUX', + 'MOZ_X11', + 'NACL_LINUX=1', 'OS_LINUX', + 'RENDERER_GL', + 'SK_BUILD_FOR_UNIX', + 'UNICODE', + 'XP_UNIX', + ], + 'cflags': [ + '-fvisibility=hidden', + '-Wstrict-aliasing', ], }, }, |