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

Unified Diff: platform_tools/nacl/gclient.config

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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: platform_tools/nacl/gclient.config
diff --git a/platform_tools/nacl/gclient.config b/platform_tools/nacl/gclient.config
deleted file mode 100644
index 922ae43db895730cf2c4493d97f3606f9ed5cfe8..0000000000000000000000000000000000000000
--- a/platform_tools/nacl/gclient.config
+++ /dev/null
@@ -1,13 +0,0 @@
-# To develop Skia targeting NaCl,
borenet 2014/01/09 19:27:28 No longer needed, as all NaCl-related code is now
-# copy this file to your root development directory as ".gclient"
-# and then run "gclient sync".
-solutions = [
- {
- "name" : "nacl",
- "url" : "https://skia.googlecode.com/svn/nacl",
- },
- {
- "name" : "trunk",
- "url" : "https://skia.googlecode.com/svn/trunk",
- },
-]

Powered by Google App Engine
This is Rietveld 408576698