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

Side by Side Diff: icu.gyp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 | « README.chromium ('k') | icu.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'icu.gypi', 7 'icu.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'use_system_icu%': 0, 10 'use_system_icu%': 0,
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 }, 382 },
383 { 383 {
384 'target_name': 'icui18n', 384 'target_name': 'icui18n',
385 'type': 'none', 385 'type': 'none',
386 'dependencies': ['system_icu'], 386 'dependencies': ['system_icu'],
387 'export_dependent_settings': ['system_icu'], 387 'export_dependent_settings': ['system_icu'],
388 'variables': { 388 'variables': {
389 'headers_root_path': 'source/i18n', 389 'headers_root_path': 'source/i18n',
390 'header_filenames': [ 390 'header_filenames': [
391 # This list can easily be updated using the command below: 391 # This list can easily be updated using the command below:
392 # find third_party/icu/source/i18n/unicode -iname '*.h' \ 392 # find source/i18n/unicode -iname '*.h' \
393 # -printf "'%p',\n" | \ 393 # -printf "              '%p',\n" | \
394 # sed -e 's|third_party/icu/source/i18n/||' | sort -u 394 # sed -e 's|source/i18n/||' | sort -u
395 'unicode/alphaindex.h', 395 'unicode/alphaindex.h',
396 'unicode/basictz.h', 396 'unicode/basictz.h',
397 'unicode/calendar.h', 397 'unicode/calendar.h',
398 'unicode/choicfmt.h', 398 'unicode/choicfmt.h',
399 'unicode/coleitr.h', 399 'unicode/coleitr.h',
400 'unicode/coll.h', 400 'unicode/coll.h',
401 'unicode/compactdecimalformat.h', 401 'unicode/compactdecimalformat.h',
402 'unicode/curramt.h', 402 'unicode/curramt.h',
403 'unicode/currpinf.h', 403 'unicode/currpinf.h',
404 'unicode/currunit.h', 404 'unicode/currunit.h',
405 'unicode/datefmt.h', 405 'unicode/datefmt.h',
406 'unicode/dcfmtsym.h', 406 'unicode/dcfmtsym.h',
407 'unicode/decimfmt.h', 407 'unicode/decimfmt.h',
408 'unicode/dtfmtsym.h', 408 'unicode/dtfmtsym.h',
409 'unicode/dtitvfmt.h', 409 'unicode/dtitvfmt.h',
410 'unicode/dtitvinf.h', 410 'unicode/dtitvinf.h',
411 'unicode/dtptngen.h', 411 'unicode/dtptngen.h',
412 'unicode/dtrule.h', 412 'unicode/dtrule.h',
413 'unicode/fieldpos.h', 413 'unicode/fieldpos.h',
414 'unicode/filteredbrk.h',
414 'unicode/fmtable.h', 415 'unicode/fmtable.h',
415 'unicode/format.h', 416 'unicode/format.h',
416 'unicode/fpositer.h', 417 'unicode/fpositer.h',
417 'unicode/gender.h', 418 'unicode/gender.h',
418 'unicode/gregocal.h', 419 'unicode/gregocal.h',
419 'unicode/locdspnm.h', 420 'unicode/locdspnm.h',
420 'unicode/measfmt.h', 421 'unicode/measfmt.h',
421 'unicode/measunit.h', 422 'unicode/measunit.h',
422 'unicode/measure.h', 423 'unicode/measure.h',
423 'unicode/msgfmt.h', 424 'unicode/msgfmt.h',
424 'unicode/numfmt.h', 425 'unicode/numfmt.h',
425 'unicode/numsys.h', 426 'unicode/numsys.h',
426 'unicode/plurfmt.h', 427 'unicode/plurfmt.h',
427 'unicode/plurrule.h', 428 'unicode/plurrule.h',
428 'unicode/rbnf.h', 429 'unicode/rbnf.h',
429 'unicode/rbtz.h', 430 'unicode/rbtz.h',
430 'unicode/regex.h', 431 'unicode/regex.h',
431 'unicode/region.h', 432 'unicode/region.h',
433 'unicode/reldatefmt.h',
434 'unicode/scientificformathelper.h',
432 'unicode/search.h', 435 'unicode/search.h',
433 'unicode/selfmt.h', 436 'unicode/selfmt.h',
434 'unicode/simpletz.h', 437 'unicode/simpletz.h',
435 'unicode/smpdtfmt.h', 438 'unicode/smpdtfmt.h',
436 'unicode/sortkey.h', 439 'unicode/sortkey.h',
437 'unicode/stsearch.h', 440 'unicode/stsearch.h',
438 'unicode/tblcoll.h', 441 'unicode/tblcoll.h',
439 'unicode/timezone.h', 442 'unicode/timezone.h',
440 'unicode/tmunit.h', 443 'unicode/tmunit.h',
441 'unicode/tmutamt.h', 444 'unicode/tmutamt.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 }, 482 },
480 { 483 {
481 'target_name': 'icuuc', 484 'target_name': 'icuuc',
482 'type': 'none', 485 'type': 'none',
483 'dependencies': ['system_icu'], 486 'dependencies': ['system_icu'],
484 'export_dependent_settings': ['system_icu'], 487 'export_dependent_settings': ['system_icu'],
485 'variables': { 488 'variables': {
486 'headers_root_path': 'source/common', 489 'headers_root_path': 'source/common',
487 'header_filenames': [ 490 'header_filenames': [
488 # This list can easily be updated using the command below: 491 # This list can easily be updated using the command below:
489 # find third_party/icu/source/common/unicode -iname '*.h' \ 492 # find source/common/unicode -iname '*.h' \
490 # -printf "'%p',\n" | \ 493 # -printf "              '%p',\n" | \
491 # sed -e 's|third_party/icu/source/common/||' | sort -u 494 # sed -e 's|source/common/||' | sort -u
492 'unicode/appendable.h', 495 'unicode/appendable.h',
493 'unicode/brkiter.h', 496 'unicode/brkiter.h',
494 'unicode/bytestream.h', 497 'unicode/bytestream.h',
495 'unicode/bytestriebuilder.h', 498 'unicode/bytestriebuilder.h',
496 'unicode/bytestrie.h', 499 'unicode/bytestrie.h',
497 'unicode/caniter.h', 500 'unicode/caniter.h',
498 'unicode/chariter.h', 501 'unicode/chariter.h',
499 'unicode/dbbi.h', 502 'unicode/dbbi.h',
500 'unicode/docmain.h', 503 'unicode/docmain.h',
501 'unicode/dtintrv.h', 504 'unicode/dtintrv.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 }, 580 },
578 'includes': [ 581 'includes': [
579 '../../build/shim_headers.gypi', 582 '../../build/shim_headers.gypi',
580 ], 583 ],
581 'toolsets': ['target'], 584 'toolsets': ['target'],
582 }, 585 },
583 ], # targets 586 ], # targets
584 }], 587 }],
585 ], # conditions 588 ], # conditions
586 } 589 }
OLDNEW
« no previous file with comments | « README.chromium ('k') | icu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698