| 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
|
|
|