2009-02-26 00:26:55 +03:00
|
|
|
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'variables': {
|
2009-03-11 01:21:55 +03:00
|
|
|
'conditions': [
|
|
|
|
['OS!="win"', {
|
|
|
|
'all_gyps%': 1,
|
|
|
|
},{ # else OS=="win"
|
|
|
|
'all_gyps%': 0,
|
|
|
|
}],
|
|
|
|
],
|
2009-02-26 00:26:55 +03:00
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'common.gypi',
|
|
|
|
],
|
|
|
|
'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': [
|
|
|
|
'../base/base.gyp:*',
|
2009-03-30 08:27:26 +04:00
|
|
|
'../media/media.gyp:*',
|
2009-03-31 00:14:38 +04:00
|
|
|
'../net/net.gyp:*',
|
|
|
|
'../printing/printing.gyp:*',
|
2009-04-02 21:39:00 +04:00
|
|
|
'../sdch/sdch.gyp:*',
|
|
|
|
'../skia/skia.gyp:*',
|
2009-04-06 05:00:05 +04:00
|
|
|
'../testing/gtest.gyp:*',
|
2009-04-02 21:39:00 +04:00
|
|
|
'../third_party/bzip2/bzip2.gyp:*',
|
2009-04-25 17:27:25 +04:00
|
|
|
'../third_party/codesighs/codesighs.gyp:*',
|
2009-04-07 23:50:16 +04:00
|
|
|
'../third_party/ffmpeg/ffmpeg.gyp:*',
|
2009-04-02 21:39:00 +04:00
|
|
|
'../third_party/icu38/icu38.gyp:*',
|
|
|
|
'../third_party/libjpeg/libjpeg.gyp:*',
|
|
|
|
'../third_party/libpng/libpng.gyp:*',
|
|
|
|
'../third_party/libxml/libxml.gyp:*',
|
|
|
|
'../third_party/libxslt/libxslt.gyp:*',
|
|
|
|
'../third_party/modp_b64/modp_b64.gyp:*',
|
|
|
|
'../third_party/npapi/npapi.gyp:*',
|
|
|
|
'../third_party/sqlite/sqlite.gyp:*',
|
|
|
|
'../third_party/zlib/zlib.gyp:*',
|
2009-05-08 12:54:03 +04:00
|
|
|
'../webkit/tools/test_shell/test_shell.gyp:*',
|
|
|
|
'../webkit/webkit.gyp:*',
|
2009-04-06 00:15:21 +04:00
|
|
|
'temp_gyp/googleurl.gyp:*',
|
2009-03-11 01:21:55 +03:00
|
|
|
],
|
|
|
|
'conditions': [
|
2009-04-22 05:16:42 +04:00
|
|
|
['javascript_engine=="v8"', {
|
|
|
|
'dependencies': [
|
2009-04-29 01:37:56 +04:00
|
|
|
'../v8/tools/gyp/v8.gyp:*',
|
2009-04-22 05:16:42 +04:00
|
|
|
],
|
|
|
|
}],
|
2009-03-25 19:29:02 +03:00
|
|
|
['OS=="linux"', {
|
|
|
|
'dependencies': [
|
2009-04-07 19:58:27 +04:00
|
|
|
'../third_party/harfbuzz/harfbuzz.gyp:*',
|
2009-03-25 19:29:02 +03:00
|
|
|
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-03-23 03:38:22 +03:00
|
|
|
['OS=="win"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../sandbox/sandbox.gyp:*',
|
2009-05-06 08:02:10 +04:00
|
|
|
'../third_party/courgette/courgette.gyp:*',
|
2009-04-07 09:31:48 +04:00
|
|
|
'../webkit/activex_shim/activex_shim.gyp:*',
|
|
|
|
'../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
|
2009-04-07 06:47:24 +04:00
|
|
|
'temp_gyp/breakpad.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
|
|
|
}],
|
2009-03-11 01:21:55 +03:00
|
|
|
['all_gyps', {
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2009-02-26 00:26:55 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2009-04-30 23:24:02 +04:00
|
|
|
'conditions': [
|
|
|
|
['OS=="mac"', {
|
|
|
|
'targets': [
|
|
|
|
{
|
2009-05-09 00:24:08 +04:00
|
|
|
# Target to build everything needed for layout tests to cut down
|
|
|
|
# on what the layout test bots have to build.
|
2009-04-30 23:24:02 +04:00
|
|
|
'target_name': 'build_for_layout_tests',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../chrome/chrome.gyp:image_diff',
|
2009-05-08 12:54:03 +04:00
|
|
|
'../webkit/tools/test_shell/test_shell.gyp:test_shell',
|
|
|
|
'../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
|
2009-04-30 23:24:02 +04:00
|
|
|
],
|
|
|
|
},
|
2009-05-09 00:24:08 +04:00
|
|
|
{
|
|
|
|
# Target to build everything plus the dmg. We don't put the dmg
|
|
|
|
# in the All target because developer really don't need it.
|
|
|
|
'target_name': 'all_and_dmg',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'All',
|
|
|
|
'../chrome/chrome.gyp:build_app_dmg',
|
|
|
|
],
|
|
|
|
},
|
2009-04-30 23:24:02 +04:00
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
2009-02-26 00:26:55 +03:00
|
|
|
}
|