| Index: win8/delegate_execute/delegate_execute.gyp
|
| diff --git a/win8/delegate_execute/delegate_execute.gyp b/win8/delegate_execute/delegate_execute.gyp
|
| index b863dc56974db5edd7ca178bfbd321ba9242258f..8dcd71f60b817170594ce2625e57d87aff9fea3f 100644
|
| --- a/win8/delegate_execute/delegate_execute.gyp
|
| +++ b/win8/delegate_execute/delegate_execute.gyp
|
| @@ -73,6 +73,11 @@
|
| },
|
| },
|
| 'conditions': [
|
| + ['use_aura==1', {
|
| + 'dependencies': [
|
| + '../win8.gyp:metro_viewer_constants',
|
| + ],
|
| + }],
|
| ['branding!="Chrome"', {
|
| 'dependencies!': [
|
| '../../google_update/google_update.gyp:google_update',
|
|
|