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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 154 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
155 '../tools/telemetry/telemetry.gyp:*', | 155 '../tools/telemetry/telemetry.gyp:*', |
156 '../v8/tools/gyp/v8.gyp:*', | 156 '../v8/tools/gyp/v8.gyp:*', |
157 '<(libjpeg_gyp_path):*', | 157 '<(libjpeg_gyp_path):*', |
158 ], | 158 ], |
159 }], | 159 }], |
160 ['OS!="ios"', { | 160 ['OS!="ios"', { |
161 'dependencies': [ | 161 'dependencies': [ |
162 '../device/bluetooth/bluetooth.gyp:*', | 162 '../device/bluetooth/bluetooth.gyp:*', |
163 '../device/device_tests.gyp:*', | 163 '../device/device_tests.gyp:*', |
| 164 '../gpu/skia_runner/skia_runner.gyp:*', |
164 ], | 165 ], |
165 }], | 166 }], |
166 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { | 167 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { |
167 'dependencies': [ | 168 'dependencies': [ |
168 '../third_party/nss/nss.gyp:*', | 169 '../third_party/nss/nss.gyp:*', |
169 ], | 170 ], |
170 }], | 171 }], |
171 ['OS=="win" or OS=="ios" or OS=="linux"', { | 172 ['OS=="win" or OS=="ios" or OS=="linux"', { |
172 'dependencies': [ | 173 'dependencies': [ |
173 '../breakpad/breakpad.gyp:*', | 174 '../breakpad/breakpad.gyp:*', |
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1400 'dependencies': [ | 1401 'dependencies': [ |
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1402 '../ui/views/views.gyp:views', | 1403 '../ui/views/views.gyp:views', |
1403 '../ui/views/views.gyp:views_unittests', | 1404 '../ui/views/views.gyp:views_unittests', |
1404 ], | 1405 ], |
1405 }, # target_name: macviews_builder | 1406 }, # target_name: macviews_builder |
1406 ], # targets | 1407 ], # targets |
1407 }], # os=='mac' and toolkit_views==1 | 1408 }], # os=='mac' and toolkit_views==1 |
1408 ], # conditions | 1409 ], # conditions |
1409 } | 1410 } |
OLD | NEW |