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

Side by Side Diff: build/all.gyp

Issue 141223002: Move the android library loader from content to base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 6 years, 10 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 '../breakpad/breakpad.gyp:symupload#host', 726 '../breakpad/breakpad.gyp:symupload#host',
727 '../breakpad/breakpad.gyp:minidump_dump#host', 727 '../breakpad/breakpad.gyp:minidump_dump#host',
728 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 728 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk', 729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk',
730 '../cc/cc_tests.gyp:cc_perftests_apk', 730 '../cc/cc_tests.gyp:cc_perftests_apk',
731 '../cc/cc_tests.gyp:cc_unittests', 731 '../cc/cc_tests.gyp:cc_unittests',
732 '../chrome/chrome.gyp:unit_tests', 732 '../chrome/chrome.gyp:unit_tests',
733 '../components/components_tests.gyp:components_unittests', 733 '../components/components_tests.gyp:components_unittests',
734 '../content/content_shell_and_tests.gyp:content_browsertests', 734 '../content/content_shell_and_tests.gyp:content_browsertests',
735 '../content/content_shell_and_tests.gyp:content_gl_tests', 735 '../content/content_shell_and_tests.gyp:content_gl_tests',
736 '../content/content_shell_and_tests.gyp:content_linker_test_apk', 736 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
737 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 737 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
738 '../content/content_shell_and_tests.gyp:content_unittests', 738 '../content/content_shell_and_tests.gyp:content_unittests',
739 '../gpu/gpu.gyp:gl_tests', 739 '../gpu/gpu.gyp:gl_tests',
740 '../gpu/gpu.gyp:gpu_unittests', 740 '../gpu/gpu.gyp:gpu_unittests',
741 '../ipc/ipc.gyp:ipc_tests', 741 '../ipc/ipc.gyp:ipc_tests',
742 '../media/media.gyp:media_perftests_apk', 742 '../media/media.gyp:media_perftests_apk',
743 '../media/media.gyp:media_unittests', 743 '../media/media.gyp:media_unittests',
744 '../net/net.gyp:net_unittests', 744 '../net/net.gyp:net_unittests',
745 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 745 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
746 '../sql/sql.gyp:sql_unittests', 746 '../sql/sql.gyp:sql_unittests',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 '../chrome/chrome.gyp:interactive_ui_tests_run', 1231 '../chrome/chrome.gyp:interactive_ui_tests_run',
1232 '../chrome/chrome.gyp:sync_integration_tests_run', 1232 '../chrome/chrome.gyp:sync_integration_tests_run',
1233 '../chrome/chrome.gyp:unit_tests_run', 1233 '../chrome/chrome.gyp:unit_tests_run',
1234 '../net/net.gyp:net_unittests_run', 1234 '../net/net.gyp:net_unittests_run',
1235 ], 1235 ],
1236 }, # target_name: chromium_swarm_tests 1236 }, # target_name: chromium_swarm_tests
1237 ], 1237 ],
1238 }], 1238 }],
1239 ], # conditions 1239 ], # conditions
1240 } 1240 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698