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