| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 }], # internal_filter_fuzzer | 743 }], # internal_filter_fuzzer |
| 744 ['clang==1', { | 744 ['clang==1', { |
| 745 'dependencies': [ | 745 'dependencies': [ |
| 746 'sanitizers/sanitizers.gyp:llvm-symbolizer', | 746 'sanitizers/sanitizers.gyp:llvm-symbolizer', |
| 747 ], | 747 ], |
| 748 }], | 748 }], |
| 749 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { | 749 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { |
| 750 'dependencies': [ | 750 'dependencies': [ |
| 751 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 751 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
| 752 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 752 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
| 753 '../pdf/pdf.gyp:pdf_syzyasan', | |
| 754 ], | 753 ], |
| 755 'conditions': [ | 754 'conditions': [ |
| 756 ['chrome_multiple_dll==1', { | 755 ['chrome_multiple_dll==1', { |
| 757 'dependencies': [ | 756 'dependencies': [ |
| 758 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', | 757 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', |
| 759 ], | 758 ], |
| 760 }], | 759 }], |
| 761 ], | 760 ], |
| 762 }], | 761 }], |
| 763 ], | 762 ], |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 'dependencies': [ | 1381 'dependencies': [ |
| 1383 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1382 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1384 '../ui/views/views.gyp:views', | 1383 '../ui/views/views.gyp:views', |
| 1385 '../ui/views/views.gyp:views_unittests', | 1384 '../ui/views/views.gyp:views_unittests', |
| 1386 ], | 1385 ], |
| 1387 }, # target_name: macviews_builder | 1386 }, # target_name: macviews_builder |
| 1388 ], # targets | 1387 ], # targets |
| 1389 }], # os=='mac' and toolkit_views==1 | 1388 }], # os=='mac' and toolkit_views==1 |
| 1390 ], # conditions | 1389 ], # conditions |
| 1391 } | 1390 } |
| OLD | NEW |