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

Unified Diff: chrome/chrome_renderer.gypi

Issue 12045031: Disabling automation on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed last suggestion from John Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 70335de329da72feb921e2d73c797c899f5e9faf..ba1dbf4e1cab6b1df24488df8fde9df1b3bbb17a 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -325,6 +325,11 @@
'../sandbox/sandbox.gyp:sandbox',
],
}],
+ ['enable_automation==0', {
+ 'sources/': [
+ ['exclude', '^renderer/automation/']
+ ]
+ }],
['OS=="android"', {
'sources!': [
'renderer/prerender/prerender_webmediaplayer.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698