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

Unified Diff: blimp/engine/engine-manifest.txt

Issue 1930303002: Simplify GN target names for //blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blimp_shell Created 4 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 | « blimp/engine/BUILD.gn ('k') | blimp/net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/engine-manifest.txt
diff --git a/blimp/engine/engine-manifest.txt b/blimp/engine/engine-manifest.txt
index 285e9c2707be4155602afc19d15d6a3308a6198c..8943ec4ff0fdd9cc3ce65f5b6e7d2eee8e06f704 100644
--- a/blimp/engine/engine-manifest.txt
+++ b/blimp/engine/engine-manifest.txt
@@ -1,7 +1,7 @@
# Runtime dependencies for the Blimp Engine
#
# This file was generated by running:
-# generate-engine-manifest.py --build-dir out-chromeos/Debug --target //blimp/engine:blimp_engine --output blimp/engine/engine-manifest.txt
+# generate-engine-manifest.py --build-dir out-chromeos/Debug --target //blimp/engine --output blimp/engine/engine-manifest.txt
#
# Note: Any unnecessary dependencies should be added to
# manifest-blacklist.txt and this file should be regenerated.
@@ -214,4 +214,4 @@ gen/third_party/blimp_fonts/RobotoCondensed-Italic.ttf
gen/third_party/blimp_fonts/RobotoCondensed-Light.ttf
gen/third_party/blimp_fonts/RobotoCondensed-LightItalic.ttf
gen/third_party/blimp_fonts/RobotoCondensed-Regular.ttf
-gen/third_party/blimp_fonts/fonts.xml
+gen/third_party/blimp_fonts/fonts.xml
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698