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

Side by Side Diff: build/gn_migration.gypi

Issue 1132873009: Remove app_installer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « build/all.gyp ('k') | chrome/app_installer/BUILD.gn » ('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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 604
605 # TODO(GYP): in progress - see tfarina. 605 # TODO(GYP): in progress - see tfarina.
606 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 606 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
607 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 607 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
608 ], 608 ],
609 }], 609 }],
610 ['OS=="win"', { 610 ['OS=="win"', {
611 'dependencies': [ 611 'dependencies': [
612 # TODO(GYP): All of these targets still need to be converted. 612 # TODO(GYP): All of these targets still need to be converted.
613 '../base/base.gyp:debug_message', 613 '../base/base.gyp:debug_message',
614 '../chrome/chrome.gyp:app_installer',
615 '../chrome/chrome.gyp:app_installer_unittests',
616 '../chrome/chrome.gyp:app_shim', 614 '../chrome/chrome.gyp:app_shim',
617 '../chrome/chrome.gyp:gcapi_dll', 615 '../chrome/chrome.gyp:gcapi_dll',
618 '../chrome/chrome.gyp:gcapi_test', 616 '../chrome/chrome.gyp:gcapi_test',
619 '../chrome/chrome.gyp:installer_util_unittests', 617 '../chrome/chrome.gyp:installer_util_unittests',
620 '../chrome/chrome.gyp:pack_policy_templates', 618 '../chrome/chrome.gyp:pack_policy_templates',
621 '../chrome/chrome.gyp:sb_sigutil', 619 '../chrome/chrome.gyp:sb_sigutil',
622 '../chrome/chrome.gyp:setup', 620 '../chrome/chrome.gyp:setup',
623 '../chrome/chrome.gyp:setup_unittests', 621 '../chrome/chrome.gyp:setup_unittests',
624 '../chrome/installer/mini_installer.gyp:mini_installer', 622 '../chrome/installer/mini_installer.gyp:mini_installer',
625 '../chrome/tools/crash_service/caps/caps.gyp:caps', 623 '../chrome/tools/crash_service/caps/caps.gyp:caps',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'dependencies': [ 667 'dependencies': [
670 # TODO(GYP): All of these targets need to be ported over. 668 # TODO(GYP): All of these targets need to be ported over.
671 '../components/components.gyp:policy_win64', 669 '../components/components.gyp:policy_win64',
672 ] 670 ]
673 }], 671 }],
674 ], 672 ],
675 }, 673 },
676 ] 674 ]
677 } 675 }
678 676
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/app_installer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698