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

Side by Side Diff: build/all.gyp

Issue 11091013: Revert 160721 - Build the Widevine CDM plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '../chrome/chrome.gyp:pyautolib', 595 '../chrome/chrome.gyp:pyautolib',
596 '../chrome/chrome.gyp:reliability_tests', 596 '../chrome/chrome.gyp:reliability_tests',
597 '../chrome/chrome.gyp:automated_ui_tests', 597 '../chrome/chrome.gyp:automated_ui_tests',
598 '../chrome/installer/mini_installer.gyp:mini_installer', 598 '../chrome/installer/mini_installer.gyp:mini_installer',
599 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 599 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
600 '../courgette/courgette.gyp:courgette', 600 '../courgette/courgette.gyp:courgette',
601 '../courgette/courgette.gyp:courgette64', 601 '../courgette/courgette.gyp:courgette64',
602 '../cloud_print/cloud_print.gyp:cloud_print', 602 '../cloud_print/cloud_print.gyp:cloud_print',
603 '../remoting/remoting.gyp:remoting_webapp', 603 '../remoting/remoting.gyp:remoting_webapp',
604 '../third_party/adobe/flash/flash_player.gyp:flash_player', 604 '../third_party/adobe/flash/flash_player.gyp:flash_player',
605 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm',
606 ], 605 ],
607 'conditions': [ 606 'conditions': [
608 ['internal_pdf', { 607 ['internal_pdf', {
609 'dependencies': [ 608 'dependencies': [
610 '../pdf/pdf.gyp:pdf', 609 '../pdf/pdf.gyp:pdf',
611 ], 610 ],
612 }], # internal_pdf 611 }], # internal_pdf
613 ['component != "shared_library" and wix_exists == "True" and \ 612 ['component != "shared_library" and wix_exists == "True" and \
614 sas_dll_exists == "True"', { 613 sas_dll_exists == "True"', {
615 'dependencies': [ 614 'dependencies': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 '../base/base.gyp:base_unittests_run', 699 '../base/base.gyp:base_unittests_run',
701 '../chrome/chrome.gyp:browser_tests_run', 700 '../chrome/chrome.gyp:browser_tests_run',
702 '../chrome/chrome.gyp:unit_tests_run', 701 '../chrome/chrome.gyp:unit_tests_run',
703 '../net/net.gyp:net_unittests_run', 702 '../net/net.gyp:net_unittests_run',
704 ], 703 ],
705 }, # target_name: chromium_swarm_tests 704 }, # target_name: chromium_swarm_tests
706 ], 705 ],
707 }], 706 }],
708 ], # conditions 707 ], # conditions
709 } 708 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698