| Index: talk/libjingle.gyp
|
| diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
|
| index cd5385c11fd30067ebde77a3ee7b4aa760364f40..d86361014e9ab46bf1715e8cc88578bb7cef5ad0 100755
|
| --- a/talk/libjingle.gyp
|
| +++ b/talk/libjingle.gyp
|
| @@ -227,6 +227,12 @@
|
| 'libjingle_peerconnection_so',
|
| ],
|
| 'variables': {
|
| + # Designate as Chromium code and point to our lint settings to
|
| + # enable linting of the WebRTC code (this is the only way to make
|
| + # lint_action invoke the Android linter).
|
| + 'android_manifest_path': '<(webrtc_root)/build/android/AndroidManifest.xml',
|
| + 'suppressions_file': '<(webrtc_root)/build/android/suppressions.xml',
|
| + 'chromium_code': 1,
|
| 'java_in_dir': 'app/webrtc/java',
|
| 'webrtc_base_dir': '<(webrtc_root)/base',
|
| 'webrtc_modules_dir': '<(webrtc_root)/modules',
|
|
|