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

Unified Diff: content/content_child.gypi

Issue 1045123005: Remove indirection of cpufeatures.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « content/content_app.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index e73d3d80b79b58ce3a302c00260d271df89d2ccc..0ef1e45b7dcb2569b60a903c8f1f6a34940bbb14 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -344,8 +344,8 @@
}
],
['OS=="android"', {
- 'includes': [
- '../build/android/cpufeatures.gypi',
+ 'dependencies': [
+ '../build/android/ndk.gyp:cpu_features',
],
}],
['enable_plugins==0', {
« no previous file with comments | « content/content_app.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698