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

Unified Diff: build/android/native_app_dependencies.gypi

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/breakpad.gyp ('k') | build/android/pylib/gtest/gtest_test_instance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/native_app_dependencies.gypi
diff --git a/build/android/native_app_dependencies.gypi b/build/android/native_app_dependencies.gypi
index f74e7aee87c5d51d1080e0bcf34706c35e217bfa..4651ac36e542ad030891cd24a8b3e87c6b4585bf 100644
--- a/build/android/native_app_dependencies.gypi
+++ b/build/android/native_app_dependencies.gypi
@@ -27,6 +27,7 @@
{
'variables': {
'include_main_binary%': 1,
+ 'extra_files%': [],
},
'conditions': [
['android_must_copy_system_libraries == 1', {
@@ -55,6 +56,14 @@
},
],
}],
+ ['extra_files!=[]', {
+ 'copies': [
+ {
+ 'destination': '<(output_dir)',
+ 'files': [ '<@(extra_files)' ],
+ }
+ ],
+ }],
['include_main_binary==1', {
'copies': [
{
« no previous file with comments | « breakpad/breakpad.gyp ('k') | build/android/pylib/gtest/gtest_test_instance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698