Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 1754603002: (CANCEL) Define 'USING_SYSTEM_ICU' when 'use_system_icu=1' in blink_platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698