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

Unified Diff: content/content_common.gypi

Issue 381683003: Fix enable_webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add condition when enable_plugins = 1 Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index ad695576d5d48df3897a235cbdc30cf32526387b..5a056842fbe5a9e849e2d1df349b1cf951b6d55c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -12,7 +12,7 @@
'../third_party/WebKit/public/blink_headers.gyp:blink_headers',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
- '../ui/accessibility/accessibility.gyp:accessibility',
+ '../ui/accessibility/accessibility.gyp:accessibility',
pdr. 2014/07/12 02:34:48 Please remove the tab here.
'../ui/base/ui_base.gyp:ui_base',
'../ui/events/ipc/events_ipc.gyp:events_ipc',
'../ui/gfx/gfx.gyp:gfx',

Powered by Google App Engine
This is Rietveld 408576698