summaryrefslogtreecommitdiffstats
path: root/content/test/BUILD.gn
diff options
context:
space:
mode:
authorvivek.vg <vivek.vg@samsung.com>2014-09-12 02:13:53 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 09:18:24 +0000
commit4aa5cfbd5b3c15ebe2300e4db14067002b5df18d (patch)
treeb2f3495883bee802a9a2dcd8a8613fb7a39698fa /content/test/BUILD.gn
parent7f7b757e472769e495204e7fcb84118e7c203e33 (diff)
downloadchromium_src-4aa5cfbd5b3c15ebe2300e4db14067002b5df18d.zip
chromium_src-4aa5cfbd5b3c15ebe2300e4db14067002b5df18d.tar.gz
chromium_src-4aa5cfbd5b3c15ebe2300e4db14067002b5df18d.tar.bz2
Move the user agent styles sheets to blink_resources.grd (Part 2) with Unit test support
Blink should make use of blink_resources.grd for the inline resources of user agent stylesheets. This removes the dependency upon using make-file-arrays.py which embeds these resources as strings. This patch adds the necessary plumbing required for the webkit_unit_tests target. As the resources are being moved into blink_resources.grd, this generates blink_resources.pak. This pak doesn't exists as a separate pak file but its repacked into "content_shell.pak". The same must be loaded into the data_pack_ of the TestContentClient so that the webkit (blink) unit tests run successfully. Part 1: https://codereview.chromium.org/436843004/ Part 1 with conditional: https://codereview.chromium.org/440683004/ Part 2: https://codereview.chromium.org/422023008 Part 3: https://codereview.chromium.org/438843004/ BUG=312586 Review URL: https://codereview.chromium.org/456413002 Cr-Commit-Position: refs/heads/master@{#294554}
Diffstat (limited to 'content/test/BUILD.gn')
-rw-r--r--content/test/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4326551..3acecb0 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -48,6 +48,7 @@ static_library("test_support") {
"//content/gpu",
"//content/public/renderer:renderer_sources",
"//content/public/utility:utility_sources",
+ "//content/shell:pak",
"//cc",
"//cc:test_support",
"//media",