| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'], | 317 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'], |
| 318 | 318 |
| 319 ['include', 'fonts/opentype/'], | 319 ['include', 'fonts/opentype/'], |
| 320 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], | 320 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], |
| 321 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], | 321 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], |
| 322 ['include', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'], | 322 ['include', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'], |
| 323 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], | 323 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], |
| 324 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'], | 324 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'], |
| 325 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'], | 325 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'], |
| 326 ['include', 'fonts/win/FontPlatformDataWin\\.(cpp|h)$'], | 326 ['include', 'fonts/win/FontPlatformDataWin\\.(cpp|h)$'], |
| 327 ['include', 'fonts/win/SkiaFontWin\\.(cpp|h)$'], | |
| 328 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], | 327 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], |
| 329 | 328 |
| 330 # SystemInfo.cpp is useful and we don't want to copy it. | 329 # SystemInfo.cpp is useful and we don't want to copy it. |
| 331 ['include', 'win/SystemInfo\\.cpp$'], | 330 ['include', 'win/SystemInfo\\.cpp$'], |
| 332 ], | 331 ], |
| 333 }, { # OS!="win" | 332 }, { # OS!="win" |
| 334 'sources/': [ | 333 'sources/': [ |
| 335 ['exclude', 'win/'], | 334 ['exclude', 'win/'], |
| 336 ['exclude', 'Win\\.cpp$'], | 335 ['exclude', 'Win\\.cpp$'], |
| 337 ['exclude', '/(Windows)[^/]*\\.cpp$'], | 336 ['exclude', '/(Windows)[^/]*\\.cpp$'], |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 ['OS=="android"', { | 418 ['OS=="android"', { |
| 420 'cflags!': ['-mthumb'], | 419 'cflags!': ['-mthumb'], |
| 421 }], | 420 }], |
| 422 ], | 421 ], |
| 423 },{ # target_arch!="arm" | 422 },{ # target_arch!="arm" |
| 424 'type': 'none', | 423 'type': 'none', |
| 425 }], | 424 }], |
| 426 ], | 425 ], |
| 427 }], | 426 }], |
| 428 } | 427 } |
| OLD | NEW |