| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'dependencies': [ | 685 'dependencies': [ |
| 686 '../../sandbox/sandbox.gyp:sandbox', | 686 '../../sandbox/sandbox.gyp:sandbox', |
| 687 ], | 687 ], |
| 688 }], | 688 }], |
| 689 ['use_aura==1', { | 689 ['use_aura==1', { |
| 690 'dependencies': [ | 690 'dependencies': [ |
| 691 '../gfx/compositor/compositor.gyp:compositor', | 691 '../gfx/compositor/compositor.gyp:compositor', |
| 692 '../gfx/compositor/compositor.gyp:compositor_test_support', | 692 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 693 ], | 693 ], |
| 694 }], | 694 }], |
| 695 ['OS=="win"', { |
| 696 'sources/': [ |
| 697 # This is needed because the aura rule strips it from the default |
| 698 # sources list. |
| 699 ['include', '^../../content/app/startup_helper_win.cc'], |
| 700 ], |
| 701 }], |
| 695 ], | 702 ], |
| 696 }, # target_name: views_examples_lib | 703 }, # target_name: views_examples_lib |
| 697 ], | 704 ], |
| 698 } | 705 } |
| OLD | NEW |