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

Side by Side Diff: build/gn_migration.gypi

Issue 1859793002: Include class relationship diagrams in network stack documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put net_docs.py back for Cronet. 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',
700 '../remoting/remoting.gyp:ar_sample_test_driver', 699 '../remoting/remoting.gyp:ar_sample_test_driver',
701 700
702 # TODO(GYP): in progress - see tfarina. 701 # TODO(GYP): in progress - see tfarina.
703 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 702 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
704 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 703 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
705 ], 704 ],
706 }], 705 }],
707 ['OS=="win"', { 706 ['OS=="win"', {
708 'dependencies': [ 707 'dependencies': [
709 # TODO(GYP): All of these targets still need to be converted. 708 # TODO(GYP): All of these targets still need to be converted.
710 '../chrome/chrome.gyp:gcapi_dll', 709 '../chrome/chrome.gyp:gcapi_dll',
711 '../chrome/chrome.gyp:gcapi_test', 710 '../chrome/chrome.gyp:gcapi_test',
712 '../chrome/chrome.gyp:pack_policy_templates', 711 '../chrome/chrome.gyp:pack_policy_templates',
713 712
714 # This is a safe browsing utility only necessary for developers. 713 # This is a safe browsing utility only necessary for developers.
715 # For now, we can skip this and anybody that needs this can add it 714 # For now, we can skip this and anybody that needs this can add it
716 # to the GN build. 715 # to the GN build.
717 '../chrome/chrome.gyp:sb_sigutil', 716 '../chrome/chrome.gyp:sb_sigutil',
718 717
719 # This project is up in the air. Don't need to convert it unless 718 # This project is up in the air. Don't need to convert it unless
720 # we decide we need for something. Owner: scottmg. 719 # we decide we need for something. Owner: scottmg.
721 '../chrome/tools/crash_service/caps/caps.gyp:caps', 720 '../chrome/tools/crash_service/caps/caps.gyp:caps',
722 721
723 '../components/test_runner/test_runner.gyp:layout_test_helper', 722 '../components/test_runner/test_runner.gyp:layout_test_helper',
724 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 723 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
725 '../gpu/gpu.gyp:angle_end2end_tests', 724 '../gpu/gpu.gyp:angle_end2end_tests',
726 '../gpu/gpu.gyp:angle_perftests', 725 '../gpu/gpu.gyp:angle_perftests',
727 '../net/net.gyp:net_docs',
728 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 726 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
729 '../remoting/remoting.gyp:ar_sample_test_driver', 727 '../remoting/remoting.gyp:ar_sample_test_driver',
730 '../remoting/remoting.gyp:remoting_breakpad_tester', 728 '../remoting/remoting.gyp:remoting_breakpad_tester',
731 '../remoting/remoting.gyp:remoting_console', 729 '../remoting/remoting.gyp:remoting_console',
732 '../remoting/remoting.gyp:remoting_desktop', 730 '../remoting/remoting.gyp:remoting_desktop',
733 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers', 731 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
734 ], 732 ],
735 }], 733 }],
736 ['OS=="win" and target_arch=="ia32"', { 734 ['OS=="win" and target_arch=="ia32"', {
737 'dependencies': [ 735 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 }], 772 }],
775 ['OS=="android" and target_arch != "x64"', { 773 ['OS=="android" and target_arch != "x64"', {
776 'dependencies': [ 774 'dependencies': [
777 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 775 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
778 ], 776 ],
779 }], 777 }],
780 ], 778 ],
781 }, 779 },
782 ] 780 ]
783 } 781 }
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