Chromium Code Reviews| Index: chrome/tools/build/win/FILES.cfg |
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
| index 7d8cc680e685cc7d94ebd0d435082cfc795d5cd5..ee8bae955fede9d8bf773cbe4e6b4d99781379a7 100644 |
| --- a/chrome/tools/build/win/FILES.cfg |
| +++ b/chrome/tools/build/win/FILES.cfg |
| @@ -110,6 +110,16 @@ FILES = [ |
| 'optional': ['dev', 'official'], |
| }, |
| { |
| + 'filename': 'natives_blob.bin', |
| + 'buildtype': ['dev', 'official'], |
| + 'optional': ['dev', 'official'], |
| + }, |
| + { |
| + 'filename': 'snapshot_blob.bin', |
| + 'buildtype': ['dev', 'official'], |
| + 'optional': ['dev', 'official'], |
| + }, |
| + { |
|
rmcilroy
2014/10/06 15:41:02
It's probably best to remove the Windows and Mac s
baixo
2014/10/07 14:53:27
Done.
|
| 'filename': 'libexif.dll', |
| 'buildtype': ['dev', 'official'], |
| 'filegroup': ['default', 'symsrc'], |