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

Unified Diff: chrome/chrome_renderer.gypi

Issue 8094001: More aura build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove tmp var Created 9 years, 3 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_exe.gypi ('k') | ui/gfx/path_aura.cc » ('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 05c9b6f6e62f4d8ce3edcff1a10159e1e8bc24a1..245cc9f1cd77ad596d50d4982e6c0f048537eea5 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -184,7 +184,12 @@
'renderer/visitedlink_slave.cc',
'renderer/visitedlink_slave.h',
],
- 'conditions': [
+ 'conditions': [
+ ['use_aura == 1', {
+ 'dependencies!': [
+ '../content/content.gyp:content_plugin',
+ ],
+ }],
['disable_nacl!=1', {
'dependencies': [
'nacl',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | ui/gfx/path_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698