| 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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 }], # internal_filter_fuzzer | 740 }], # internal_filter_fuzzer |
| 741 ['clang==1', { | 741 ['clang==1', { |
| 742 'dependencies': [ | 742 'dependencies': [ |
| 743 'sanitizers/sanitizers.gyp:llvm-symbolizer', | 743 'sanitizers/sanitizers.gyp:llvm-symbolizer', |
| 744 ], | 744 ], |
| 745 }], | 745 }], |
| 746 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { | 746 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { |
| 747 'dependencies': [ | 747 'dependencies': [ |
| 748 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 748 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
| 749 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 749 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
| 750 '../pdf/pdf.gyp:pdf_syzyasan', | |
| 751 ], | 750 ], |
| 752 'conditions': [ | 751 'conditions': [ |
| 753 ['chrome_multiple_dll==1', { | 752 ['chrome_multiple_dll==1', { |
| 754 'dependencies': [ | 753 'dependencies': [ |
| 755 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', | 754 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', |
| 756 ], | 755 ], |
| 757 }], | 756 }], |
| 758 ], | 757 ], |
| 759 }], | 758 }], |
| 760 ], | 759 ], |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 'dependencies': [ | 1378 'dependencies': [ |
| 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1379 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1381 '../ui/views/views.gyp:views', | 1380 '../ui/views/views.gyp:views', |
| 1382 '../ui/views/views.gyp:views_unittests', | 1381 '../ui/views/views.gyp:views_unittests', |
| 1383 ], | 1382 ], |
| 1384 }, # target_name: macviews_builder | 1383 }, # target_name: macviews_builder |
| 1385 ], # targets | 1384 ], # targets |
| 1386 }], # os=='mac' and toolkit_views==1 | 1385 }], # os=='mac' and toolkit_views==1 |
| 1387 ], # conditions | 1386 ], # conditions |
| 1388 } | 1387 } |
| OLD | NEW |