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

Side by Side Diff: build/all.gyp

Issue 11308255: Remove NPAPI target from flash_player.gyp (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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 | third_party/adobe/flash/flash_player.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 '../chrome/chrome.gyp:policy_templates', 616 '../chrome/chrome.gyp:policy_templates',
617 '../chrome/chrome.gyp:pyautolib', 617 '../chrome/chrome.gyp:pyautolib',
618 '../chrome/chrome.gyp:reliability_tests', 618 '../chrome/chrome.gyp:reliability_tests',
619 '../chrome/chrome.gyp:automated_ui_tests', 619 '../chrome/chrome.gyp:automated_ui_tests',
620 '../chrome/installer/mini_installer.gyp:mini_installer', 620 '../chrome/installer/mini_installer.gyp:mini_installer',
621 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 621 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
622 '../courgette/courgette.gyp:courgette', 622 '../courgette/courgette.gyp:courgette',
623 '../courgette/courgette.gyp:courgette64', 623 '../courgette/courgette.gyp:courgette64',
624 '../cloud_print/cloud_print.gyp:cloud_print', 624 '../cloud_print/cloud_print.gyp:cloud_print',
625 '../remoting/remoting.gyp:remoting_webapp', 625 '../remoting/remoting.gyp:remoting_webapp',
626 '../third_party/adobe/flash/flash_player.gyp:flash_player',
627 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin' , 626 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin' ,
628 ], 627 ],
629 'conditions': [ 628 'conditions': [
630 ['internal_pdf', { 629 ['internal_pdf', {
631 'dependencies': [ 630 'dependencies': [
632 '../pdf/pdf.gyp:pdf', 631 '../pdf/pdf.gyp:pdf',
633 ], 632 ],
634 }], # internal_pdf 633 }], # internal_pdf
635 ['component != "shared_library" and wix_exists == "True" and \ 634 ['component != "shared_library" and wix_exists == "True" and \
636 sas_dll_exists == "True"', { 635 sas_dll_exists == "True"', {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 '../chrome/chrome.gyp:browser_tests_run', 727 '../chrome/chrome.gyp:browser_tests_run',
729 '../chrome/chrome.gyp:sync_integration_tests_run', 728 '../chrome/chrome.gyp:sync_integration_tests_run',
730 '../chrome/chrome.gyp:unit_tests_run', 729 '../chrome/chrome.gyp:unit_tests_run',
731 '../net/net.gyp:net_unittests_run', 730 '../net/net.gyp:net_unittests_run',
732 ], 731 ],
733 }, # target_name: chromium_swarm_tests 732 }, # target_name: chromium_swarm_tests
734 ], 733 ],
735 }], 734 }],
736 ], # conditions 735 ], # conditions
737 } 736 }
OLDNEW
« no previous file with comments | « no previous file | third_party/adobe/flash/flash_player.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698