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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1429263005: Revert of mandoline: Fix ICU initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « base/i18n/icu_util.cc ('k') | components/html_viewer/global_state.cc » ('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_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 } 291 }
292 292
293 if (is_android) { 293 if (is_android) {
294 html_viewer_unittests_assets = "$root_build_dir/html_viewer_unittests_assets" 294 html_viewer_unittests_assets = "$root_build_dir/html_viewer_unittests_assets"
295 295
296 copy_ex("copy_unittest_assets") { 296 copy_ex("copy_unittest_assets") {
297 clear_dir = true 297 clear_dir = true
298 deps = [ 298 deps = [
299 ":pak", 299 ":pak",
300 "//gin", 300 "//gin",
301 "//third_party/icu:icudata",
301 ] 302 ]
302 dest = html_viewer_unittests_assets 303 dest = html_viewer_unittests_assets
303 sources = [ 304 sources = [
304 "$root_build_dir/html_viewer.pak", 305 "$root_build_dir/html_viewer.pak",
306 "$root_build_dir/icudtl.dat",
305 ] 307 ]
306 renaming_sources = v8_external_startup_data_renaming_sources 308 renaming_sources = v8_external_startup_data_renaming_sources
307 renaming_destinations = v8_external_startup_data_renaming_destinations 309 renaming_destinations = v8_external_startup_data_renaming_destinations
308 } 310 }
309 311
310 generate_mojo_shell_assets_list("build_unittest_assets") { 312 generate_mojo_shell_assets_list("build_unittest_assets") {
311 deps = [ 313 deps = [
312 ":copy_unittest_assets", 314 ":copy_unittest_assets",
313 ] 315 ]
314 dir = html_viewer_unittests_assets 316 dir = html_viewer_unittests_assets
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ] 376 ]
375 377
376 data_deps = [ 378 data_deps = [
377 ":html_viewer", 379 ":html_viewer",
378 ] 380 ]
379 381
380 if (is_linux && !is_android) { 382 if (is_linux && !is_android) {
381 data_deps += [ "//components/font_service" ] 383 data_deps += [ "//components/font_service" ]
382 } 384 }
383 } 385 }
OLDNEW
« no previous file with comments | « base/i18n/icu_util.cc ('k') | components/html_viewer/global_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698