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

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

Issue 1431133003: mandoline: Reland "Fix ICU initialization". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT and then fix compile. 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",
302 ] 301 ]
303 dest = html_viewer_unittests_assets 302 dest = html_viewer_unittests_assets
304 sources = [ 303 sources = [
305 "$root_build_dir/html_viewer.pak", 304 "$root_build_dir/html_viewer.pak",
306 "$root_build_dir/icudtl.dat",
307 ] 305 ]
308 renaming_sources = v8_external_startup_data_renaming_sources 306 renaming_sources = v8_external_startup_data_renaming_sources
309 renaming_destinations = v8_external_startup_data_renaming_destinations 307 renaming_destinations = v8_external_startup_data_renaming_destinations
310 } 308 }
311 309
312 generate_mojo_shell_assets_list("build_unittest_assets") { 310 generate_mojo_shell_assets_list("build_unittest_assets") {
313 deps = [ 311 deps = [
314 ":copy_unittest_assets", 312 ":copy_unittest_assets",
315 ] 313 ]
316 dir = html_viewer_unittests_assets 314 dir = html_viewer_unittests_assets
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 ] 374 ]
377 375
378 data_deps = [ 376 data_deps = [
379 ":html_viewer", 377 ":html_viewer",
380 ] 378 ]
381 379
382 if (is_linux && !is_android) { 380 if (is_linux && !is_android) {
383 data_deps += [ "//components/font_service" ] 381 data_deps += [ "//components/font_service" ]
384 } 382 }
385 } 383 }
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