| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ], | 364 ], |
| 365 'export_dependent_settings': [ | 365 'export_dependent_settings': [ |
| 366 '<(DEPTH)/build/linux/system.gyp:fontconfig', | 366 '<(DEPTH)/build/linux/system.gyp:fontconfig', |
| 367 ], | 367 ], |
| 368 }], | 368 }], |
| 369 ['use_default_render_theme==0', { | 369 ['use_default_render_theme==0', { |
| 370 'sources/': [ | 370 'sources/': [ |
| 371 ['exclude', 'scroll/ScrollbarThemeAura\\.(cpp|h)'], | 371 ['exclude', 'scroll/ScrollbarThemeAura\\.(cpp|h)'], |
| 372 ], | 372 ], |
| 373 }], | 373 }], |
| 374 ['use_system_icu==1', { |
| 375 'defines': [ |
| 376 'USING_SYSTEM_ICU', |
| 377 ], |
| 378 }], |
| 374 ['"WTF_USE_WEBAUDIO_FFMPEG=1" in feature_defines', { | 379 ['"WTF_USE_WEBAUDIO_FFMPEG=1" in feature_defines', { |
| 375 'include_dirs': [ | 380 'include_dirs': [ |
| 376 '<(DEPTH)/third_party/ffmpeg', | 381 '<(DEPTH)/third_party/ffmpeg', |
| 377 ], | 382 ], |
| 378 'dependencies': [ | 383 'dependencies': [ |
| 379 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 384 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 380 ], | 385 ], |
| 381 }], | 386 }], |
| 382 ['"WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1" in feature_defines', { | 387 ['"WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1" in feature_defines', { |
| 383 'include_dirs': [ | 388 'include_dirs': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 ['OS=="android"', { | 431 ['OS=="android"', { |
| 427 'cflags!': ['-mthumb'], | 432 'cflags!': ['-mthumb'], |
| 428 }], | 433 }], |
| 429 ], | 434 ], |
| 430 },{ # target_arch!="arm" | 435 },{ # target_arch!="arm" |
| 431 'type': 'none', | 436 'type': 'none', |
| 432 }], | 437 }], |
| 433 ], | 438 ], |
| 434 }], | 439 }], |
| 435 } | 440 } |
| OLD | NEW |