| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 '../third_party/ots/ots.gyp:*', | 113 '../third_party/ots/ots.gyp:*', |
| 114 '../third_party/pdfium/samples/samples.gyp:*', | 114 '../third_party/pdfium/samples/samples.gyp:*', |
| 115 '../third_party/qcms/qcms.gyp:*', | 115 '../third_party/qcms/qcms.gyp:*', |
| 116 '../tools/gn/gn.gyp:*', | 116 '../tools/gn/gn.gyp:*', |
| 117 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 117 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 118 '../tools/telemetry/telemetry.gyp:*', | 118 '../tools/telemetry/telemetry.gyp:*', |
| 119 '../v8/tools/gyp/v8.gyp:*', | 119 '../v8/tools/gyp/v8.gyp:*', |
| 120 '<(libjpeg_gyp_path):*', | 120 '<(libjpeg_gyp_path):*', |
| 121 ], | 121 ], |
| 122 }], | 122 }], |
| 123 ['OS!="android" and OS!="ios"', { | |
| 124 'dependencies': [ | |
| 125 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | |
| 126 ], | |
| 127 }], | |
| 128 ['OS=="mac" or OS=="ios" or OS=="win"', { | 123 ['OS=="mac" or OS=="ios" or OS=="win"', { |
| 129 'dependencies': [ | 124 'dependencies': [ |
| 130 '../third_party/nss/nss.gyp:*', | 125 '../third_party/nss/nss.gyp:*', |
| 131 ], | 126 ], |
| 132 }], | 127 }], |
| 133 ['OS=="win" or OS=="ios" or OS=="linux"', { | 128 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| 134 'dependencies': [ | 129 'dependencies': [ |
| 135 '../breakpad/breakpad.gyp:*', | 130 '../breakpad/breakpad.gyp:*', |
| 136 ], | 131 ], |
| 137 }], | 132 }], |
| (...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1280 'dependencies': [ | 1275 'dependencies': [ |
| 1281 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1276 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1282 '../ui/views/views.gyp:views', | 1277 '../ui/views/views.gyp:views', |
| 1283 '../ui/views/views.gyp:views_unittests', | 1278 '../ui/views/views.gyp:views_unittests', |
| 1284 ], | 1279 ], |
| 1285 }, # target_name: macviews_builder | 1280 }, # target_name: macviews_builder |
| 1286 ], # targets | 1281 ], # targets |
| 1287 }], # os=='mac' and toolkit_views==1 | 1282 }], # os=='mac' and toolkit_views==1 |
| 1288 ], # conditions | 1283 ], # conditions |
| 1289 } | 1284 } |
| OLD | NEW |