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

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: Refactored targets into remoting.gypi 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') | remoting/remoting_test.gypi » ('J')
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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') | remoting/remoting_test.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698