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 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 999 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
1000 }, | 1000 }, |
1001 }, | 1001 }, |
1002 'dependencies': [ | 1002 'dependencies': [ |
1003 '../../sandbox/sandbox.gyp:sandbox', | 1003 '../../sandbox/sandbox.gyp:sandbox', |
1004 ], | 1004 ], |
1005 }], | 1005 }], |
1006 ['use_aura==1', { | 1006 ['use_aura==1', { |
1007 'dependencies': [ | 1007 'dependencies': [ |
1008 '../compositor/compositor.gyp:compositor', | 1008 '../compositor/compositor.gyp:compositor', |
1009 '../compositor/compositor.gyp:compositor_test_support', | |
1010 ], | 1009 ], |
1011 }], | 1010 }], |
1012 ['OS=="win"', { | 1011 ['OS=="win"', { |
1013 'sources/': [ | 1012 'sources/': [ |
1014 # This is needed because the aura rule strips it from the default | 1013 # This is needed because the aura rule strips it from the default |
1015 # sources list. | 1014 # sources list. |
1016 ['include', '^../../content/app/startup_helper_win.cc'], | 1015 ['include', '^../../content/app/startup_helper_win.cc'], |
1017 ], | 1016 ], |
1018 }], | 1017 }], |
1019 ], | 1018 ], |
1020 }, # target_name: views_examples_with_content_exe | 1019 }, # target_name: views_examples_with_content_exe |
1021 ], | 1020 ], |
1022 } | 1021 } |
OLD | NEW |