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

Unified Diff: breakpad/breakpad.gyp

Issue 1854233002: Reland 2 of GN: Make breakpad_unittests & sandbox_linux_unittests use test() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-minor-renames
Patch Set: Fix PIE errors, fix component mode. Created 4 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 | « breakpad/BUILD.gn ('k') | build/android/native_app_dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 7053d896040cb97736091169b6cd592a48eaff8b..5483ca026dd635dbbb9d828532db681ed135b383 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -991,15 +991,14 @@
'target_name': 'breakpad_unittests_deps',
'type': 'none',
'dependencies': [
- 'breakpad_unittests_stripped',
+ 'breakpad_unittests',
+ 'linux_dumper_unittest_helper',
],
- # For the component build, ensure dependent shared libraries are
- # stripped and put alongside breakpad_unittest to simplify pushing to
- # the device.
'variables': {
- 'output_dir': '<(PRODUCT_DIR)/breakpad_unittests_deps/',
- 'native_binary': '<(PRODUCT_DIR)/breakpad_unittests_stripped',
- 'include_main_binary': 0,
+ 'output_dir': '<(PRODUCT_DIR)/breakpad_unittests__dist/',
+ 'native_binary': '<(PRODUCT_DIR)/breakpad_unittests',
+ 'include_main_binary': 1,
+ 'extra_files': ['<(PRODUCT_DIR)/linux_dumper_unittest_helper'],
},
'includes': [
'../build/android/native_app_dependencies.gypi'
« no previous file with comments | « breakpad/BUILD.gn ('k') | build/android/native_app_dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698