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

Side by Side Diff: build/all.gyp

Issue 139743011: Change ContentLinker to share relro sections with browser process only on low-end devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gyp location 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/app/Linker.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 '../breakpad/breakpad.gyp:symupload#host', 719 '../breakpad/breakpad.gyp:symupload#host',
720 '../breakpad/breakpad.gyp:minidump_dump#host', 720 '../breakpad/breakpad.gyp:minidump_dump#host',
721 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 721 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
722 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk', 722 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk',
723 '../cc/cc_tests.gyp:cc_perftests_apk', 723 '../cc/cc_tests.gyp:cc_perftests_apk',
724 '../cc/cc_tests.gyp:cc_unittests', 724 '../cc/cc_tests.gyp:cc_unittests',
725 '../chrome/chrome.gyp:unit_tests', 725 '../chrome/chrome.gyp:unit_tests',
726 '../components/components_tests.gyp:components_unittests', 726 '../components/components_tests.gyp:components_unittests',
727 '../content/content_shell_and_tests.gyp:content_browsertests', 727 '../content/content_shell_and_tests.gyp:content_browsertests',
728 '../content/content_shell_and_tests.gyp:content_gl_tests', 728 '../content/content_shell_and_tests.gyp:content_gl_tests',
729 '../content/content_shell_and_tests.gyp:content_linker_test_apk',
729 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 730 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
730 '../content/content_shell_and_tests.gyp:content_unittests', 731 '../content/content_shell_and_tests.gyp:content_unittests',
731 '../gpu/gpu.gyp:gl_tests', 732 '../gpu/gpu.gyp:gl_tests',
732 '../gpu/gpu.gyp:gpu_unittests', 733 '../gpu/gpu.gyp:gpu_unittests',
733 '../ipc/ipc.gyp:ipc_tests', 734 '../ipc/ipc.gyp:ipc_tests',
734 '../media/media.gyp:media_perftests_apk', 735 '../media/media.gyp:media_perftests_apk',
735 '../media/media.gyp:media_unittests', 736 '../media/media.gyp:media_unittests',
736 '../net/net.gyp:net_unittests', 737 '../net/net.gyp:net_unittests',
737 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 738 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
738 '../sql/sql.gyp:sql_unittests', 739 '../sql/sql.gyp:sql_unittests',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 '../chrome/chrome.gyp:interactive_ui_tests_run', 1207 '../chrome/chrome.gyp:interactive_ui_tests_run',
1207 '../chrome/chrome.gyp:sync_integration_tests_run', 1208 '../chrome/chrome.gyp:sync_integration_tests_run',
1208 '../chrome/chrome.gyp:unit_tests_run', 1209 '../chrome/chrome.gyp:unit_tests_run',
1209 '../net/net.gyp:net_unittests_run', 1210 '../net/net.gyp:net_unittests_run',
1210 ], 1211 ],
1211 }, # target_name: chromium_swarm_tests 1212 }, # target_name: chromium_swarm_tests
1212 ], 1213 ],
1213 }], 1214 }],
1214 ], # conditions 1215 ], # conditions
1215 } 1216 }
OLDNEW
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/app/Linker.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698