See https://codereview.chromium.org/200713005
This commit is contained in:
Adam Roben 2014-06-23 10:36:45 -04:00
Родитель 6ff40d64c2
Коммит 2d23bdafa5
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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',
], ],
}], }],