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

Side by Side Diff: gpu/gpu.gyp

Issue 555373004: Compile specific parts of the Android build with -O2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Backport gpu to the new system Created 6 years, 3 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
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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ], 471 ],
472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
473 'msvs_disabled_warnings': [4267, ], 473 'msvs_disabled_warnings': [4267, ],
474 }, 474 },
475 { 475 {
476 # GN version: //gpu/command_buffer/service 476 # GN version: //gpu/command_buffer/service
477 'target_name': 'command_buffer_service', 477 'target_name': 'command_buffer_service',
478 'type': 'static_library', 478 'type': 'static_library',
479 'includes': [ 479 'includes': [
480 'command_buffer_service.gypi', 480 'command_buffer_service.gypi',
481 '../build/android/optimize_speed_template.gypi',
481 ], 482 ],
482 'dependencies': [ 483 'dependencies': [
483 'command_buffer_common', 484 'command_buffer_common',
484 'disk_cache_proto', 485 'disk_cache_proto',
485 ], 486 ],
486 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 487 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
487 'msvs_disabled_warnings': [4267, ], 488 'msvs_disabled_warnings': [4267, ],
488 }, 489 },
489 { 490 {
490 # GN version: //gpu/ipc 491 # GN version: //gpu/ipc
(...skipping 28 matching lines...) Expand all
519 }, 520 },
520 'includes': [ '../build/protoc.gypi' ], 521 'includes': [ '../build/protoc.gypi' ],
521 }, 522 },
522 { 523 {
523 # GN version: //gpu 524 # GN version: //gpu
524 'target_name': 'gpu', 525 'target_name': 'gpu',
525 'type': 'shared_library', 526 'type': 'shared_library',
526 'includes': [ 527 'includes': [
527 'command_buffer_client.gypi', 528 'command_buffer_client.gypi',
528 'command_buffer_common.gypi', 529 'command_buffer_common.gypi',
529 'command_buffer_service.gypi', 530 'command_buffer_service.gypi',
no sievers 2014/09/16 17:35:12 I think the change above only affects the static b
Nico 2014/09/16 17:42:39 Does that matter? The component build can't be use
pasko 2014/09/16 17:50:47 +1, I would say it is WAI, since component_build =
Fabrice (no longer in Chrome) 2014/09/16 19:17:17 Done.
530 'gles2_cmd_helper.gypi', 531 'gles2_cmd_helper.gypi',
531 'gpu_config.gypi', 532 'gpu_config.gypi',
532 'gpu_ipc.gypi', 533 'gpu_ipc.gypi',
533 ], 534 ],
534 'defines': [ 535 'defines': [
535 'GPU_IMPLEMENTATION', 536 'GPU_IMPLEMENTATION',
536 ], 537 ],
537 'sources': [ 538 'sources': [
538 'gpu_export.h', 539 'gpu_export.h',
539 ], 540 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 664 ],
664 'variables': { 665 'variables': {
665 'test_suite_name': 'gpu_unittests', 666 'test_suite_name': 'gpu_unittests',
666 }, 667 },
667 'includes': [ '../build/apk_test.gypi' ], 668 'includes': [ '../build/apk_test.gypi' ],
668 }, 669 },
669 ], 670 ],
670 }], 671 }],
671 ], 672 ],
672 } 673 }
OLDNEW
« cc/BUILD.gn ('K') | « gpu/command_buffer_service.gypi ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698