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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 | 316 |
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$'], |
327 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], | 327 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], |
328 | 328 |
329 # 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. |
330 ['include', 'win/SystemInfo\\.cpp$'], | 330 ['include', 'win/SystemInfo\\.cpp$'], |
331 ], | 331 ], |
332 }, { # OS!="win" | 332 }, { # OS!="win" |
333 'sources/': [ | 333 'sources/': [ |
334 ['exclude', 'win/'], | 334 ['exclude', 'win/'], |
335 ['exclude', 'Win\\.cpp$'], | 335 ['exclude', 'Win\\.cpp$'], |
336 ['exclude', '/(Windows)[^/]*\\.cpp$'], | 336 ['exclude', '/(Windows)[^/]*\\.cpp$'], |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 ['OS=="android"', { | 418 ['OS=="android"', { |
419 'cflags!': ['-mthumb'], | 419 'cflags!': ['-mthumb'], |
420 }], | 420 }], |
421 ], | 421 ], |
422 },{ # target_arch!="arm" | 422 },{ # target_arch!="arm" |
423 'type': 'none', | 423 'type': 'none', |
424 }], | 424 }], |
425 ], | 425 ], |
426 }], | 426 }], |
427 } | 427 } |
OLD | NEW |