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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 }], # OS="win" | 1224 }], # OS="win" |
1225 ['chromeos==1', { | 1225 ['chromeos==1', { |
1226 'targets': [ | 1226 'targets': [ |
1227 { | 1227 { |
1228 'target_name': 'chromiumos_preflight', | 1228 'target_name': 'chromiumos_preflight', |
1229 'type': 'none', | 1229 'type': 'none', |
1230 'dependencies': [ | 1230 'dependencies': [ |
1231 '../breakpad/breakpad.gyp:minidump_stackwalk', | 1231 '../breakpad/breakpad.gyp:minidump_stackwalk', |
1232 '../chrome/chrome.gyp:chrome', | 1232 '../chrome/chrome.gyp:chrome', |
1233 '../chrome/chrome.gyp:chromedriver', | 1233 '../chrome/chrome.gyp:chromedriver', |
1234 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', | |
1235 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni
ttest', | |
1236 '../media/media.gyp:media_unittests', | 1234 '../media/media.gyp:media_unittests', |
| 1235 '../media/media.gyp:video_decode_accelerator_unittest', |
| 1236 '../media/media.gyp:video_encode_accelerator_unittest', |
1237 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', | 1237 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', |
1238 '../sandbox/sandbox.gyp:chrome_sandbox', | 1238 '../sandbox/sandbox.gyp:chrome_sandbox', |
1239 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 1239 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 1240 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', |
1240 '../third_party/mesa/mesa.gyp:osmesa', | 1241 '../third_party/mesa/mesa.gyp:osmesa', |
1241 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', | |
1242 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', | 1242 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', |
1243 ], | 1243 ], |
1244 'conditions': [ | 1244 'conditions': [ |
1245 ['disable_nacl==0', { | 1245 ['disable_nacl==0', { |
1246 'dependencies': [ | 1246 'dependencies': [ |
1247 '../components/nacl.gyp:nacl_helper', | 1247 '../components/nacl.gyp:nacl_helper', |
1248 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', | 1248 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
1249 ], | 1249 ], |
1250 }], | 1250 }], |
1251 ], | 1251 ], |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1395 'dependencies': [ | 1395 'dependencies': [ |
1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1397 '../ui/views/views.gyp:views', | 1397 '../ui/views/views.gyp:views', |
1398 '../ui/views/views.gyp:views_unittests', | 1398 '../ui/views/views.gyp:views_unittests', |
1399 ], | 1399 ], |
1400 }, # target_name: macviews_builder | 1400 }, # target_name: macviews_builder |
1401 ], # targets | 1401 ], # targets |
1402 }], # os=='mac' and toolkit_views==1 | 1402 }], # os=='mac' and toolkit_views==1 |
1403 ], # conditions | 1403 ], # conditions |
1404 } | 1404 } |
OLD | NEW |