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

Side by Side Diff: build/gn_migration.gypi

Issue 1875583002: Revert of Include class relationship diagrams in network stack documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | net/docs/README.txt » ('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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 ], 689 ],
690 }], 690 }],
691 ['chromeos==1 or OS=="win" or OS=="android"', { 691 ['chromeos==1 or OS=="win" or OS=="android"', {
692 'dependencies': [ 692 'dependencies': [
693 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest', 693 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest',
694 ], 694 ],
695 }], 695 }],
696 ['OS=="linux" or OS=="win"', { 696 ['OS=="linux" or OS=="win"', {
697 'dependencies': [ 697 'dependencies': [
698 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et c. 698 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et c.
699 '../net/net.gyp:net_docs',
699 '../remoting/remoting.gyp:ar_sample_test_driver', 700 '../remoting/remoting.gyp:ar_sample_test_driver',
700 701
701 # TODO(GYP): in progress - see tfarina. 702 # TODO(GYP): in progress - see tfarina.
702 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 703 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
703 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 704 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
704 ], 705 ],
705 }], 706 }],
706 ['OS=="win"', { 707 ['OS=="win"', {
707 'dependencies': [ 708 'dependencies': [
708 # TODO(GYP): All of these targets still need to be converted. 709 # TODO(GYP): All of these targets still need to be converted.
709 '../chrome/chrome.gyp:gcapi_dll', 710 '../chrome/chrome.gyp:gcapi_dll',
710 '../chrome/chrome.gyp:gcapi_test', 711 '../chrome/chrome.gyp:gcapi_test',
711 '../chrome/chrome.gyp:pack_policy_templates', 712 '../chrome/chrome.gyp:pack_policy_templates',
712 713
713 # This is a safe browsing utility only necessary for developers. 714 # This is a safe browsing utility only necessary for developers.
714 # For now, we can skip this and anybody that needs this can add it 715 # For now, we can skip this and anybody that needs this can add it
715 # to the GN build. 716 # to the GN build.
716 '../chrome/chrome.gyp:sb_sigutil', 717 '../chrome/chrome.gyp:sb_sigutil',
717 718
718 # This project is up in the air. Don't need to convert it unless 719 # This project is up in the air. Don't need to convert it unless
719 # we decide we need for something. Owner: scottmg. 720 # we decide we need for something. Owner: scottmg.
720 '../chrome/tools/crash_service/caps/caps.gyp:caps', 721 '../chrome/tools/crash_service/caps/caps.gyp:caps',
721 722
722 '../components/test_runner/test_runner.gyp:layout_test_helper', 723 '../components/test_runner/test_runner.gyp:layout_test_helper',
723 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 724 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
724 '../gpu/gpu.gyp:angle_end2end_tests', 725 '../gpu/gpu.gyp:angle_end2end_tests',
725 '../gpu/gpu.gyp:angle_perftests', 726 '../gpu/gpu.gyp:angle_perftests',
727 '../net/net.gyp:net_docs',
726 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 728 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
727 '../remoting/remoting.gyp:ar_sample_test_driver', 729 '../remoting/remoting.gyp:ar_sample_test_driver',
728 '../remoting/remoting.gyp:remoting_breakpad_tester', 730 '../remoting/remoting.gyp:remoting_breakpad_tester',
729 '../remoting/remoting.gyp:remoting_console', 731 '../remoting/remoting.gyp:remoting_console',
730 '../remoting/remoting.gyp:remoting_desktop', 732 '../remoting/remoting.gyp:remoting_desktop',
731 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers', 733 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
732 ], 734 ],
733 }], 735 }],
734 ['OS=="win" and target_arch=="ia32"', { 736 ['OS=="win" and target_arch=="ia32"', {
735 'dependencies': [ 737 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 }], 774 }],
773 ['OS=="android" and target_arch != "x64"', { 775 ['OS=="android" and target_arch != "x64"', {
774 'dependencies': [ 776 'dependencies': [
775 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 777 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
776 ], 778 ],
777 }], 779 }],
778 ], 780 ],
779 }, 781 },
780 ] 782 ]
781 } 783 }
OLDNEW
« no previous file with comments | « no previous file | net/docs/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698