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

Unified Diff: third_party/instrumented_libraries/standard_instrumented_library_target.gypi

Issue 255923002: Instrumented libraries: refactor build scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/standard_instrumented_library_target.gypi
diff --git a/third_party/instrumented_libraries/standard_instrumented_library_target.gypi b/third_party/instrumented_libraries/standard_instrumented_library_target.gypi
index c23de1912e355cb7b1332ef6e3e7b125585637e5..3aaf862ad31bf0e8931b400c02efa55c532a7805 100644
--- a/third_party/instrumented_libraries/standard_instrumented_library_target.gypi
+++ b/third_party/instrumented_libraries/standard_instrumented_library_target.gypi
@@ -24,18 +24,24 @@
'--library=<(_library_name)',
'--intermediate-directory=<(INTERMEDIATE_DIR)',
'--sanitizer-type=<(_sanitizer_type)',
- '--custom-configure-flags=<(_custom_configure_flags)',
- '--custom-c-compiler-flags=<(_custom_c_compiler_flags)',
- '--custom-cxx-compiler-flags=<(_custom_cxx_compiler_flags)',
- '--custom-linker-flags=<(_custom_linker_flags)',
+ '--extra-configure-flags=<(_extra_configure_flags)',
+ '--extra-cflags=<(_extra_cflags)',
+ '--extra-cxxflags=<(_extra_cxxflags)',
+ '--extra-ldflags=<(_extra_ldflags)',
'--run-before-build=<(_run_before_build)',
- '<(_verbose_libraries_build_flag)',
- '--c-compiler=<(_cc)',
- '--cxx-compiler=<(_cxx)',
+ '--cc=<(_cc)',
+ '--cxx=<(_cxx)',
'--jobs=<(_jobs)',
'--build-method=<(_build_method)',
'--sanitizer-blacklist=<(_sanitizer_blacklist)',
],
+ 'conditions': [
+ ['verbose_libraries_build==1', {
+ 'action+': [
+ '--verbose',
+ ],
+ }],
+ ]
},
],
}
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698