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 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build failure 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 | « no previous file | build/android/pylib/gtest/gtest_config.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', 888 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes ts',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1402 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1404 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1405 '../ui/views/views.gyp:views_unittests',
1404 ], 1406 ],
1405 }, # target_name: macviews_builder 1407 }, # target_name: macviews_builder
1406 ], # targets 1408 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1409 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1410 ], # conditions
1409 } 1411 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698