Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 66d1b5248bc527848bc7e62ad5a11849da43e022..331c8e820e1788f159dd370856c2ad1ea1e7bae8 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -499,13 +499,6 @@ action("js2c_experimental") { |
| "$target_gen_dir/experimental-libraries.cc", |
| ] |
| - if (v8_enable_i18n_support) { |
| - sources += [ |
| - "src/js/datetime-format-to-parts.js", |
| - "src/js/icu-case-mapping.js", |
| - ] |
| - } |
| - |
| args = [ |
| rebase_path("$target_gen_dir/experimental-libraries.cc", |
| root_build_dir), |