~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chad MILLER
  • Date: 2015-06-29 20:03:01 UTC
  • Revision ID: chad.miller@canonical.com-20150629200301-fei5ciczq7gq2up5
* debian/patches/widevine-other-locations: Search Chrome install 
  location to find widevine plugins.
* Reenable GPU usage on Wily only. Silent disabling is probably a 
  bad idea.
* Use new Flash plugin name in apport collector.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
GYP_DEFINES += enable_touch_ui=1
90
90
 
91
91
# add support and stubbed implementation of widevine (needed for EME)
92
 
GYP_DEFINES += enable_widevine=1
 
92
GYP_DEFINES += enable_widevine=1 enable_pepper_cdms=1
93
93
 
94
94
# Prefer gcc/g++ over clang until clang is better tested in Ubuntu.
95
95
GYP_DEFINES += clang=0
627
627
 
628
628
# This changes state for ALL rules in the makefile.
629
629
.ONESHELL:
 
630
 
 
631
.DEFAULT: build-stamp build-stamp-ffmpeg-extra