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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 # device-equipped WebRTC bots. We have device-requiring tests in | 673 # device-equipped WebRTC bots. We have device-requiring tests in |
674 # browser_tests and content_browsertests. | 674 # browser_tests and content_browsertests. |
675 'target_name': 'chromium_builder_webrtc', | 675 'target_name': 'chromium_builder_webrtc', |
676 'type': 'none', | 676 'type': 'none', |
677 'dependencies': [ | 677 'dependencies': [ |
678 'chromium_builder_perf', | 678 'chromium_builder_perf', |
679 '../chrome/chrome.gyp:browser_tests', | 679 '../chrome/chrome.gyp:browser_tests', |
680 '../content/content_shell_and_tests.gyp:content_browsertests', | 680 '../content/content_shell_and_tests.gyp:content_browsertests', |
681 '../content/content_shell_and_tests.gyp:content_unittests', | 681 '../content/content_shell_and_tests.gyp:content_unittests', |
682 '../media/media.gyp:media_unittests', | 682 '../media/media.gyp:media_unittests', |
| 683 '../remoting/remoting.gyp:remoting_host', |
683 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 684 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
684 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 685 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
685 ], | 686 ], |
686 }, # target_name: chromium_builder_webrtc | 687 }, # target_name: chromium_builder_webrtc |
687 { | 688 { |
688 'target_name': 'chromium_builder_chromedriver', | 689 'target_name': 'chromium_builder_chromedriver', |
689 'type': 'none', | 690 'type': 'none', |
690 'dependencies': [ | 691 'dependencies': [ |
691 '../chrome/chrome.gyp:chromedriver', | 692 '../chrome/chrome.gyp:chromedriver', |
692 '../chrome/chrome.gyp:chromedriver_tests', | 693 '../chrome/chrome.gyp:chromedriver_tests', |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1361 'dependencies': [ | 1362 'dependencies': [ |
1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1363 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1363 '../ui/views/views.gyp:views', | 1364 '../ui/views/views.gyp:views', |
1364 '../ui/views/views.gyp:views_unittests', | 1365 '../ui/views/views.gyp:views_unittests', |
1365 ], | 1366 ], |
1366 }, # target_name: macviews_builder | 1367 }, # target_name: macviews_builder |
1367 ], # targets | 1368 ], # targets |
1368 }], # os=='mac' and toolkit_views==1 | 1369 }], # os=='mac' and toolkit_views==1 |
1369 ], # conditions | 1370 ], # conditions |
1370 } | 1371 } |
OLD | NEW |