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

Unified Diff: chrome/chrome_common.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 | « build/common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index c7a967a74e549f073bd443ccca903d37068fe70c..9fbc37cb1de47a6ca02e4a0c181b1811fd64de03 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -382,7 +382,6 @@
],
}, { # OS == ios
'sources/': [
- ['exclude', '^common/automation_'],
['exclude', '^common/child_process_'],
['exclude', '^common/chrome_content_client\\.cc$'],
['exclude', '^common/chrome_version_info_posix\\.cc$'],
@@ -481,6 +480,11 @@
'../remoting/remoting.gyp:remoting_client_plugin',
],
}],
+ ['enable_automation==0', {
+ 'sources/': [
+ ['exclude', '^common/automation_']
+ ]
+ }]
],
'target_conditions': [
['OS == "ios"', {
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698