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

Side by Side Diff: build/all.gyp

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « base/supports_user_data.h ('k') | build/android/buildbot/bb_device_status_check.py » ('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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 '../net/net.gyp:net_unittests', 839 '../net/net.gyp:net_unittests',
840 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 840 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
841 '../sql/sql.gyp:sql_unittests', 841 '../sql/sql.gyp:sql_unittests',
842 '../sync/sync.gyp:sync_unit_tests', 842 '../sync/sync.gyp:sync_unit_tests',
843 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 843 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
844 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 844 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
845 '../third_party/WebKit/public/all.gyp:*', 845 '../third_party/WebKit/public/all.gyp:*',
846 '../tools/android/android_tools.gyp:android_tools', 846 '../tools/android/android_tools.gyp:android_tools',
847 '../tools/android/android_tools.gyp:memconsumer', 847 '../tools/android/android_tools.gyp:memconsumer',
848 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 848 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
849 '../ui/android/ui_android.gyp:ui_android_unittests',
849 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 850 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
850 '../ui/events/events.gyp:events_unittests', 851 '../ui/events/events.gyp:events_unittests',
851 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 852 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
852 # Unit test bundles packaged as an apk. 853 # Unit test bundles packaged as an apk.
853 '../android_webview/android_webview.gyp:android_webview_test_apk', 854 '../android_webview/android_webview.gyp:android_webview_test_apk',
854 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 855 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
855 '../base/base.gyp:base_unittests_apk', 856 '../base/base.gyp:base_unittests_apk',
856 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 857 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
857 '../cc/cc_tests.gyp:cc_unittests_apk', 858 '../cc/cc_tests.gyp:cc_unittests_apk',
858 '../chrome/chrome.gyp:chrome_shell_test_apk', 859 '../chrome/chrome.gyp:chrome_shell_test_apk',
859 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 860 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
860 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 861 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
861 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 862 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
862 '../chrome/chrome.gyp:unit_tests_apk', 863 '../chrome/chrome.gyp:unit_tests_apk',
863 '../components/components_tests.gyp:components_unittests_apk', 864 '../components/components_tests.gyp:components_unittests_apk',
864 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 865 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
865 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 866 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
866 '../content/content_shell_and_tests.gyp:content_unittests_apk', 867 '../content/content_shell_and_tests.gyp:content_unittests_apk',
867 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 868 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
868 '../gpu/gpu.gyp:gl_tests_apk', 869 '../gpu/gpu.gyp:gl_tests_apk',
869 '../gpu/gpu.gyp:gpu_unittests_apk', 870 '../gpu/gpu.gyp:gpu_unittests_apk',
870 '../ipc/ipc.gyp:ipc_tests_apk', 871 '../ipc/ipc.gyp:ipc_tests_apk',
871 '../media/media.gyp:media_unittests_apk', 872 '../media/media.gyp:media_unittests_apk',
872 '../net/net.gyp:net_unittests_apk', 873 '../net/net.gyp:net_unittests_apk',
873 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 874 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
874 '../sql/sql.gyp:sql_unittests_apk', 875 '../sql/sql.gyp:sql_unittests_apk',
875 '../sync/sync.gyp:sync_unit_tests_apk', 876 '../sync/sync.gyp:sync_unit_tests_apk',
876 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 877 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
878 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
877 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 879 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
878 '../ui/events/events.gyp:events_unittests_apk', 880 '../ui/events/events.gyp:events_unittests_apk',
879 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 881 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
880 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 882 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
881 ], 883 ],
882 'conditions': [ 884 'conditions': [
883 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', { 885 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
884 'dependencies': [ 886 'dependencies': [
885 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 887 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
886 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes ts',
887 ], 888 ],
888 }], 889 }],
889 ], 890 ],
890 }, 891 },
891 { 892 {
892 # WebRTC Chromium tests to run on Android. 893 # WebRTC Chromium tests to run on Android.
893 'target_name': 'android_builder_chromium_webrtc', 894 'target_name': 'android_builder_chromium_webrtc',
894 'type': 'none', 895 'type': 'none',
895 'dependencies': [ 896 'dependencies': [
896 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 897 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
897 '../content/content_shell_and_tests.gyp:content_browsertests', 898 '../content/content_shell_and_tests.gyp:content_browsertests',
898 '../tools/android/android_tools.gyp:android_tools', 899 '../tools/android/android_tools.gyp:android_tools',
899 '../tools/android/android_tools.gyp:memconsumer', 900 '../tools/android/android_tools.gyp:memconsumer',
900 # Unit test bundles packaged as an apk. 901 # Unit test bundles packaged as an apk.
901 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 902 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
902 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
903 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 903 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
904 ], 904 ],
905 }, # target_name: android_builder_chromium_webrtc 905 }, # target_name: android_builder_chromium_webrtc
906 ], # targets 906 ], # targets
907 }], # OS="android" 907 }], # OS="android"
908 ['OS=="mac"', { 908 ['OS=="mac"', {
909 'targets': [ 909 'targets': [
910 { 910 {
911 # Target to build everything plus the dmg. We don't put the dmg 911 # Target to build everything plus the dmg. We don't put the dmg
912 # in the All target because developers really don't need it. 912 # in the All target because developers really don't need it.
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1400 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1402 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1403 '../ui/views/views.gyp:views_unittests',
1404 ], 1404 ],
1405 }, # target_name: macviews_builder 1405 }, # target_name: macviews_builder
1406 ], # targets 1406 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1407 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1408 ], # conditions
1409 } 1409 }
OLDNEW
« no previous file with comments | « base/supports_user_data.h ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698