Remove the multiple rules generate pdf.dll warning in GYP during debug
build.
This commit is contained in:
parent
f1f801b7a2
commit
bf5f85645e
1 changed files with 3 additions and 2 deletions
5
atom.gyp
5
atom.gyp
|
@ -124,7 +124,9 @@
|
|||
'<@(libchromiumcontent_shared_v8_libraries)',
|
||||
],
|
||||
}, {
|
||||
'copied_libraries': [],
|
||||
'copied_libraries': [
|
||||
'<(libchromiumcontent_dir)/pdf.dll',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
|
@ -134,7 +136,6 @@
|
|||
'<(libchromiumcontent_dir)/ffmpegsumo.dll',
|
||||
'<(libchromiumcontent_dir)/libEGL.dll',
|
||||
'<(libchromiumcontent_dir)/libGLESv2.dll',
|
||||
'<(libchromiumcontent_dir)/pdf.dll',
|
||||
'<(libchromiumcontent_dir)/icudtl.dat',
|
||||
'<(libchromiumcontent_dir)/content_resources_200_percent.pak',
|
||||
'<(libchromiumcontent_dir)/content_shell.pak',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue