2012-01-04 06:18:26 +04:00
|
|
|
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
2009-02-26 00:26:55 +03:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
2009-04-30 23:24:02 +04:00
|
|
|
'xcode_create_dependents_test_runner': 1,
|
2009-02-26 00:26:55 +03:00
|
|
|
'dependencies': [
|
2011-08-10 04:11:18 +04:00
|
|
|
'some.gyp:*',
|
2012-07-16 14:12:33 +04:00
|
|
|
'../base/base.gyp:*',
|
Get a minimal unit_tests target building and running for iOS
This turns on building chrome.gyp for iOS, which includes unit_tests
and all the supporting targets. unit_tests for now only includes
an extremely limited set of tests on iOS; more will be added to the
target as the necessary changes to build them are landed.
To get unit_tests building this CL:
- Adds at least one file to every library target on iOS
(profile_error_dialog, browser_process, etc.), since a static library
with no source files will fail to build.
- Temporarily cuts ChromeContentBrowserClient out of
chrome_test_suite for iOS; that client is very complex and depends
on a lot of high-level classes, which makes it very difficult to bring
up at this point.
- Brings up TestingBrowserProcess, since it's needed by
chrome_test_suite. All the specific high-level classes are trimmed
out for iOS; pieces will be brought back as they work and are needed,
but some of the classes there will never be built on iOS.
- Adds an iOS implementation of ChromeContentClient (with a TODO
to consider merging it with the existing implementation; there's so
little shared code, and so much plugin code in the existing file, that it's
not clear if it's worthwhile) since it's needed by chrome_test_suite.
- Gets chrome_paths and chrome_version_info working on iOS, since
several classes need them and they are trivial to fix.
BUG=156699
Review URL: https://chromiumcodereview.appspot.com/11418005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@168188 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-16 15:22:02 +04:00
|
|
|
'../chrome/chrome.gyp:*',
|
2012-09-19 01:36:32 +04:00
|
|
|
'../content/content.gyp:*',
|
2012-08-09 14:24:54 +04:00
|
|
|
'../crypto/crypto.gyp:*',
|
2012-09-05 22:53:51 +04:00
|
|
|
'../media/media.gyp:*',
|
2012-07-30 19:15:01 +04:00
|
|
|
'../net/net.gyp:*',
|
2012-09-07 23:40:28 +04:00
|
|
|
'../sdch/sdch.gyp:*',
|
2012-07-25 18:23:48 +04:00
|
|
|
'../sql/sql.gyp:*',
|
2012-11-14 02:23:55 +04:00
|
|
|
'../sync/sync.gyp:*',
|
2012-09-07 23:40:28 +04:00
|
|
|
'../testing/gmock.gyp:*',
|
2012-07-16 22:34:49 +04:00
|
|
|
'../testing/gtest.gyp:*',
|
2012-07-25 18:23:48 +04:00
|
|
|
'../third_party/bzip2/bzip2.gyp:*',
|
2012-07-16 22:34:49 +04:00
|
|
|
'../third_party/icu/icu.gyp:*',
|
2012-07-17 14:41:13 +04:00
|
|
|
'../third_party/libxml/libxml.gyp:*',
|
2012-07-25 18:23:48 +04:00
|
|
|
'../third_party/sqlite/sqlite.gyp:*',
|
2012-07-16 22:34:49 +04:00
|
|
|
'../third_party/zlib/zlib.gyp:*',
|
2012-08-01 21:27:32 +04:00
|
|
|
'../ui/ui.gyp:*',
|
2013-05-01 19:50:56 +04:00
|
|
|
'../url/url.gyp:*',
|
2012-09-12 15:07:03 +04:00
|
|
|
'../webkit/support/webkit_support.gyp:*',
|
2013-04-15 13:01:51 +04:00
|
|
|
'temp_gyp/googleurl.gyp:*',
|
2009-03-11 01:21:55 +03:00
|
|
|
],
|
|
|
|
'conditions': [
|
2012-07-03 02:10:48 +04:00
|
|
|
['OS!="ios"', {
|
|
|
|
'dependencies': [
|
2012-08-25 04:09:14 +04:00
|
|
|
'../cc/cc_tests.gyp:*',
|
2013-01-23 07:55:16 +04:00
|
|
|
'../components/components.gyp:*',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:*',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../gpu/gpu.gyp:*',
|
|
|
|
'../gpu/tools/tools.gyp:*',
|
|
|
|
'../ipc/ipc.gyp:*',
|
|
|
|
'../jingle/jingle.gyp:*',
|
|
|
|
'../ppapi/ppapi.gyp:*',
|
|
|
|
'../ppapi/ppapi_internal.gyp:*',
|
|
|
|
'../printing/printing.gyp:*',
|
|
|
|
'../skia/skia.gyp:*',
|
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
|
|
|
|
'../third_party/cld/cld.gyp:*',
|
|
|
|
'../third_party/codesighs/codesighs.gyp:*',
|
|
|
|
'../third_party/ffmpeg/ffmpeg.gyp:*',
|
|
|
|
'../third_party/iccjpeg/iccjpeg.gyp:*',
|
|
|
|
'../third_party/libpng/libpng.gyp:*',
|
|
|
|
'../third_party/libusb/libusb.gyp:*',
|
|
|
|
'../third_party/libwebp/libwebp.gyp:*',
|
|
|
|
'../third_party/libxslt/libxslt.gyp:*',
|
|
|
|
'../third_party/lzma_sdk/lzma_sdk.gyp:*',
|
|
|
|
'../third_party/mesa/mesa.gyp:*',
|
|
|
|
'../third_party/modp_b64/modp_b64.gyp:*',
|
|
|
|
'../third_party/npapi/npapi.gyp:*',
|
|
|
|
'../third_party/ots/ots.gyp:*',
|
|
|
|
'../third_party/qcms/qcms.gyp:*',
|
2012-07-31 18:26:22 +04:00
|
|
|
'../third_party/re2/re2.gyp:re2',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
|
|
|
|
'../v8/tools/gyp/v8.gyp:*',
|
2012-09-01 22:29:42 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../webkit/webkit.gyp:*',
|
|
|
|
'<(libjpeg_gyp_path):*',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['os_posix==1 and OS!="android" and OS!="ios"', {
|
2009-11-05 03:56:41 +03:00
|
|
|
'dependencies': [
|
2009-11-13 22:30:25 +03:00
|
|
|
'../third_party/yasm/yasm.gyp:*#host',
|
2012-02-08 21:44:16 +04:00
|
|
|
],
|
2009-11-05 03:56:41 +03:00
|
|
|
}],
|
2012-07-11 19:11:22 +04:00
|
|
|
['OS=="mac" or OS=="ios" or OS=="win"', {
|
2010-06-02 00:28:03 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../third_party/nss/nss.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2012-07-25 19:20:27 +04:00
|
|
|
['OS=="win" or OS=="ios" or OS=="linux"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../breakpad/breakpad.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-09-29 21:41:33 +04:00
|
|
|
['OS=="mac"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../third_party/ocmock/ocmock.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-03-25 19:29:02 +03:00
|
|
|
['OS=="linux"', {
|
|
|
|
'dependencies': [
|
2009-10-30 14:23:08 +03:00
|
|
|
'../courgette/courgette.gyp:*',
|
2011-07-30 23:13:31 +04:00
|
|
|
'../dbus/dbus.gyp:*',
|
2009-07-08 05:15:14 +04:00
|
|
|
'../sandbox/sandbox.gyp:*',
|
2009-03-25 19:29:02 +03:00
|
|
|
],
|
2009-07-30 21:42:35 +04:00
|
|
|
'conditions': [
|
|
|
|
['branding=="Chrome"', {
|
|
|
|
'dependencies': [
|
2010-05-24 04:35:46 +04:00
|
|
|
'../chrome/chrome.gyp:linux_packages_<(channel)',
|
2009-07-30 21:42:35 +04:00
|
|
|
],
|
|
|
|
}],
|
2012-10-17 17:09:36 +04:00
|
|
|
['chromeos==0', {
|
|
|
|
'dependencies': [
|
|
|
|
'../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
|
2012-10-20 21:14:22 +04:00
|
|
|
'../third_party/libmtp/libmtp.gyp:*',
|
|
|
|
'../third_party/mtpd/mtpd.gyp:*',
|
2012-10-17 17:09:36 +04:00
|
|
|
],
|
|
|
|
}],
|
2009-07-30 21:42:35 +04:00
|
|
|
],
|
2009-03-25 19:29:02 +03:00
|
|
|
}],
|
2013-02-07 07:21:49 +04:00
|
|
|
['use_x11==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../tools/xdisplaycheck/xdisplaycheck.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2011-05-12 22:18:34 +04:00
|
|
|
['toolkit_uses_gtk==1', {
|
2009-12-11 23:04:06 +03:00
|
|
|
'dependencies': [
|
|
|
|
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-03-23 03:38:22 +03:00
|
|
|
['OS=="win"', {
|
Make no-tcmalloc (really, non-base/allocator) builds work again,
(i.e. this is a plain vanilla build used when layers like base/allocator
are getting in the way of debugging)
and make sure they use msvcrt rather than libcmt
(libcmt is used to help shim malloc/free, but it gets
in the way of valgrind doing the same thing).
Sadly, this is now a gyp-time operation rather than a Configuration
option.
Had to remove hardcoded C prototype for _set_new_mode,
as that caused link errors.
Also add variables win_{release,debug}_{Optimization,RuntimeLibrary}
to let the valgrind build override those settings.
Fix calling convention on _set_new_mode to match the
one in <new.h>
BUG=none
TEST=build with ~/.gyp/include.gypi set as described in comment in common.gypi, gclient runhooks, do release build, verify all exe's and dll's linked against msvcrt dll
Review URL: http://codereview.chromium.org/455037
git-svn-id: http://src.chromium.org/svn/trunk/src/build@33719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-04 00:07:47 +03:00
|
|
|
'conditions': [
|
|
|
|
['win_use_allocator_shim==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../base/allocator/allocator.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2013-02-20 15:16:22 +04:00
|
|
|
# Don't enable dependencies that don't work on Win64.
|
|
|
|
['target_arch!="x64"', {
|
|
|
|
'dependencies': [
|
|
|
|
# TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
|
|
|
|
'../tools/memory_watcher/memory_watcher.gyp:*',
|
2013-02-25 07:28:43 +04:00
|
|
|
# TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875
|
|
|
|
'../chrome_frame/chrome_frame.gyp:*',
|
2013-02-20 15:16:22 +04:00
|
|
|
],
|
|
|
|
}],
|
Make no-tcmalloc (really, non-base/allocator) builds work again,
(i.e. this is a plain vanilla build used when layers like base/allocator
are getting in the way of debugging)
and make sure they use msvcrt rather than libcmt
(libcmt is used to help shim malloc/free, but it gets
in the way of valgrind doing the same thing).
Sadly, this is now a gyp-time operation rather than a Configuration
option.
Had to remove hardcoded C prototype for _set_new_mode,
as that caused link errors.
Also add variables win_{release,debug}_{Optimization,RuntimeLibrary}
to let the valgrind build override those settings.
Fix calling convention on _set_new_mode to match the
one in <new.h>
BUG=none
TEST=build with ~/.gyp/include.gypi set as described in comment in common.gypi, gclient runhooks, do release build, verify all exe's and dll's linked against msvcrt dll
Review URL: http://codereview.chromium.org/455037
git-svn-id: http://src.chromium.org/svn/trunk/src/build@33719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-04 00:07:47 +03:00
|
|
|
],
|
2009-03-23 03:38:22 +03:00
|
|
|
'dependencies': [
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:*',
|
2009-05-09 03:00:29 +04:00
|
|
|
'../courgette/courgette.gyp:*',
|
2010-06-10 19:25:46 +04:00
|
|
|
'../rlz/rlz.gyp:*',
|
2009-05-27 06:06:16 +04:00
|
|
|
'../sandbox/sandbox.gyp:*',
|
2010-07-27 22:18:17 +04:00
|
|
|
'../third_party/angle/src/build_angle.gyp:*',
|
2009-05-27 06:06:16 +04:00
|
|
|
'../third_party/bsdiff/bsdiff.gyp:*',
|
|
|
|
'../third_party/bspatch/bspatch.gyp:*',
|
2010-01-09 21:15:32 +03:00
|
|
|
'../third_party/gles2_book/gles2_book.gyp:*',
|
2009-03-23 03:38:22 +03:00
|
|
|
],
|
2009-04-02 21:39:00 +04:00
|
|
|
}, {
|
|
|
|
'dependencies': [
|
|
|
|
'../third_party/libevent/libevent.gyp:*',
|
|
|
|
],
|
2009-03-23 03:38:22 +03:00
|
|
|
}],
|
2010-04-27 22:31:31 +04:00
|
|
|
['toolkit_views==1', {
|
2009-05-20 22:00:21 +04:00
|
|
|
'dependencies': [
|
2012-09-01 22:53:05 +04:00
|
|
|
'../ui/views/controls/webview/webview.gyp:*',
|
2011-12-02 02:44:56 +04:00
|
|
|
'../ui/views/views.gyp:*',
|
2009-05-20 22:00:21 +04:00
|
|
|
],
|
|
|
|
}],
|
2011-09-16 20:37:30 +04:00
|
|
|
['use_aura==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../ui/aura/aura.gyp:*',
|
2012-03-13 00:38:01 +04:00
|
|
|
'../ui/oak/oak.gyp:*',
|
2011-09-16 20:37:30 +04:00
|
|
|
],
|
|
|
|
}],
|
2013-04-30 18:48:43 +04:00
|
|
|
['use_ash==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../ash/ash.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2010-06-12 03:08:17 +04:00
|
|
|
['remoting==1', {
|
2010-06-09 02:43:45 +04:00
|
|
|
'dependencies': [
|
2010-06-12 03:08:17 +04:00
|
|
|
'../remoting/remoting.gyp:*',
|
2010-06-09 02:43:45 +04:00
|
|
|
],
|
|
|
|
}],
|
2011-05-31 14:50:50 +04:00
|
|
|
['use_openssl==0', {
|
2010-10-22 17:12:34 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../net/third_party/nss/ssl.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2013-01-23 10:08:14 +04:00
|
|
|
['enable_app_list==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../ui/app_list/app_list.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-02-26 00:26:55 +03:00
|
|
|
],
|
2011-01-24 22:10:21 +03:00
|
|
|
}, # target_name: All
|
2011-11-28 20:47:29 +04:00
|
|
|
{
|
|
|
|
'target_name': 'All_syzygy',
|
|
|
|
'type': 'none',
|
|
|
|
'conditions': [
|
2013-02-22 22:28:26 +04:00
|
|
|
['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
|
2011-11-28 20:47:29 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../chrome/installer/mini_installer_syzygy.gyp:*',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
}, # target_name: All_syzygy
|
2010-10-26 01:15:46 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_tests',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-07-25 18:23:48 +04:00
|
|
|
'../base/base.gyp:base_unittests',
|
Get a minimal unit_tests target building and running for iOS
This turns on building chrome.gyp for iOS, which includes unit_tests
and all the supporting targets. unit_tests for now only includes
an extremely limited set of tests on iOS; more will be added to the
target as the necessary changes to build them are landed.
To get unit_tests building this CL:
- Adds at least one file to every library target on iOS
(profile_error_dialog, browser_process, etc.), since a static library
with no source files will fail to build.
- Temporarily cuts ChromeContentBrowserClient out of
chrome_test_suite for iOS; that client is very complex and depends
on a lot of high-level classes, which makes it very difficult to bring
up at this point.
- Brings up TestingBrowserProcess, since it's needed by
chrome_test_suite. All the specific high-level classes are trimmed
out for iOS; pieces will be brought back as they work and are needed,
but some of the classes there will never be built on iOS.
- Adds an iOS implementation of ChromeContentClient (with a TODO
to consider merging it with the existing implementation; there's so
little shared code, and so much plugin code in the existing file, that it's
not clear if it's worthwhile) since it's needed by chrome_test_suite.
- Gets chrome_paths and chrome_version_info working on iOS, since
several classes need them and they are trivial to fix.
BUG=156699
Review URL: https://chromiumcodereview.appspot.com/11418005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@168188 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-16 15:22:02 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-09-07 23:40:28 +04:00
|
|
|
'../crypto/crypto.gyp:crypto_unittests',
|
|
|
|
'../media/media.gyp:media_unittests',
|
|
|
|
'../net/net.gyp:net_unittests',
|
2012-07-25 18:23:48 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-09-07 23:40:28 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2010-10-26 01:15:46 +04:00
|
|
|
],
|
|
|
|
'conditions': [
|
2012-07-03 02:10:48 +04:00
|
|
|
['OS!="ios"', {
|
|
|
|
'dependencies': [
|
2012-09-06 03:38:00 +04:00
|
|
|
'../cc/cc_tests.gyp:cc_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
2012-11-30 23:23:11 +04:00
|
|
|
'../chrome/chrome.gyp:chromedriver2_tests',
|
2012-11-09 21:05:55 +04:00
|
|
|
'../chrome/chrome.gyp:chromedriver2_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests',
|
|
|
|
'../chrome/chrome.gyp:sync_integration_tests',
|
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
|
|
|
'../content/content.gyp:content_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../gpu/gpu.gyp:gpu_unittests',
|
|
|
|
'../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2012-09-22 23:45:43 +04:00
|
|
|
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2012-09-06 03:38:00 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
],
|
|
|
|
}],
|
2010-10-26 01:15:46 +04:00
|
|
|
['OS=="win"', {
|
|
|
|
'dependencies': [
|
2013-03-09 03:42:38 +04:00
|
|
|
'../chrome/chrome.gyp:crash_service',
|
2010-10-26 01:15:46 +04:00
|
|
|
'../chrome/chrome.gyp:installer_util_unittests',
|
|
|
|
'../chrome/chrome.gyp:mini_installer_test',
|
|
|
|
# mini_installer_tests depends on mini_installer. This should be
|
|
|
|
# defined in installer.gyp.
|
|
|
|
'../chrome/installer/mini_installer.gyp:mini_installer',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
'../courgette/courgette.gyp:courgette_unittests',
|
|
|
|
'../sandbox/sandbox.gyp:sbox_integration_tests',
|
|
|
|
'../sandbox/sandbox.gyp:sbox_unittests',
|
|
|
|
'../sandbox/sandbox.gyp:sbox_validation_tests',
|
2012-01-20 01:51:36 +04:00
|
|
|
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
|
2013-01-23 10:08:14 +04:00
|
|
|
'../ui/app_list/app_list.gyp:app_list_unittests',
|
2011-12-02 02:44:56 +04:00
|
|
|
'../ui/views/views.gyp:views_unittests',
|
2010-10-26 01:15:46 +04:00
|
|
|
'../webkit/webkit.gyp:test_shell_common',
|
2013-03-07 04:11:28 +04:00
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
['target_arch!="x64"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
|
|
|
]
|
|
|
|
}, { # target_arch!="x64"
|
|
|
|
'dependencies!': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'OMIT_CHROME_FRAME',
|
|
|
|
],
|
|
|
|
}], # target_arch=="x64"
|
|
|
|
# remoting_host_installation uses lots of non-trivial GYP that tend
|
|
|
|
# to break because of differences between ninja and msbuild. Make
|
|
|
|
# sure this target is built by the builders on the main waterfall.
|
|
|
|
# See http://crbug.com/180600.
|
|
|
|
['wix_exists == "True" and sas_dll_exists == "True"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../remoting/remoting.gyp:remoting_host_installation',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
2010-10-26 01:15:46 +04:00
|
|
|
}],
|
2012-06-22 10:36:02 +04:00
|
|
|
['OS=="linux"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../sandbox/sandbox.gyp:sandbox_linux_unittests',
|
2013-03-19 07:52:36 +04:00
|
|
|
'../dbus/dbus.gyp:dbus_unittests',
|
2012-06-22 10:36:02 +04:00
|
|
|
],
|
|
|
|
}],
|
2013-03-11 14:19:18 +04:00
|
|
|
['OS=="mac"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../ui/app_list/app_list.gyp:app_list_unittests',
|
2013-04-23 11:37:17 +04:00
|
|
|
'../ui/message_center/message_center.gyp:*',
|
2013-03-11 14:19:18 +04:00
|
|
|
],
|
|
|
|
}],
|
2013-04-06 00:18:27 +04:00
|
|
|
['test_isolation_mode != "noop"', {
|
|
|
|
'dependencies': [
|
|
|
|
'chromium_swarm_tests',
|
|
|
|
],
|
|
|
|
}],
|
2010-10-26 01:15:46 +04:00
|
|
|
],
|
2011-01-24 22:10:21 +03:00
|
|
|
}, # target_name: chromium_builder_tests
|
2011-04-05 00:43:56 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_2010_builder_tests',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2011-12-13 11:34:39 +04:00
|
|
|
'chromium_builder_tests',
|
2011-04-05 00:43:56 +04:00
|
|
|
],
|
|
|
|
}, # target_name: chromium_2010_builder_tests
|
2009-02-26 00:26:55 +03:00
|
|
|
],
|
2009-04-30 23:24:02 +04:00
|
|
|
'conditions': [
|
2012-07-03 02:10:48 +04:00
|
|
|
['OS!="ios"', {
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_nacl_win_integration',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'chromium_builder_qa', # needed for pyauto
|
|
|
|
'chromium_builder_tests',
|
|
|
|
],
|
|
|
|
}, # target_name: chromium_builder_nacl_win_integration
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_perf',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'chromium_builder_qa', # needed for pyauto
|
|
|
|
'../chrome/chrome.gyp:performance_browser_tests',
|
|
|
|
'../chrome/chrome.gyp:performance_ui_tests',
|
|
|
|
'../chrome/chrome.gyp:sync_performance_tests',
|
|
|
|
],
|
|
|
|
}, # target_name: chromium_builder_perf
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_gpu_builder',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:gpu_tests',
|
|
|
|
'../chrome/chrome.gyp:performance_browser_tests',
|
|
|
|
'../chrome/chrome.gyp:performance_ui_tests',
|
2012-12-07 01:39:25 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../gpu/gpu.gyp:gl_tests',
|
|
|
|
],
|
2012-07-24 05:27:17 +04:00
|
|
|
'conditions': [
|
|
|
|
['internal_gles2_conform_tests', {
|
|
|
|
'dependencies': [
|
2012-08-05 04:29:52 +04:00
|
|
|
'../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
|
2012-07-24 05:27:17 +04:00
|
|
|
],
|
|
|
|
}], # internal_gles2_conform
|
|
|
|
],
|
2012-07-03 02:10:48 +04:00
|
|
|
}, # target_name: chromium_gpu_builder
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_gpu_debug_builder',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:gpu_tests',
|
2012-12-07 01:39:25 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2012-07-03 02:10:48 +04:00
|
|
|
'../gpu/gpu.gyp:gl_tests',
|
|
|
|
],
|
2012-07-24 05:27:17 +04:00
|
|
|
'conditions': [
|
|
|
|
['internal_gles2_conform_tests', {
|
|
|
|
'dependencies': [
|
2012-08-05 04:29:52 +04:00
|
|
|
'../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
|
2012-07-24 05:27:17 +04:00
|
|
|
],
|
|
|
|
}], # internal_gles2_conform
|
|
|
|
],
|
2012-07-03 02:10:48 +04:00
|
|
|
}, # target_name: chromium_gpu_debug_builder
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_qa',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:chromedriver',
|
2012-11-09 21:05:55 +04:00
|
|
|
'../chrome/chrome.gyp:chromedriver2',
|
2013-01-24 05:21:27 +04:00
|
|
|
'../chrome/chrome.gyp:chromedriver2_server',
|
|
|
|
'../chrome/chrome.gyp:chromedriver2_tests',
|
|
|
|
'../chrome/chrome.gyp:chromedriver2_unittests',
|
2012-07-03 02:10:48 +04:00
|
|
|
# Dependencies of pyauto_functional tests.
|
|
|
|
'../remoting/remoting.gyp:remoting_webapp',
|
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
# If you change this condition, make sure you also change it
|
|
|
|
# in chrome_tests.gypi
|
2013-02-23 01:02:07 +04:00
|
|
|
['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', {
|
2012-07-03 02:10:48 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:pyautolib',
|
|
|
|
],
|
|
|
|
}],
|
2012-08-18 06:26:11 +04:00
|
|
|
['OS=="mac"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../remoting/remoting.gyp:remoting_me2me_host_archive',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../remoting/remoting.gyp:remoting_host_installation',
|
|
|
|
],
|
|
|
|
}],
|
2012-07-03 02:10:48 +04:00
|
|
|
],
|
|
|
|
}, # target_name: chromium_builder_qa
|
2012-08-15 02:04:37 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_perf_av',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'chromium_builder_qa', # needed for perf pyauto tests
|
|
|
|
'../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests
|
|
|
|
],
|
|
|
|
}, # target_name: chromium_builder_perf_av
|
2012-11-12 15:52:33 +04:00
|
|
|
{
|
2013-02-04 13:47:01 +04:00
|
|
|
# This target contains everything we need to run tests on the special
|
|
|
|
# device-equipped WebRTC bots. We have device-requiring tests in
|
|
|
|
# PyAuto, browser_tests and content_browsertests.
|
2012-11-12 15:52:33 +04:00
|
|
|
'target_name': 'chromium_builder_webrtc',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'chromium_builder_qa', # needed for perf pyauto tests
|
2013-02-04 13:47:01 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
|
|
|
'../content/content.gyp:content_browsertests',
|
2013-04-09 20:27:37 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2012-11-12 15:52:33 +04:00
|
|
|
'../third_party/libjingle/libjingle.gyp:peerconnection_server',
|
|
|
|
'../third_party/webrtc/tools/tools.gyp:frame_analyzer',
|
|
|
|
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
|
|
|
|
],
|
|
|
|
}, # target_name: chromium_builder_webrtc
|
2012-07-03 02:10:48 +04:00
|
|
|
], # targets
|
|
|
|
}],
|
2009-04-30 23:24:02 +04:00
|
|
|
['OS=="mac"', {
|
|
|
|
'targets': [
|
2009-05-09 00:24:08 +04:00
|
|
|
{
|
|
|
|
# Target to build everything plus the dmg. We don't put the dmg
|
2009-07-28 00:26:34 +04:00
|
|
|
# in the All target because developers really don't need it.
|
2009-05-09 00:24:08 +04:00
|
|
|
'target_name': 'all_and_dmg',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'All',
|
|
|
|
'../chrome/chrome.gyp:build_app_dmg',
|
|
|
|
],
|
|
|
|
},
|
2009-09-12 00:46:00 +04:00
|
|
|
# These targets are here so the build bots can use them to build
|
|
|
|
# subsets of a full tree for faster cycle times.
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_dbg',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-09-06 03:38:00 +04:00
|
|
|
'../cc/cc_tests.gyp:cc_unittests',
|
2009-10-05 19:12:38 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
2010-07-27 07:55:06 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests',
|
2010-07-24 22:12:02 +04:00
|
|
|
'../chrome/chrome.gyp:sync_integration_tests',
|
2009-09-12 00:46:00 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2011-10-01 00:55:09 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2011-08-11 04:04:11 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2010-06-30 06:30:44 +04:00
|
|
|
'../gpu/gpu.gyp:gpu_unittests',
|
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2011-03-28 20:57:03 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2010-06-30 06:30:44 +04:00
|
|
|
'../media/media.gyp:media_unittests',
|
2012-09-22 23:45:43 +04:00
|
|
|
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
2010-06-30 06:30:44 +04:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2012-02-17 03:26:12 +04:00
|
|
|
'../rlz/rlz.gyp:*',
|
2011-06-30 19:03:11 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-04-21 13:59:42 +04:00
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
2010-04-30 06:25:26 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2012-09-06 03:38:00 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
2009-09-12 00:46:00 +04:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_rel',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-09-06 03:38:00 +04:00
|
|
|
'../cc/cc_tests.gyp:cc_unittests',
|
2009-10-05 19:12:38 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
2012-01-04 06:18:26 +04:00
|
|
|
'../chrome/chrome.gyp:performance_browser_tests',
|
2011-08-03 23:53:15 +04:00
|
|
|
'../chrome/chrome.gyp:performance_ui_tests',
|
2010-07-24 22:12:02 +04:00
|
|
|
'../chrome/chrome.gyp:sync_integration_tests',
|
2009-09-12 00:46:00 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2011-10-01 00:55:09 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2011-08-11 04:04:11 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2010-03-30 03:18:12 +04:00
|
|
|
'../gpu/gpu.gyp:gpu_unittests',
|
2009-09-12 00:46:00 +04:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2011-03-28 20:57:03 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2009-09-12 00:46:00 +04:00
|
|
|
'../media/media.gyp:media_unittests',
|
2012-09-22 23:45:43 +04:00
|
|
|
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
2009-09-12 00:46:00 +04:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
2010-06-12 03:08:17 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2011-06-30 19:03:11 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-04-21 13:59:42 +04:00
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
2010-04-30 06:25:26 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2012-09-06 03:38:00 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
2009-09-12 00:46:00 +04:00
|
|
|
],
|
|
|
|
},
|
2009-12-23 15:29:59 +03:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_dbg_tsan_mac',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base_unittests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2011-04-15 21:46:09 +04:00
|
|
|
'../crypto/crypto.gyp:crypto_unittests',
|
2009-12-23 15:29:59 +03:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2011-03-28 20:57:03 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2009-12-23 15:29:59 +03:00
|
|
|
'../media/media.gyp:media_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../net/net.gyp:net_unittests',
|
2009-12-23 15:29:59 +03:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
2010-06-12 03:08:17 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2010-04-30 06:25:26 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2009-12-23 15:29:59 +03:00
|
|
|
],
|
|
|
|
},
|
2012-08-16 03:16:13 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_asan_mac',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:chrome',
|
|
|
|
'../net/net.gyp:dns_fuzz_stub',
|
|
|
|
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
|
|
|
|
],
|
|
|
|
},
|
2010-08-18 15:21:48 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_dbg_valgrind_mac',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
|
|
|
'../content/content.gyp:content_unittests',
|
2011-04-15 21:46:09 +04:00
|
|
|
'../crypto/crypto.gyp:crypto_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2010-08-18 15:21:48 +04:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2010-08-18 15:21:48 +04:00
|
|
|
'../media/media.gyp:media_unittests',
|
|
|
|
'../net/net.gyp:net_unittests',
|
|
|
|
'../printing/printing.gyp:printing_unittests',
|
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2011-06-30 19:03:11 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-04-21 13:59:42 +04:00
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
2010-08-18 15:21:48 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2010-08-18 15:21:48 +04:00
|
|
|
],
|
|
|
|
},
|
2009-09-12 00:46:00 +04:00
|
|
|
], # targets
|
|
|
|
}], # OS="mac"
|
2009-09-26 02:52:12 +04:00
|
|
|
['OS=="win"', {
|
|
|
|
'targets': [
|
|
|
|
# These targets are here so the build bots can use them to build
|
|
|
|
# subsets of a full tree for faster cycle times.
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-09-06 03:38:00 +04:00
|
|
|
'../cc/cc_tests.gyp:cc_unittests',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
2010-05-24 04:35:46 +04:00
|
|
|
'../chrome/chrome.gyp:installer_util_unittests',
|
2009-10-10 22:47:39 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests',
|
2010-05-24 04:35:46 +04:00
|
|
|
'../chrome/chrome.gyp:mini_installer_test',
|
2012-01-04 06:18:26 +04:00
|
|
|
'../chrome/chrome.gyp:performance_browser_tests',
|
2011-07-08 05:26:45 +04:00
|
|
|
'../chrome/chrome.gyp:performance_ui_tests',
|
2010-07-24 22:12:02 +04:00
|
|
|
'../chrome/chrome.gyp:sync_integration_tests',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2011-10-01 00:55:09 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2011-08-11 04:04:11 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2009-09-28 03:36:01 +04:00
|
|
|
# mini_installer_tests depends on mini_installer. This should be
|
|
|
|
# defined in installer.gyp.
|
2013-01-28 09:48:19 +04:00
|
|
|
'../chrome/installer/mini_installer.gyp:mini_installer',
|
2011-01-20 06:50:13 +03:00
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../courgette/courgette.gyp:courgette_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2010-03-30 03:18:12 +04:00
|
|
|
'../gpu/gpu.gyp:gpu_unittests',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2011-03-28 20:57:03 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../media/media.gyp:media_unittests',
|
2012-09-22 23:45:43 +04:00
|
|
|
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
2009-09-26 02:52:12 +04:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
2010-06-12 03:08:17 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2011-06-30 19:03:11 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-04-21 13:59:42 +04:00
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
2010-04-30 06:25:26 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
2011-12-02 02:44:56 +04:00
|
|
|
'../ui/views/views.gyp:views_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2012-09-06 03:38:00 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
|
|
|
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
|
2009-09-26 02:52:12 +04:00
|
|
|
],
|
2013-01-25 08:49:20 +04:00
|
|
|
'conditions': [
|
2013-02-25 07:28:43 +04:00
|
|
|
['target_arch!="x64"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
|
|
|
]
|
2013-03-01 01:46:11 +04:00
|
|
|
}, { # target_arch!="x64"
|
2013-01-25 08:49:20 +04:00
|
|
|
'dependencies!': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'OMIT_CHROME_FRAME',
|
|
|
|
],
|
2013-03-01 01:46:11 +04:00
|
|
|
}], # target_arch=="x64"
|
2013-01-25 08:49:20 +04:00
|
|
|
],
|
2010-02-26 04:28:58 +03:00
|
|
|
},
|
2012-03-17 00:52:28 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_win_cf',
|
|
|
|
'type': 'none',
|
2013-02-25 07:28:43 +04:00
|
|
|
'conditions': [
|
|
|
|
['target_arch!="x64"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
}], # target_arch!="x64"
|
2012-03-17 00:52:28 +04:00
|
|
|
],
|
|
|
|
},
|
2010-03-23 11:28:25 +03:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_dbg_tsan_win',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base_unittests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-30 16:46:58 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2011-08-11 04:04:11 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2011-04-15 21:46:09 +04:00
|
|
|
'../crypto/crypto.gyp:crypto_unittests',
|
2010-03-23 11:28:25 +03:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
2011-03-28 20:57:03 +04:00
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
2010-03-23 11:28:25 +03:00
|
|
|
'../media/media.gyp:media_unittests',
|
2010-06-30 06:30:44 +04:00
|
|
|
'../net/net.gyp:net_unittests',
|
2010-03-23 11:28:25 +03:00
|
|
|
'../printing/printing.gyp:printing_unittests',
|
2010-06-12 03:08:17 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2011-06-30 19:03:11 +04:00
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2010-04-30 06:25:26 +04:00
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
2011-05-05 04:38:44 +04:00
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2010-03-23 11:28:25 +03:00
|
|
|
],
|
|
|
|
},
|
2011-07-19 16:57:03 +04:00
|
|
|
{
|
|
|
|
'target_name': 'chromium_builder_dbg_drmemory_win',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base_unittests',
|
2012-08-16 02:27:50 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2011-08-11 04:04:11 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2011-07-19 16:57:03 +04:00
|
|
|
'../crypto/crypto.gyp:crypto_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2011-07-19 16:57:03 +04:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
|
|
|
'../jingle/jingle.gyp:jingle_unittests',
|
|
|
|
'../media/media.gyp:media_unittests',
|
|
|
|
'../net/net.gyp:net_unittests',
|
|
|
|
'../printing/printing.gyp:printing_unittests',
|
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
|
|
|
'../sql/sql.gyp:sql_unittests',
|
|
|
|
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
|
|
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
2013-04-26 01:41:49 +04:00
|
|
|
'../url/url.gyp:googleurl_unittests',
|
2011-07-19 16:57:03 +04:00
|
|
|
],
|
|
|
|
},
|
2011-09-15 06:29:00 +04:00
|
|
|
{
|
|
|
|
'target_name': 'webkit_builder_win',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../webkit/webkit.gyp:test_shell',
|
|
|
|
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
|
|
|
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
|
|
|
|
],
|
|
|
|
},
|
2009-09-26 02:52:12 +04:00
|
|
|
], # targets
|
2010-12-14 23:50:05 +03:00
|
|
|
'conditions': [
|
2011-01-07 04:08:28 +03:00
|
|
|
['branding=="Chrome"', {
|
2010-12-14 23:50:05 +03:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'chrome_official_builder',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2011-03-02 10:57:19 +03:00
|
|
|
'../chrome/chrome.gyp:chromedriver',
|
2010-12-14 23:50:05 +03:00
|
|
|
'../chrome/chrome.gyp:crash_service',
|
2013-03-26 20:42:33 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests',
|
2011-01-05 12:33:27 +03:00
|
|
|
'../chrome/chrome.gyp:policy_templates',
|
2010-12-14 23:50:05 +03:00
|
|
|
'../chrome/chrome.gyp:reliability_tests',
|
|
|
|
'../chrome/chrome.gyp:automated_ui_tests',
|
|
|
|
'../chrome/installer/mini_installer.gyp:mini_installer',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
'../courgette/courgette.gyp:courgette',
|
2012-06-06 14:40:06 +04:00
|
|
|
'../cloud_print/cloud_print.gyp:cloud_print',
|
2012-01-12 23:09:59 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_webapp',
|
2013-02-07 11:30:50 +04:00
|
|
|
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
|
2010-12-14 23:50:05 +03:00
|
|
|
],
|
2011-01-07 04:08:28 +03:00
|
|
|
'conditions': [
|
2013-02-23 06:59:26 +04:00
|
|
|
# If you change this condition, make sure you also change it
|
|
|
|
# in chrome_tests.gypi
|
2013-04-30 21:59:13 +04:00
|
|
|
['enable_automation==1 and (OS=="mac" or (os_posix==1 and target_arch==python_arch))', {
|
2013-02-23 06:59:26 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:pyautolib',
|
|
|
|
],
|
|
|
|
}],
|
2011-01-07 04:08:28 +03:00
|
|
|
['internal_pdf', {
|
|
|
|
'dependencies': [
|
|
|
|
'../pdf/pdf.gyp:pdf',
|
|
|
|
],
|
|
|
|
}], # internal_pdf
|
2013-02-15 13:22:13 +04:00
|
|
|
['target_arch=="ia32"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:crash_service_win64',
|
|
|
|
'../courgette/courgette.gyp:courgette64',
|
|
|
|
],
|
|
|
|
}],
|
2012-04-12 13:50:12 +04:00
|
|
|
['component != "shared_library" and wix_exists == "True" and \
|
2012-06-27 23:14:06 +04:00
|
|
|
sas_dll_exists == "True"', {
|
2012-04-12 13:50:12 +04:00
|
|
|
'dependencies': [
|
|
|
|
'../remoting/remoting.gyp:remoting_host_installation',
|
|
|
|
],
|
|
|
|
}], # component != "shared_library"
|
2013-03-01 01:46:11 +04:00
|
|
|
['target_arch=="x64"', {
|
2013-01-25 08:49:20 +04:00
|
|
|
'dependencies!': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'OMIT_CHROME_FRAME',
|
|
|
|
],
|
2013-03-01 01:46:11 +04:00
|
|
|
}], # target_arch=="x64"
|
2011-01-07 04:08:28 +03:00
|
|
|
]
|
2010-12-14 23:50:05 +03:00
|
|
|
},
|
|
|
|
], # targets
|
2011-01-07 04:08:28 +03:00
|
|
|
}], # branding=="Chrome"
|
2010-12-14 23:50:05 +03:00
|
|
|
], # conditions
|
2009-09-26 02:52:12 +04:00
|
|
|
}], # OS="win"
|
2011-10-04 07:11:01 +04:00
|
|
|
['use_aura==1', {
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'aura_builder',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-09-06 03:38:00 +04:00
|
|
|
'../cc/cc_tests.gyp:cc_unittests',
|
2012-05-02 02:34:42 +04:00
|
|
|
'../chrome/chrome.gyp:browser_tests',
|
2011-10-07 03:08:43 +04:00
|
|
|
'../chrome/chrome.gyp:chrome',
|
2012-08-02 19:47:22 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests',
|
2012-05-02 02:34:42 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2013-01-14 12:08:59 +04:00
|
|
|
'../components/components.gyp:components_unittests',
|
2012-07-19 04:14:05 +04:00
|
|
|
'../content/content.gyp:content_browsertests',
|
2012-10-11 19:12:36 +04:00
|
|
|
'../content/content.gyp:content_unittests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2012-09-22 23:45:43 +04:00
|
|
|
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
2012-05-24 05:26:30 +04:00
|
|
|
'../remoting/remoting.gyp:remoting_unittests',
|
2012-12-21 22:34:46 +04:00
|
|
|
'../ui/app_list/app_list.gyp:*',
|
2011-10-04 07:11:01 +04:00
|
|
|
'../ui/aura/aura.gyp:*',
|
2012-05-06 01:45:41 +04:00
|
|
|
'../ui/compositor/compositor.gyp:*',
|
2012-12-21 22:34:46 +04:00
|
|
|
'../ui/message_center/message_center.gyp:*',
|
2012-08-02 19:47:22 +04:00
|
|
|
'../ui/ui.gyp:ui_unittests',
|
2011-12-02 02:44:56 +04:00
|
|
|
'../ui/views/views.gyp:views',
|
2012-11-28 19:36:46 +04:00
|
|
|
'../ui/views/views.gyp:views_examples_with_content_exe',
|
2011-12-02 02:44:56 +04:00
|
|
|
'../ui/views/views.gyp:views_unittests',
|
2013-04-10 17:39:24 +04:00
|
|
|
'../ui/keyboard/keyboard.gyp:*',
|
2012-09-06 03:38:00 +04:00
|
|
|
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
2011-10-07 03:08:43 +04:00
|
|
|
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
2011-10-04 07:11:01 +04:00
|
|
|
],
|
2011-10-08 01:23:56 +04:00
|
|
|
'conditions': [
|
|
|
|
['OS=="win"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:crash_service',
|
2013-04-25 17:29:50 +04:00
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['OS=="win" and target_arch!="x64"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
|
|
|
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['OS=="win" and target_arch=="x64"', {
|
|
|
|
'dependencies!': [
|
|
|
|
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'OMIT_CHROME_FRAME',
|
2013-02-15 13:22:13 +04:00
|
|
|
],
|
|
|
|
}],
|
|
|
|
['OS=="win" and target_arch=="ia32"', {
|
|
|
|
'dependencies': [
|
2011-10-08 01:23:56 +04:00
|
|
|
'../chrome/chrome.gyp:crash_service_win64',
|
|
|
|
],
|
|
|
|
}],
|
2012-03-16 03:57:49 +04:00
|
|
|
['use_ash==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../ash/ash.gyp:ash_shell',
|
2012-08-08 21:27:19 +04:00
|
|
|
'../ash/ash.gyp:ash_unittests',
|
2012-03-16 03:57:49 +04:00
|
|
|
],
|
|
|
|
}],
|
2011-10-18 03:36:40 +04:00
|
|
|
['OS=="linux"', {
|
2011-11-24 00:30:47 +04:00
|
|
|
# Tests that currently only work on Linux.
|
2011-10-18 03:36:40 +04:00
|
|
|
'dependencies': [
|
2011-12-08 21:32:16 +04:00
|
|
|
'../base/base.gyp:base_unittests',
|
2011-10-21 00:54:51 +04:00
|
|
|
'../ipc/ipc.gyp:ipc_tests',
|
|
|
|
'../sql/sql.gyp:sql_unittests',
|
2012-04-21 13:59:42 +04:00
|
|
|
'../sync/sync.gyp:sync_unit_tests',
|
2011-10-18 03:36:40 +04:00
|
|
|
],
|
|
|
|
}],
|
2012-01-21 02:49:27 +04:00
|
|
|
['OS=="mac"', {
|
|
|
|
# Exclude dependencies that are not currently implemented.
|
|
|
|
'dependencies!': [
|
|
|
|
'../chrome/chrome.gyp:chrome',
|
|
|
|
'../chrome/chrome.gyp:unit_tests',
|
2012-10-19 02:15:23 +04:00
|
|
|
'../device/device.gyp:device_unittests',
|
2012-01-21 02:49:27 +04:00
|
|
|
'../ui/views/views.gyp:views_unittests',
|
|
|
|
],
|
|
|
|
}],
|
2012-04-06 05:54:36 +04:00
|
|
|
['chromeos==1', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chromeos/chromeos.gyp:chromeos_unittests',
|
|
|
|
],
|
|
|
|
}],
|
2011-10-08 01:23:56 +04:00
|
|
|
],
|
2011-10-04 07:11:01 +04:00
|
|
|
},
|
|
|
|
], # targets
|
|
|
|
}], # "use_aura==1"
|
2012-07-28 04:03:41 +04:00
|
|
|
['test_isolation_mode != "noop"', {
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'chromium_swarm_tests',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base_unittests_run',
|
|
|
|
'../chrome/chrome.gyp:browser_tests_run',
|
2013-04-16 23:19:10 +04:00
|
|
|
'../chrome/chrome.gyp:interactive_ui_tests_run',
|
2012-10-25 02:18:55 +04:00
|
|
|
'../chrome/chrome.gyp:sync_integration_tests_run',
|
2012-07-28 04:03:41 +04:00
|
|
|
'../chrome/chrome.gyp:unit_tests_run',
|
|
|
|
'../net/net.gyp:net_unittests_run',
|
|
|
|
],
|
|
|
|
}, # target_name: chromium_swarm_tests
|
|
|
|
],
|
|
|
|
}],
|
2009-09-12 00:46:00 +04:00
|
|
|
], # conditions
|
2009-02-26 00:26:55 +03:00
|
|
|
}
|