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

Side by Side Diff: build/all.gyp

Issue 1136653002: Reland: Actually use --extra-r-text-files in process_resources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 5 years, 7 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'dependencies': [ 794 'dependencies': [
795 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ', 795 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ',
796 '../base/base.gyp:base_unittests', 796 '../base/base.gyp:base_unittests',
797 '../breakpad/breakpad.gyp:breakpad_unittests_deps', 797 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
798 # Also compile the tools needed to deal with minidumps, they are 798 # Also compile the tools needed to deal with minidumps, they are
799 # needed to run minidump tests upstream. 799 # needed to run minidump tests upstream.
800 '../breakpad/breakpad.gyp:dump_syms#host', 800 '../breakpad/breakpad.gyp:dump_syms#host',
801 '../breakpad/breakpad.gyp:symupload#host', 801 '../breakpad/breakpad.gyp:symupload#host',
802 '../breakpad/breakpad.gyp:minidump_dump#host', 802 '../breakpad/breakpad.gyp:minidump_dump#host',
803 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 803 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
804 '../build/android/tests/bad_resources/bad_resources.gyp:bad_resource s_test_apk',
804 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk', 805 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk',
805 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 806 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
806 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 807 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
807 '../cc/cc_tests.gyp:cc_perftests_apk', 808 '../cc/cc_tests.gyp:cc_perftests_apk',
808 '../cc/cc_tests.gyp:cc_unittests', 809 '../cc/cc_tests.gyp:cc_unittests',
809 '../components/components_tests.gyp:components_unittests', 810 '../components/components_tests.gyp:components_unittests',
810 '../content/content_shell_and_tests.gyp:content_browsertests', 811 '../content/content_shell_and_tests.gyp:content_browsertests',
811 '../content/content_shell_and_tests.gyp:content_gl_tests', 812 '../content/content_shell_and_tests.gyp:content_gl_tests',
812 '../content/content_shell_and_tests.gyp:content_junit_tests', 813 '../content/content_shell_and_tests.gyp:content_junit_tests',
813 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 814 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1401 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1403 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1404 '../ui/views/views.gyp:views_unittests',
1404 ], 1405 ],
1405 }, # target_name: macviews_builder 1406 }, # target_name: macviews_builder
1406 ], # targets 1407 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1408 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1409 ], # conditions
1409 } 1410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698