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:*', | |
165 ], | 164 ], |
166 }], | 165 }], |
167 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { | 166 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { |
168 'dependencies': [ | 167 'dependencies': [ |
169 '../third_party/nss/nss.gyp:*', | 168 '../third_party/nss/nss.gyp:*', |
170 ], | 169 ], |
171 }], | 170 }], |
172 ['OS=="win" or OS=="ios" or OS=="linux"', { | 171 ['OS=="win" or OS=="ios" or OS=="linux"', { |
173 'dependencies': [ | 172 'dependencies': [ |
174 '../breakpad/breakpad.gyp:*', | 173 '../breakpad/breakpad.gyp:*', |
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1401 'dependencies': [ | 1400 'dependencies': [ |
1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1403 '../ui/views/views.gyp:views', | 1402 '../ui/views/views.gyp:views', |
1404 '../ui/views/views.gyp:views_unittests', | 1403 '../ui/views/views.gyp:views_unittests', |
1405 ], | 1404 ], |
1406 }, # target_name: macviews_builder | 1405 }, # target_name: macviews_builder |
1407 ], # targets | 1406 ], # targets |
1408 }], # os=='mac' and toolkit_views==1 | 1407 }], # os=='mac' and toolkit_views==1 |
1409 ], # conditions | 1408 ], # conditions |
1410 } | 1409 } |
OLD | NEW |