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

Side by Side Diff: build/gn_migration.gypi

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

Powered by Google App Engine
This is Rietveld 408576698