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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1099303002: Move html_viewer from mojo/services to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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 | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
similarity index 98%
rename from mojo/services/html_viewer/BUILD.gn
rename to components/html_viewer/BUILD.gn
index bba9ff84dd86b10c31d845c3aa1f00c95b7e3aa5..75856bcb22e5445cdebc812c407ad5964ca9e0e5 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -21,7 +21,7 @@ repack("unified_blink_resources") {
}
action("generate_blink_resource_map") {
- script = "//mojo/services/html_viewer/generate_blink_resource_map.py"
+ script = "//components/html_viewer/generate_blink_resource_map.py"
args = [
"--pak-file",
rebase_path("$target_gen_dir/unified_blink_resources.pak"),
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698