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

Side by Side Diff: build/gn_migration.gypi

Issue 1408623002: Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 2 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
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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ['OS=="win"', { 470 ['OS=="win"', {
471 'dependencies': [ 471 'dependencies': [
472 '../base/base.gyp:pe_image_test', 472 '../base/base.gyp:pe_image_test',
473 '../chrome/chrome.gyp:crash_service', 473 '../chrome/chrome.gyp:crash_service',
474 '../chrome/chrome.gyp:installer_util_unittests', 474 '../chrome/chrome.gyp:installer_util_unittests',
475 '../chrome/chrome.gyp:setup', 475 '../chrome/chrome.gyp:setup',
476 '../chrome/chrome.gyp:setup_unittests', 476 '../chrome/chrome.gyp:setup_unittests',
477 '../chrome/installer/mini_installer.gyp:mini_installer', 477 '../chrome/installer/mini_installer.gyp:mini_installer',
478 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 478 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
479 '../chrome_elf/chrome_elf.gyp:dll_hash_main', 479 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
480 '../cloud_print/service/win/service.gyp:cloud_print_service',
481 '../cloud_print/service/win/service.gyp:cloud_print_service_config',
482 '../cloud_print/service/win/service.gyp:cloud_print_service_setup',
483 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup',
484 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
480 '../components/components.gyp:wifi_test', 485 '../components/components.gyp:wifi_test',
481 '../net/net.gyp:quic_client', 486 '../net/net.gyp:quic_client',
482 '../net/net.gyp:quic_server', 487 '../net/net.gyp:quic_server',
483 '../rlz/rlz.gyp:rlz', 488 '../rlz/rlz.gyp:rlz',
484 '../sandbox/sandbox.gyp:pocdll', 489 '../sandbox/sandbox.gyp:pocdll',
485 '../sandbox/sandbox.gyp:sandbox_poc', 490 '../sandbox/sandbox.gyp:sandbox_poc',
486 '../sandbox/sandbox.gyp:sbox_integration_tests', 491 '../sandbox/sandbox.gyp:sbox_integration_tests',
487 '../sandbox/sandbox.gyp:sbox_unittests', 492 '../sandbox/sandbox.gyp:sbox_unittests',
488 '../sandbox/sandbox.gyp:sbox_validation_tests', 493 '../sandbox/sandbox.gyp:sbox_validation_tests',
489 '../testing/gtest.gyp:gtest_main', 494 '../testing/gtest.gyp:gtest_main',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 # For now, we can skip this and anybody that needs this can add it 671 # For now, we can skip this and anybody that needs this can add it
667 # to the GN build. 672 # to the GN build.
668 '../chrome/chrome.gyp:sb_sigutil', 673 '../chrome/chrome.gyp:sb_sigutil',
669 674
670 # This project is up in the air. Don't need to convert it unless 675 # This project is up in the air. Don't need to convert it unless
671 # we decide we need for something. Owner: scottmg. 676 # we decide we need for something. Owner: scottmg.
672 '../chrome/tools/crash_service/caps/caps.gyp:caps', 677 '../chrome/tools/crash_service/caps/caps.gyp:caps',
673 678
674 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', 679 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device',
675 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts', 680 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts',
676 '../cloud_print/service/win/service.gyp:cloud_print_service',
677 '../cloud_print/service/win/service.gyp:cloud_print_service_config',
678 '../cloud_print/service/win/service.gyp:cloud_print_service_setup',
679 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup',
680 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
681 '../components/test_runner/test_runner.gyp:layout_test_helper', 681 '../components/test_runner/test_runner.gyp:layout_test_helper',
682 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 682 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
683 '../gpu/gpu.gyp:angle_end2end_tests', 683 '../gpu/gpu.gyp:angle_end2end_tests',
684 '../gpu/gpu.gyp:angle_perftests', 684 '../gpu/gpu.gyp:angle_perftests',
685 '../net/net.gyp:net_docs', 685 '../net/net.gyp:net_docs',
686 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 686 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
687 '../remoting/remoting.gyp:ar_sample_test_driver', 687 '../remoting/remoting.gyp:ar_sample_test_driver',
688 '../remoting/remoting.gyp:remoting_breakpad_tester', 688 '../remoting/remoting.gyp:remoting_breakpad_tester',
689 '../remoting/remoting.gyp:remoting_console', 689 '../remoting/remoting.gyp:remoting_console',
690 '../remoting/remoting.gyp:remoting_desktop', 690 '../remoting/remoting.gyp:remoting_desktop',
(...skipping 25 matching lines...) Expand all
716 'dependencies': [ 716 'dependencies': [
717 # TODO(GYP): All of these targets need to be ported over. 717 # TODO(GYP): All of these targets need to be ported over.
718 '../components/components.gyp:policy_win64', 718 '../components/components.gyp:policy_win64',
719 ] 719 ]
720 }], 720 }],
721 ], 721 ],
722 }, 722 },
723 ] 723 ]
724 } 724 }
725 725
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698