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/telemetry/telemetry.gyp:*', | 154 '../tools/telemetry/telemetry.gyp:*', |
155 '../v8/tools/gyp/v8.gyp:*', | 155 '../v8/tools/gyp/v8.gyp:*', |
156 '<(libjpeg_gyp_path):*', | 156 '<(libjpeg_gyp_path):*', |
157 ], | 157 ], |
158 }], | 158 }], |
159 ['OS!="ios"', { | 159 ['OS!="ios"', { |
160 'dependencies': [ | 160 'dependencies': [ |
161 '../device/bluetooth/bluetooth.gyp:*', | 161 '../device/bluetooth/bluetooth.gyp:*', |
162 '../device/device_tests.gyp:*', | 162 '../device/device_tests.gyp:*', |
163 '../gpu/skia_runner/skia_runner.gyp:*', | 163 '../gpu/skia_runner/skia_runner.gyp:*', |
164 '../gpu/command_buffer_gles2/command_buffer_gles2.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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1438 'dependencies': [ | 1437 'dependencies': [ |
1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1440 '../ui/views/views.gyp:views', | 1439 '../ui/views/views.gyp:views', |
1441 '../ui/views/views.gyp:views_unittests', | 1440 '../ui/views/views.gyp:views_unittests', |
1442 ], | 1441 ], |
1443 }, # target_name: macviews_builder | 1442 }, # target_name: macviews_builder |
1444 ], # targets | 1443 ], # targets |
1445 }], # os=='mac' and toolkit_views==1 | 1444 }], # os=='mac' and toolkit_views==1 |
1446 ], # conditions | 1445 ], # conditions |
1447 } | 1446 } |
OLD | NEW |