diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 05:26:59 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 05:26:59 +0000 |
commit | 8242888470877d61037bcf0e3a959db92989d728 (patch) | |
tree | 3538934b5a882da982601386daab0d808a49935f /webkit | |
parent | 883f42a0871d58be243e546fd9b9449822679599 (diff) | |
download | chromium_src-8242888470877d61037bcf0e3a959db92989d728.zip chromium_src-8242888470877d61037bcf0e3a959db92989d728.tar.gz chromium_src-8242888470877d61037bcf0e3a959db92989d728.tar.bz2 |
Add widevine and extensions resources to GN build.
Fix up some references in content and webkit for targets that now exist.
TBR=hclam@chromium.org
Review URL: https://codereview.chromium.org/344873006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/common/BUILD.gn | 1 | ||||
-rw-r--r-- | webkit/common/webkit_common.gyp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/webkit/common/BUILD.gn b/webkit/common/BUILD.gn index 127af7e..011a1eb 100644 --- a/webkit/common/BUILD.gn +++ b/webkit/common/BUILD.gn @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +# GYP version: webkit/common/webkit_common.gyp:webkit_common component("common") { output_name = "webkit_common" diff --git a/webkit/common/webkit_common.gyp b/webkit/common/webkit_common.gyp index bdf1698..5e3e8b8 100644 --- a/webkit/common/webkit_common.gyp +++ b/webkit/common/webkit_common.gyp @@ -9,6 +9,7 @@ }, 'targets': [ { + # GN version: //webkit/common:common", 'target_name': 'webkit_common', 'type': '<(component)', 'defines': [ |