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

Unified Diff: compat/compat.gyp

Issue 1513573005: Provide std::move() in compat instead of using crashpad::move() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years 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 | « client/settings.cc ('k') | compat/non_cxx11_lib/type_traits » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index 96cd3b9cd031def411ec9241a33f9a9f998fc522..f1cd49331870a5b7c3141544a1b27c0cafeb7c60 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -28,6 +28,8 @@
'mac/mach-o/getsect.h',
'mac/mach-o/loader.h',
'mac/sys/resource.h',
+ 'non_cxx11_lib/type_traits',
+ 'non_cxx11_lib/utility',
'non_mac/mach/mach.h',
'non_win/dbghelp.h',
'non_win/minwinbase.h',
@@ -50,10 +52,12 @@
],
'include_dirs': [
'mac',
+ 'non_cxx11_lib',
],
'direct_dependent_settings': {
'include_dirs': [
'mac',
+ 'non_cxx11_lib',
],
},
}],
« no previous file with comments | « client/settings.cc ('k') | compat/non_cxx11_lib/type_traits » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698