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

Side by Side Diff: build/all.gyp

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | media/gpu/h264_decoder.cc » ('J')
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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 '../sync/sync.gyp:sync_unit_tests', 328 '../sync/sync.gyp:sync_unit_tests',
329 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 329 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
330 '../ui/display/display.gyp:display_unittests', 330 '../ui/display/display.gyp:display_unittests',
331 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 331 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
332 '../url/url.gyp:url_unittests', 332 '../url/url.gyp:url_unittests',
333 ], 333 ],
334 'conditions': [ 334 'conditions': [
335 ['OS!="ios"', { 335 ['OS!="ios"', {
336 'dependencies': [ 336 'dependencies': [
337 '../ui/gl/gl_tests.gyp:gl_unittests', 337 '../ui/gl/gl_tests.gyp:gl_unittests',
338 » '../url/ipc/url_ipc.gyp:url_ipc_unittests', 338 '../url/ipc/url_ipc.gyp:url_ipc_unittests',
339 ], 339 ],
340 }], 340 }],
341 ['OS!="ios" and OS!="mac"', { 341 ['OS!="ios" and OS!="mac"', {
342 'dependencies': [ 342 'dependencies': [
343 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 343 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
344 ], 344 ],
345 }], 345 }],
346 ['OS!="ios" and OS!="android"', { 346 ['OS!="ios" and OS!="android"', {
347 'dependencies': [ 347 'dependencies': [
348 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 348 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'dependencies': [ 605 'dependencies': [
606 '../chrome/chrome.gyp:chrome', 606 '../chrome/chrome.gyp:chrome',
607 '../chrome/chrome.gyp:performance_browser_tests', 607 '../chrome/chrome.gyp:performance_browser_tests',
608 '../content/content_shell_and_tests.gyp:content_browsertests', 608 '../content/content_shell_and_tests.gyp:content_browsertests',
609 '../content/content_shell_and_tests.gyp:content_gl_tests', 609 '../content/content_shell_and_tests.gyp:content_gl_tests',
610 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 610 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
611 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 611 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
612 '../gpu/gpu.gyp:gl_tests', 612 '../gpu/gpu.gyp:gl_tests',
613 '../gpu/gpu.gyp:angle_unittests', 613 '../gpu/gpu.gyp:angle_unittests',
614 '../gpu/gpu.gyp:gpu_unittests', 614 '../gpu/gpu.gyp:gpu_unittests',
615 » '../gpu/gpu.gyp:command_buffer_gles2_tests', 615 '../gpu/gpu.gyp:command_buffer_gles2_tests',
616 '../third_party/catapult/telemetry/telemetry.gyp:*', 616 '../third_party/catapult/telemetry/telemetry.gyp:*',
617 ], 617 ],
618 'conditions': [ 618 'conditions': [
619 ['OS!="ios" and OS!="win"', { 619 ['OS!="ios" and OS!="win"', {
620 'dependencies': [ 620 'dependencies': [
621 '../breakpad/breakpad.gyp:minidump_stackwalk', 621 '../breakpad/breakpad.gyp:minidump_stackwalk',
622 ], 622 ],
623 }], 623 }],
624 ['OS=="linux"', { 624 ['OS=="linux"', {
625 'dependencies': [ 625 'dependencies': [
626 '../chrome/chrome.gyp:linux_symbols' 626 '../chrome/chrome.gyp:linux_symbols'
627 ], 627 ],
628 }], 628 }],
629 ], 629 ],
630 }, # target_name: chromium_gpu_builder 630 }, # target_name: chromium_gpu_builder
631 { 631 {
632 'target_name': 'chromium_gpu_debug_builder', 632 'target_name': 'chromium_gpu_debug_builder',
633 'type': 'none', 633 'type': 'none',
634 'dependencies': [ 634 'dependencies': [
635 '../chrome/chrome.gyp:chrome', 635 '../chrome/chrome.gyp:chrome',
636 '../content/content_shell_and_tests.gyp:content_browsertests', 636 '../content/content_shell_and_tests.gyp:content_browsertests',
637 '../content/content_shell_and_tests.gyp:content_gl_tests', 637 '../content/content_shell_and_tests.gyp:content_gl_tests',
638 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 638 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
639 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 639 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
640 '../gpu/gpu.gyp:gl_tests', 640 '../gpu/gpu.gyp:gl_tests',
641 '../gpu/gpu.gyp:angle_unittests', 641 '../gpu/gpu.gyp:angle_unittests',
642 '../gpu/gpu.gyp:gpu_unittests', 642 '../gpu/gpu.gyp:gpu_unittests',
643 » '../gpu/gpu.gyp:command_buffer_gles2_tests', 643 '../gpu/gpu.gyp:command_buffer_gles2_tests',
644 '../third_party/catapult/telemetry/telemetry.gyp:*', 644 '../third_party/catapult/telemetry/telemetry.gyp:*',
645 ], 645 ],
646 'conditions': [ 646 'conditions': [
647 ['OS!="ios" and OS!="win"', { 647 ['OS!="ios" and OS!="win"', {
648 'dependencies': [ 648 'dependencies': [
649 '../breakpad/breakpad.gyp:minidump_stackwalk', 649 '../breakpad/breakpad.gyp:minidump_stackwalk',
650 ], 650 ],
651 }], 651 }],
652 ['OS=="linux"', { 652 ['OS=="linux"', {
653 'dependencies': [ 653 'dependencies': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 831 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
832 # Unit test bundles packaged as an apk. 832 # Unit test bundles packaged as an apk.
833 '../base/base.gyp:base_unittests_apk', 833 '../base/base.gyp:base_unittests_apk',
834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
835 '../cc/cc_tests.gyp:cc_unittests_apk', 835 '../cc/cc_tests.gyp:cc_unittests_apk',
836 '../components/components_tests.gyp:components_browsertests_apk', 836 '../components/components_tests.gyp:components_browsertests_apk',
837 '../components/components_tests.gyp:components_unittests_apk', 837 '../components/components_tests.gyp:components_unittests_apk',
838 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 838 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
839 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 839 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
840 '../content/content_shell_and_tests.gyp:content_unittests_apk', 840 '../content/content_shell_and_tests.gyp:content_unittests_apk',
841 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
842 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', 841 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
843 '../gpu/gpu.gyp:gl_tests_apk', 842 '../gpu/gpu.gyp:gl_tests_apk',
844 '../gpu/gpu.gyp:gpu_unittests_apk', 843 '../gpu/gpu.gyp:gpu_unittests_apk',
845 '../ipc/ipc.gyp:ipc_tests_apk', 844 '../ipc/ipc.gyp:ipc_tests_apk',
846 '../media/media.gyp:media_unittests_apk', 845 '../media/media.gyp:media_unittests_apk',
846 '../media/media.gyp:video_decode_accelerator_unittest_apk',
847 '../media/midi/midi.gyp:midi_unittests_apk', 847 '../media/midi/midi.gyp:midi_unittests_apk',
848 '../net/net.gyp:net_unittests_apk', 848 '../net/net.gyp:net_unittests_apk',
849 '../skia/skia_tests.gyp:skia_unittests_apk', 849 '../skia/skia_tests.gyp:skia_unittests_apk',
850 '../sql/sql.gyp:sql_unittests_apk', 850 '../sql/sql.gyp:sql_unittests_apk',
851 '../sync/sync.gyp:sync_unit_tests_apk', 851 '../sync/sync.gyp:sync_unit_tests_apk',
852 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 852 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
853 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 853 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
854 '../ui/android/ui_android.gyp:ui_junit_tests', 854 '../ui/android/ui_android.gyp:ui_junit_tests',
855 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 855 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
856 '../ui/events/events_unittests.gyp:events_unittests_apk', 856 '../ui/events/events_unittests.gyp:events_unittests_apk',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 }], # OS="win" 1224 }], # OS="win"
1225 ['chromeos==1', { 1225 ['chromeos==1', {
1226 'targets': [ 1226 'targets': [
1227 { 1227 {
1228 'target_name': 'chromiumos_preflight', 1228 'target_name': 'chromiumos_preflight',
1229 'type': 'none', 1229 'type': 'none',
1230 'dependencies': [ 1230 'dependencies': [
1231 '../breakpad/breakpad.gyp:minidump_stackwalk', 1231 '../breakpad/breakpad.gyp:minidump_stackwalk',
1232 '../chrome/chrome.gyp:chrome', 1232 '../chrome/chrome.gyp:chrome',
1233 '../chrome/chrome.gyp:chromedriver', 1233 '../chrome/chrome.gyp:chromedriver',
1234 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest',
1235 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest',
1236 '../media/media.gyp:media_unittests', 1234 '../media/media.gyp:media_unittests',
1235 '../media/media.gyp:video_decode_accelerator_unittest',
1236 '../media/media.gyp:video_encode_accelerator_unittest',
1237 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', 1237 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
1238 '../sandbox/sandbox.gyp:chrome_sandbox', 1238 '../sandbox/sandbox.gyp:chrome_sandbox',
1239 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 1239 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
1240 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
1240 '../third_party/mesa/mesa.gyp:osmesa', 1241 '../third_party/mesa/mesa.gyp:osmesa',
1241 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
1242 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 1242 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
1243 ], 1243 ],
1244 'conditions': [ 1244 'conditions': [
1245 ['disable_nacl==0', { 1245 ['disable_nacl==0', {
1246 'dependencies': [ 1246 'dependencies': [
1247 '../components/nacl.gyp:nacl_helper', 1247 '../components/nacl.gyp:nacl_helper',
1248 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap', 1248 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap',
1249 ], 1249 ],
1250 }], 1250 }],
1251 ], 1251 ],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'dependencies': [ 1395 'dependencies': [
1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1397 '../ui/views/views.gyp:views', 1397 '../ui/views/views.gyp:views',
1398 '../ui/views/views.gyp:views_unittests', 1398 '../ui/views/views.gyp:views_unittests',
1399 ], 1399 ],
1400 }, # target_name: macviews_builder 1400 }, # target_name: macviews_builder
1401 ], # targets 1401 ], # targets
1402 }], # os=='mac' and toolkit_views==1 1402 }], # os=='mac' and toolkit_views==1
1403 ], # conditions 1403 ], # conditions
1404 } 1404 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | media/gpu/h264_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698