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 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Squash and rebase Created 4 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
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | content/DEPS » ('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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '../sync/sync.gyp:sync_unit_tests', 316 '../sync/sync.gyp:sync_unit_tests',
317 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 317 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
318 '../ui/display/display.gyp:display_unittests', 318 '../ui/display/display.gyp:display_unittests',
319 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 319 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
320 '../url/url.gyp:url_unittests', 320 '../url/url.gyp:url_unittests',
321 ], 321 ],
322 'conditions': [ 322 'conditions': [
323 ['OS!="ios"', { 323 ['OS!="ios"', {
324 'dependencies': [ 324 'dependencies': [
325 '../ui/gl/gl_tests.gyp:gl_unittests', 325 '../ui/gl/gl_tests.gyp:gl_unittests',
326 » '../url/ipc/url_ipc.gyp:url_ipc_unittests', 326 '../url/ipc/url_ipc.gyp:url_ipc_unittests',
327 ], 327 ],
328 }], 328 }],
329 ['OS!="ios" and OS!="mac"', { 329 ['OS!="ios" and OS!="mac"', {
330 'dependencies': [ 330 'dependencies': [
331 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 331 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
332 ], 332 ],
333 }], 333 }],
334 ['OS!="ios" and OS!="android"', { 334 ['OS!="ios" and OS!="android"', {
335 'dependencies': [ 335 'dependencies': [
336 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 336 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'type': 'none', 597 'type': 'none',
598 'dependencies': [ 598 'dependencies': [
599 '../chrome/chrome.gyp:chrome', 599 '../chrome/chrome.gyp:chrome',
600 '../chrome/chrome.gyp:performance_browser_tests', 600 '../chrome/chrome.gyp:performance_browser_tests',
601 '../content/content_shell_and_tests.gyp:content_browsertests', 601 '../content/content_shell_and_tests.gyp:content_browsertests',
602 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 602 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
603 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 603 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
604 '../gpu/gpu.gyp:gl_tests', 604 '../gpu/gpu.gyp:gl_tests',
605 '../gpu/gpu.gyp:angle_unittests', 605 '../gpu/gpu.gyp:angle_unittests',
606 '../gpu/gpu.gyp:gpu_unittests', 606 '../gpu/gpu.gyp:gpu_unittests',
607 » '../gpu/gpu.gyp:command_buffer_gles2_tests', 607 '../gpu/gpu.gyp:command_buffer_gles2_tests',
608 '../third_party/catapult/telemetry/telemetry.gyp:*', 608 '../third_party/catapult/telemetry/telemetry.gyp:*',
609 ], 609 ],
610 'conditions': [ 610 'conditions': [
611 ['OS!="ios" and OS!="win"', { 611 ['OS!="ios" and OS!="win"', {
612 'dependencies': [ 612 'dependencies': [
613 '../breakpad/breakpad.gyp:minidump_stackwalk', 613 '../breakpad/breakpad.gyp:minidump_stackwalk',
614 ], 614 ],
615 }], 615 }],
616 ['OS=="linux"', { 616 ['OS=="linux"', {
617 'dependencies': [ 617 'dependencies': [
618 '../chrome/chrome.gyp:linux_symbols' 618 '../chrome/chrome.gyp:linux_symbols'
619 ], 619 ],
620 }], 620 }],
621 ], 621 ],
622 }, # target_name: chromium_gpu_builder 622 }, # target_name: chromium_gpu_builder
623 { 623 {
624 'target_name': 'chromium_gpu_debug_builder', 624 'target_name': 'chromium_gpu_debug_builder',
625 'type': 'none', 625 'type': 'none',
626 'dependencies': [ 626 'dependencies': [
627 '../chrome/chrome.gyp:chrome', 627 '../chrome/chrome.gyp:chrome',
628 '../content/content_shell_and_tests.gyp:content_browsertests', 628 '../content/content_shell_and_tests.gyp:content_browsertests',
629 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 629 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
630 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 630 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
631 '../gpu/gpu.gyp:gl_tests', 631 '../gpu/gpu.gyp:gl_tests',
632 '../gpu/gpu.gyp:angle_unittests', 632 '../gpu/gpu.gyp:angle_unittests',
633 '../gpu/gpu.gyp:gpu_unittests', 633 '../gpu/gpu.gyp:gpu_unittests',
634 » '../gpu/gpu.gyp:command_buffer_gles2_tests', 634 '../gpu/gpu.gyp:command_buffer_gles2_tests',
635 '../third_party/catapult/telemetry/telemetry.gyp:*', 635 '../third_party/catapult/telemetry/telemetry.gyp:*',
636 ], 636 ],
637 'conditions': [ 637 'conditions': [
638 ['OS!="ios" and OS!="win"', { 638 ['OS!="ios" and OS!="win"', {
639 'dependencies': [ 639 'dependencies': [
640 '../breakpad/breakpad.gyp:minidump_stackwalk', 640 '../breakpad/breakpad.gyp:minidump_stackwalk',
641 ], 641 ],
642 }], 642 }],
643 ['OS=="linux"', { 643 ['OS=="linux"', {
644 'dependencies': [ 644 'dependencies': [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../ui/events/events_unittests.gyp:events_unittests', 809 '../ui/events/events_unittests.gyp:events_unittests',
810 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 810 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
811 # Unit test bundles packaged as an apk. 811 # Unit test bundles packaged as an apk.
812 '../base/base.gyp:base_unittests_apk', 812 '../base/base.gyp:base_unittests_apk',
813 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 813 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
814 '../cc/cc_tests.gyp:cc_unittests_apk', 814 '../cc/cc_tests.gyp:cc_unittests_apk',
815 '../components/components_tests.gyp:components_browsertests_apk', 815 '../components/components_tests.gyp:components_browsertests_apk',
816 '../components/components_tests.gyp:components_unittests_apk', 816 '../components/components_tests.gyp:components_unittests_apk',
817 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 817 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
818 '../content/content_shell_and_tests.gyp:content_unittests_apk', 818 '../content/content_shell_and_tests.gyp:content_unittests_apk',
819 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
820 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', 819 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
821 '../gpu/gpu.gyp:gl_tests_apk', 820 '../gpu/gpu.gyp:gl_tests_apk',
822 '../gpu/gpu.gyp:gpu_unittests_apk', 821 '../gpu/gpu.gyp:gpu_unittests_apk',
823 '../ipc/ipc.gyp:ipc_tests_apk', 822 '../ipc/ipc.gyp:ipc_tests_apk',
824 '../media/media.gyp:media_unittests_apk', 823 '../media/media.gyp:media_unittests_apk',
824 '../media/media.gyp:video_decode_accelerator_unittest_apk',
825 '../media/midi/midi.gyp:midi_unittests_apk', 825 '../media/midi/midi.gyp:midi_unittests_apk',
826 '../net/net.gyp:net_unittests_apk', 826 '../net/net.gyp:net_unittests_apk',
827 '../skia/skia_tests.gyp:skia_unittests_apk', 827 '../skia/skia_tests.gyp:skia_unittests_apk',
828 '../sql/sql.gyp:sql_unittests_apk', 828 '../sql/sql.gyp:sql_unittests_apk',
829 '../sync/sync.gyp:sync_unit_tests_apk', 829 '../sync/sync.gyp:sync_unit_tests_apk',
830 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 830 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
831 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 831 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
832 '../ui/android/ui_android.gyp:ui_junit_tests', 832 '../ui/android/ui_android.gyp:ui_junit_tests',
833 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 833 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
834 '../ui/events/events_unittests.gyp:events_unittests_apk', 834 '../ui/events/events_unittests.gyp:events_unittests_apk',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 }], # OS="win" 1185 }], # OS="win"
1186 ['chromeos==1', { 1186 ['chromeos==1', {
1187 'targets': [ 1187 'targets': [
1188 { 1188 {
1189 'target_name': 'chromiumos_preflight', 1189 'target_name': 'chromiumos_preflight',
1190 'type': 'none', 1190 'type': 'none',
1191 'dependencies': [ 1191 'dependencies': [
1192 '../breakpad/breakpad.gyp:minidump_stackwalk', 1192 '../breakpad/breakpad.gyp:minidump_stackwalk',
1193 '../chrome/chrome.gyp:chrome', 1193 '../chrome/chrome.gyp:chrome',
1194 '../chrome/chrome.gyp:chromedriver', 1194 '../chrome/chrome.gyp:chromedriver',
1195 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest',
1196 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest',
1197 '../media/media.gyp:media_unittests', 1195 '../media/media.gyp:media_unittests',
1196 '../media/media.gyp:video_decode_accelerator_unittest',
1197 '../media/media.gyp:video_encode_accelerator_unittest',
1198 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', 1198 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
1199 '../sandbox/sandbox.gyp:chrome_sandbox', 1199 '../sandbox/sandbox.gyp:chrome_sandbox',
1200 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 1200 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
1201 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
1201 '../third_party/mesa/mesa.gyp:osmesa', 1202 '../third_party/mesa/mesa.gyp:osmesa',
1202 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
1203 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 1203 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
1204 ], 1204 ],
1205 'conditions': [ 1205 'conditions': [
1206 ['disable_nacl==0', { 1206 ['disable_nacl==0', {
1207 'dependencies': [ 1207 'dependencies': [
1208 '../components/nacl.gyp:nacl_helper', 1208 '../components/nacl.gyp:nacl_helper',
1209 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap', 1209 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap',
1210 ], 1210 ],
1211 }], 1211 }],
1212 ], 1212 ],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'dependencies': [ 1345 'dependencies': [
1346 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1346 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1347 '../ui/views/views.gyp:views', 1347 '../ui/views/views.gyp:views',
1348 '../ui/views/views.gyp:views_unittests', 1348 '../ui/views/views.gyp:views_unittests',
1349 ], 1349 ],
1350 }, # target_name: macviews_builder 1350 }, # target_name: macviews_builder
1351 ], # targets 1351 ], # targets
1352 }], # os=='mac' and toolkit_views==1 1352 }], # os=='mac' and toolkit_views==1
1353 ], # conditions 1353 ], # conditions
1354 } 1354 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | content/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698