Родитель
6ff40d64c2
Коммит
2d23bdafa5
|
@ -11,16 +11,16 @@
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(DEPTH)/sandbox/sandbox.gyp:chrome_sandbox',
|
'<(DEPTH)/sandbox/sandbox.gyp:chrome_sandbox',
|
||||||
'<(DEPTH)/components/components.gyp:encryptor',
|
'<(DEPTH)/components/components.gyp:os_crypt',
|
||||||
],
|
],
|
||||||
'actions': [
|
'actions': [
|
||||||
{
|
{
|
||||||
'action_name': 'Flatten libencryptor.a',
|
'action_name': 'Flatten libos_crypt.a',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'<(PRODUCT_DIR)/obj/components/libencryptor.a',
|
'<(PRODUCT_DIR)/obj/components/libos_crypt.a',
|
||||||
],
|
],
|
||||||
'outputs': [
|
'outputs': [
|
||||||
'<(PRODUCT_DIR)/libencryptor.a',
|
'<(PRODUCT_DIR)/libos_crypt.a',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'<(DEPTH)/../../../tools/linux/ar-combine.sh',
|
'<(DEPTH)/../../../tools/linux/ar-combine.sh',
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'chromiumviews',
|
'chromiumviews',
|
||||||
'<(DEPTH)/components/components.gyp:encryptor',
|
'<(DEPTH)/components/components.gyp:os_crypt',
|
||||||
'<(DEPTH)/sandbox/sandbox.gyp:sandbox_static',
|
'<(DEPTH)/sandbox/sandbox.gyp:sandbox_static',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче