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

Unified Diff: chrome/BUILD.gn

Issue 1246253002: Convert i18n_process.css to use /deep/ instead of ::shadow and add tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +GN Created 5 years, 5 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | chrome/test/data/webui/i18n_process_css_test.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 9972fdb071693aa27e8707571f65b8fbfe422410..952af72ddc4fef190c6b14f382ccda26dfea29f6 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -573,10 +573,12 @@ repack("packed_extra_resources") {
repack("browser_tests_pak") {
sources = [
"$root_gen_dir/chrome/options_test_resources.pak",
+ "$root_gen_dir/chrome/webui_test_resources.pak",
]
output = "$root_out_dir/browser_tests.pak"
deps = [
"//chrome/browser/resources:options_test_resources",
+ "//chrome/test/data/webui:webui_test_resources",
]
}
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | chrome/test/data/webui/i18n_process_css_test.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698