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

Side by Side Diff: third_party/py_vulcanize/third_party/rcssmin/rcssmin.c

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2011 - 2014 2 * Copyright 2011 - 2014
3 * Andr\xe9 Malo or his licensors, as applicable 3 * Andr\xe9 Malo or his licensors, as applicable
4 * 4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License. 6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at 7 * You may obtain a copy of the License at
8 * 8 *
9 * http://www.apache.org/licenses/LICENSE-2.0 9 * http://www.apache.org/licenses/LICENSE-2.0
10 * 10 *
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 if (!(m = EXT_CREATE(&EXT_DEFINE_VAR))) 1154 if (!(m = EXT_CREATE(&EXT_DEFINE_VAR)))
1155 EXT_INIT_ERROR(NULL); 1155 EXT_INIT_ERROR(NULL);
1156 1156
1157 EXT_ADD_UNICODE(m, "__author__", "Andr\xe9 Malo", "latin-1"); 1157 EXT_ADD_UNICODE(m, "__author__", "Andr\xe9 Malo", "latin-1");
1158 EXT_ADD_STRING(m, "__docformat__", "restructuredtext en"); 1158 EXT_ADD_STRING(m, "__docformat__", "restructuredtext en");
1159 1159
1160 EXT_INIT_RETURN(m); 1160 EXT_INIT_RETURN(m);
1161 } 1161 }
1162 1162
1163 /* ------------------------- END MODULE DEFINITION ------------------------- */ 1163 /* ------------------------- END MODULE DEFINITION ------------------------- */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698