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

Side by Side Diff: BUILD.gn

Issue 2533983006: Optimize case conversion with icu_case_mapping (Closed)
Patch Set: drop an unused variable: -Wunused-variable Created 4 years 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 | src/js/i18n.js » ('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 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 "src/source-position-table.cc", 1675 "src/source-position-table.cc",
1676 "src/source-position-table.h", 1676 "src/source-position-table.h",
1677 "src/source-position.cc", 1677 "src/source-position.cc",
1678 "src/source-position.h", 1678 "src/source-position.h",
1679 "src/splay-tree-inl.h", 1679 "src/splay-tree-inl.h",
1680 "src/splay-tree.h", 1680 "src/splay-tree.h",
1681 "src/startup-data-util.cc", 1681 "src/startup-data-util.cc",
1682 "src/startup-data-util.h", 1682 "src/startup-data-util.h",
1683 "src/string-builder.cc", 1683 "src/string-builder.cc",
1684 "src/string-builder.h", 1684 "src/string-builder.h",
1685 "src/string-case.cc",
1686 "src/string-case.h",
1685 "src/string-search.h", 1687 "src/string-search.h",
1686 "src/string-stream.cc", 1688 "src/string-stream.cc",
1687 "src/string-stream.h", 1689 "src/string-stream.h",
1688 "src/strtod.cc", 1690 "src/strtod.cc",
1689 "src/strtod.h", 1691 "src/strtod.h",
1690 "src/tracing/trace-event.cc", 1692 "src/tracing/trace-event.cc",
1691 "src/tracing/trace-event.h", 1693 "src/tracing/trace-event.h",
1692 "src/tracing/traced-value.cc", 1694 "src/tracing/traced-value.cc",
1693 "src/tracing/traced-value.h", 1695 "src/tracing/traced-value.h",
1694 "src/tracing/tracing-category-observer.cc", 1696 "src/tracing/tracing-category-observer.cc",
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 ] 2988 ]
2987 2989
2988 configs = [ 2990 configs = [
2989 ":external_config", 2991 ":external_config",
2990 ":internal_config_base", 2992 ":internal_config_base",
2991 ] 2993 ]
2992 } 2994 }
2993 2995
2994 v8_fuzzer("wasm_data_section_fuzzer") { 2996 v8_fuzzer("wasm_data_section_fuzzer") {
2995 } 2997 }
OLDNEW
« no previous file with comments | « no previous file | src/js/i18n.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698