OLD | NEW |
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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 }], | 599 }], |
600 ['chromeos==1 or OS=="win" or OS=="android"', { | 600 ['chromeos==1 or OS=="win" or OS=="android"', { |
601 'dependencies': [ | 601 'dependencies': [ |
602 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', | 602 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', |
603 ], | 603 ], |
604 }], | 604 }], |
605 ['OS=="linux" or OS=="win"', { | 605 ['OS=="linux" or OS=="win"', { |
606 'dependencies': [ | 606 'dependencies': [ |
607 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. | 607 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. |
608 '../net/net.gyp:net_docs', | 608 '../net/net.gyp:net_docs', |
609 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', | 609 '../remoting/remoting.gyp:ar_sample_test_driver', |
610 | 610 |
611 # TODO(GYP): in progress - see tfarina. | 611 # TODO(GYP): in progress - see tfarina. |
612 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 612 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
613 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 613 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
614 ], | 614 ], |
615 }], | 615 }], |
616 ['OS=="win"', { | 616 ['OS=="win"', { |
617 'dependencies': [ | 617 'dependencies': [ |
618 # TODO(GYP): All of these targets still need to be converted. | 618 # TODO(GYP): All of these targets still need to be converted. |
619 '../base/base.gyp:debug_message', | 619 '../base/base.gyp:debug_message', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 'dependencies': [ | 673 'dependencies': [ |
674 # TODO(GYP): All of these targets need to be ported over. | 674 # TODO(GYP): All of these targets need to be ported over. |
675 '../components/components.gyp:policy_win64', | 675 '../components/components.gyp:policy_win64', |
676 ] | 676 ] |
677 }], | 677 }], |
678 ], | 678 ], |
679 }, | 679 }, |
680 ] | 680 ] |
681 } | 681 } |
682 | 682 |
OLD | NEW |