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

Unified Diff: courgette/courgette.gyp

Issue 1961963003: Move //courgette/third_party to subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes according to comments Created 4 years, 7 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
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/courgette_minimal_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index f5e4031d18201c29c3d6205d83828457057edde9..486254c9b51a28f3faf6689e0cf26ac07c35e1e0 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -49,11 +49,11 @@
'simple_delta.h',
'streams.cc',
'streams.h',
- 'third_party/bsdiff.h',
- 'third_party/bsdiff_apply.cc',
- 'third_party/bsdiff_create.cc',
- 'third_party/paged_array.h',
- 'third_party/qsufsort.h',
+ 'third_party/bsdiff/bsdiff.h',
+ 'third_party/bsdiff/bsdiff_apply.cc',
+ 'third_party/bsdiff/bsdiff_create.cc',
+ 'third_party/bsdiff/paged_array.h',
+ 'third_party/bsdiff/qsufsort.h',
'types_elf.h',
'types_win_pe.h',
'patch_generator_x86_32.h',
@@ -122,8 +122,8 @@
'streams_unittest.cc',
'typedrva_unittest.cc',
'versioning_unittest.cc',
- 'third_party/paged_array_unittest.cc',
- 'third_party/qsufsort_unittest.cc',
+ 'third_party/bsdiff/paged_array_unittest.cc',
+ 'third_party/bsdiff/qsufsort_unittest.cc',
],
'dependencies': [
'courgette_lib',
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/courgette_minimal_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698