| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 196529d407b2a6f541dd44fec83b5a6410202dfe..a80e80a051b173609fe72d6e0ab61592cb816bfd 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -30,7 +30,6 @@
|
| '../testing/gtest.gyp:*',
|
| '../third_party/icu/icu.gyp:*',
|
| '../third_party/libxml/libxml.gyp:*',
|
| - '../third_party/openh264/tests/openh264_unittests.gyp:*',
|
| '../third_party/sqlite/sqlite.gyp:*',
|
| '../third_party/zlib/zlib.gyp:*',
|
| '../ui/accessibility/accessibility.gyp:*',
|
| @@ -289,6 +288,11 @@
|
| '../envoy/envoy.gyp:*',
|
| ],
|
| }],
|
| + ['use_openh264==1', {
|
| + 'dependencies': [
|
| + '../third_party/openh264/openh264.gyp:*',
|
| + ],
|
| + }],
|
| ],
|
| }, # target_name: All
|
| {
|
|
|