| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 '../cc/cc_tests.gyp:cc_perftests_apk', | 782 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 783 '../cc/cc_tests.gyp:cc_unittests', | 783 '../cc/cc_tests.gyp:cc_unittests', |
| 784 '../chrome/chrome.gyp:unit_tests', | 784 '../chrome/chrome.gyp:unit_tests', |
| 785 '../components/components_tests.gyp:components_unittests', | 785 '../components/components_tests.gyp:components_unittests', |
| 786 '../content/content_shell_and_tests.gyp:content_browsertests', | 786 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 787 '../content/content_shell_and_tests.gyp:content_gl_tests', | 787 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 789 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 789 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 790 '../content/content_shell_and_tests.gyp:content_unittests', | 790 '../content/content_shell_and_tests.gyp:content_unittests', |
| 791 '../gpu/gpu.gyp:gl_tests', | 791 '../gpu/gpu.gyp:gl_tests', |
| 792 '../gpu/gpu.gyp:gpu_perftests_apk', |
| 792 '../gpu/gpu.gyp:gpu_unittests', | 793 '../gpu/gpu.gyp:gpu_unittests', |
| 793 '../ipc/ipc.gyp:ipc_tests', | 794 '../ipc/ipc.gyp:ipc_tests', |
| 794 '../media/media.gyp:media_perftests_apk', | 795 '../media/media.gyp:media_perftests_apk', |
| 795 '../media/media.gyp:media_unittests', | 796 '../media/media.gyp:media_unittests', |
| 796 '../net/net.gyp:net_unittests', | 797 '../net/net.gyp:net_unittests', |
| 797 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', | 798 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', |
| 798 '../skia/skia_tests.gyp:skia_unittests', | 799 '../skia/skia_tests.gyp:skia_unittests', |
| 799 '../sql/sql.gyp:sql_unittests', | 800 '../sql/sql.gyp:sql_unittests', |
| 800 '../sync/sync.gyp:sync_unit_tests', | 801 '../sync/sync.gyp:sync_unit_tests', |
| 801 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 802 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 'dependencies': [ | 1331 'dependencies': [ |
| 1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1332 '../ui/views/views.gyp:views', | 1333 '../ui/views/views.gyp:views', |
| 1333 '../ui/views/views.gyp:views_unittests', | 1334 '../ui/views/views.gyp:views_unittests', |
| 1334 ], | 1335 ], |
| 1335 }, # target_name: macviews_builder | 1336 }, # target_name: macviews_builder |
| 1336 ], # targets | 1337 ], # targets |
| 1337 }], # os=='mac' and toolkit_views==1 | 1338 }], # os=='mac' and toolkit_views==1 |
| 1338 ], # conditions | 1339 ], # conditions |
| 1339 } | 1340 } |
| OLD | NEW |