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

Unified Diff: webrtc/build/ios/export_headers

Issue 1801943003: Move build scripts to webrtc/build/ios (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Restore talk/build/common.gypi Created 4 years, 9 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: webrtc/build/ios/export_headers
diff --git a/talk/build/export_headers b/webrtc/build/ios/export_headers
similarity index 97%
rename from talk/build/export_headers
rename to webrtc/build/ios/export_headers
index 6d66f06619eba4bb120dec84b9a73cf0eee42077..4786104e929e74330355a85c9c9702d849eebea6 100755
--- a/talk/build/export_headers
+++ b/webrtc/build/ios/export_headers
@@ -41,7 +41,7 @@ def ExportHeaders(include_base_dir, use_legacy_headers):
include_path = os.path.join(include_base_dir, include_dir_name)
script_path = sys.path[0]
- webrtc_base_path = os.path.join(script_path, '../..')
+ webrtc_base_path = os.path.join(script_path, '../../..')
header_dirs = HEADER_DIRS
include_headers = HEADER_INCLUDES

Powered by Google App Engine
This is Rietveld 408576698