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

Unified Diff: build/all.gyp

Issue 2091153003: Delete the chromium_gpu_builder and chromium_gpu_debug_builder targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 099e674d91bd4ad82c6fe195728f8aec9b200811..3bdb4c18ad9310d9530e0414b7f2d6dc92a07936 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -586,61 +586,6 @@
],
}, # target_name: chromium_builder_perf
{
- 'target_name': 'chromium_gpu_builder',
- 'type': 'none',
- 'dependencies': [
- '../chrome/chrome.gyp:chrome',
- '../chrome/chrome.gyp:performance_browser_tests',
- '../content/content_shell_and_tests.gyp:content_browsertests',
- '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
- '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
- '../gpu/gpu.gyp:gl_tests',
- '../gpu/gpu.gyp:angle_unittests',
- '../gpu/gpu.gyp:gpu_unittests',
- '../gpu/gpu.gyp:command_buffer_gles2_tests',
- '../third_party/catapult/telemetry/telemetry.gyp:*',
- ],
- 'conditions': [
- ['OS!="ios" and OS!="win"', {
- 'dependencies': [
- '../breakpad/breakpad.gyp:minidump_stackwalk',
- ],
- }],
- ['OS=="linux"', {
- 'dependencies': [
- '../chrome/chrome.gyp:linux_symbols'
- ],
- }],
- ],
- }, # target_name: chromium_gpu_builder
- {
- 'target_name': 'chromium_gpu_debug_builder',
- 'type': 'none',
- 'dependencies': [
- '../chrome/chrome.gyp:chrome',
- '../content/content_shell_and_tests.gyp:content_browsertests',
- '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
- '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
- '../gpu/gpu.gyp:gl_tests',
- '../gpu/gpu.gyp:angle_unittests',
- '../gpu/gpu.gyp:gpu_unittests',
- '../gpu/gpu.gyp:command_buffer_gles2_tests',
- '../third_party/catapult/telemetry/telemetry.gyp:*',
- ],
- 'conditions': [
- ['OS!="ios" and OS!="win"', {
- 'dependencies': [
- '../breakpad/breakpad.gyp:minidump_stackwalk',
- ],
- }],
- ['OS=="linux"', {
- 'dependencies': [
- '../chrome/chrome.gyp:linux_symbols'
- ],
- }],
- ],
- }, # target_name: chromium_gpu_debug_builder
- {
# This target contains everything we need to run tests on the special
# device-equipped WebRTC bots. We have device-requiring tests in
# browser_tests and content_browsertests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698