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

Side by Side Diff: build/gn_migration.gypi

Issue 1164143002: Added new driver for chromoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows return at FAIL() fix Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/app_remoting_test.gyp » ('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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 13 matching lines...) Expand all
633 '../cloud_print/service/service.gyp:cloud_print_service_config', 633 '../cloud_print/service/service.gyp:cloud_print_service_config',
634 '../cloud_print/service/service.gyp:cloud_print_service_setup', 634 '../cloud_print/service/service.gyp:cloud_print_service_setup',
635 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup', 635 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup',
636 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', 636 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
637 '../components/test_runner/test_runner.gyp:layout_test_helper', 637 '../components/test_runner/test_runner.gyp:layout_test_helper',
638 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 638 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
639 '../gpu/gpu.gyp:angle_end2end_tests', 639 '../gpu/gpu.gyp:angle_end2end_tests',
640 '../gpu/gpu.gyp:angle_perftests', 640 '../gpu/gpu.gyp:angle_perftests',
641 '../net/net.gyp:net_docs', 641 '../net/net.gyp:net_docs',
642 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 642 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
643 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', 643 '../remoting/remoting.gyp:ar_sample_test_driver',
644 '../remoting/remoting.gyp:remoting_breakpad_tester', 644 '../remoting/remoting.gyp:remoting_breakpad_tester',
645 '../remoting/remoting.gyp:remoting_console', 645 '../remoting/remoting.gyp:remoting_console',
646 '../remoting/remoting.gyp:remoting_desktop', 646 '../remoting/remoting.gyp:remoting_desktop',
647 '../rlz/rlz.gyp:rlz', 647 '../rlz/rlz.gyp:rlz',
648 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers', 648 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
649 ], 649 ],
650 }], 650 }],
651 ['OS=="win" and win_use_allocator_shim==1', { 651 ['OS=="win" and win_use_allocator_shim==1', {
652 'dependencies': [ 652 'dependencies': [
653 '../base/allocator/allocator.gyp:allocator_unittests', 653 '../base/allocator/allocator.gyp:allocator_unittests',
(...skipping 19 matching lines...) Expand all
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
OLDNEW
« no previous file with comments | « no previous file | remoting/app_remoting_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698