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

Side by Side Diff: android_webview/android_webview.gyp

Issue 22870021: [Android] Makes GYP changes for EMMA coverage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | build/android/ant/apk-package.xml » ('j') | build/android/gyp/emma_instr.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'target_name': 'android_webview_java', 193 'target_name': 'android_webview_java',
194 'type': 'none', 194 'type': 'none',
195 'dependencies': [ 195 'dependencies': [
196 '../components/components.gyp:navigation_interception_java', 196 '../components/components.gyp:navigation_interception_java',
197 '../components/components.gyp:web_contents_delegate_android_java', 197 '../components/components.gyp:web_contents_delegate_android_java',
198 '../content/content.gyp:content_java', 198 '../content/content.gyp:content_java',
199 '../ui/ui.gyp:ui_java', 199 '../ui/ui.gyp:ui_java',
200 ], 200 ],
201 'variables': { 201 'variables': {
202 'java_in_dir': '../android_webview/java', 202 'java_in_dir': '../android_webview/java',
203 'emma_should_instrument': 1,
cjhopman 2013/08/21 17:37:48 Hm, I still don't like having to manually mark eac
gkanwar1 2013/08/21 18:28:32 Ah I didn't notice the chromium_code variable befo
203 }, 204 },
204 'includes': [ '../build/java.gypi' ], 205 'includes': [ '../build/java.gypi' ],
205 }, 206 },
206 ], 207 ],
207 } 208 }
OLDNEW
« no previous file with comments | « no previous file | build/android/ant/apk-package.xml » ('j') | build/android/gyp/emma_instr.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698