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

Unified Diff: build/secondary/third_party/angle/BUILD.gn

Issue 340153004: Move gn secondary_source to the build/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update android webview_licenses.py as well Created 6 years, 6 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
Index: build/secondary/third_party/angle/BUILD.gn
diff --git a/tools/gn/secondary/third_party/angle/BUILD.gn b/build/secondary/third_party/angle/BUILD.gn
similarity index 99%
rename from tools/gn/secondary/third_party/angle/BUILD.gn
rename to build/secondary/third_party/angle/BUILD.gn
index 1dbe942e7e2948965c12f2df617b819ae8b15aba..e864c94f5e646cca676d2994e47809b1b9d03968 100644
--- a/tools/gn/secondary/third_party/angle/BUILD.gn
+++ b/build/secondary/third_party/angle/BUILD.gn
@@ -281,7 +281,7 @@ if (false) {
deps = [ ":copy_angle_commit_h", ":copy_commit_h" ]
}
- hardcoded_commit = [ "//tools/gn/secondary/third_party/angle/angle_commit.h" ]
+ hardcoded_commit = [ "//build/secondary/third_party/angle/angle_commit.h" ]
copy("copy_angle_commit_h") {
sources = hardcoded_commit
outputs = [ "$root_gen_dir/angle_commit.h" ]
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | build/secondary/third_party/angle/angle_commit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698