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

Side by Side Diff: BUILD.gn

Issue 2913423002: Fix a typo with astro.h (Closed)
Patch Set: Created 3 years, 6 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/host_byteorder.gni") 5 import("//build/config/host_byteorder.gni")
6 import("//third_party/icu/config.gni") 6 import("//third_party/icu/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "source/i18n/wintzimpl.h", 443 "source/i18n/wintzimpl.h",
444 "source/i18n/zonemeta.cpp", 444 "source/i18n/zonemeta.cpp",
445 "source/i18n/zonemeta.h", 445 "source/i18n/zonemeta.h",
446 "source/i18n/zrule.cpp", 446 "source/i18n/zrule.cpp",
447 "source/i18n/zrule.h", 447 "source/i18n/zrule.h",
448 "source/i18n/ztrans.cpp", 448 "source/i18n/ztrans.cpp",
449 "source/i18n/ztrans.h", 449 "source/i18n/ztrans.h",
450 ] 450 ]
451 # ls source/i18n/unicode/*h | sort | sed 's/^\(.*\)$/ "\1",/' 451 # ls source/i18n/unicode/*h | sort | sed 's/^\(.*\)$/ "\1",/'
452 public = [ 452 public = [
453 // crbug.com/726654: Make astro.h public until the upstream adds an API. 453 # crbug.com/726654: Make astro.h public until the upstream adds an API.
454 "source/i18n/astro.h", 454 "source/i18n/astro.h",
455 "source/i18n/unicode/alphaindex.h", 455 "source/i18n/unicode/alphaindex.h",
456 "source/i18n/unicode/basictz.h", 456 "source/i18n/unicode/basictz.h",
457 "source/i18n/unicode/calendar.h", 457 "source/i18n/unicode/calendar.h",
458 "source/i18n/unicode/choicfmt.h", 458 "source/i18n/unicode/choicfmt.h",
459 "source/i18n/unicode/coleitr.h", 459 "source/i18n/unicode/coleitr.h",
460 "source/i18n/unicode/coll.h", 460 "source/i18n/unicode/coll.h",
461 "source/i18n/unicode/compactdecimalformat.h", 461 "source/i18n/unicode/compactdecimalformat.h",
462 "source/i18n/unicode/curramt.h", 462 "source/i18n/unicode/curramt.h",
463 "source/i18n/unicode/currpinf.h", 463 "source/i18n/unicode/currpinf.h",
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 } 1038 }
1039 } 1039 }
1040 1040
1041 source_set("icudata") { 1041 source_set("icudata") {
1042 sources = [ "$data_assembly" ] 1042 sources = [ "$data_assembly" ]
1043 defines = [ "U_HIDE_DATA_SYMBOL" ] 1043 defines = [ "U_HIDE_DATA_SYMBOL" ]
1044 deps = [ ":make_data_assembly", ] 1044 deps = [ ":make_data_assembly", ]
1045 } 1045 }
1046 } 1046 }
1047 } 1047 }
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