| 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 12 matching lines...) Expand all Loading... |
| 23 'some.gyp:*', | 23 'some.gyp:*', |
| 24 '../base/base.gyp:*', | 24 '../base/base.gyp:*', |
| 25 '../components/components.gyp:*', | 25 '../components/components.gyp:*', |
| 26 '../components/components_tests.gyp:*', | 26 '../components/components_tests.gyp:*', |
| 27 '../crypto/crypto.gyp:*', | 27 '../crypto/crypto.gyp:*', |
| 28 '../net/net.gyp:*', | 28 '../net/net.gyp:*', |
| 29 '../sdch/sdch.gyp:*', | 29 '../sdch/sdch.gyp:*', |
| 30 '../sql/sql.gyp:*', | 30 '../sql/sql.gyp:*', |
| 31 '../testing/gmock.gyp:*', | 31 '../testing/gmock.gyp:*', |
| 32 '../testing/gtest.gyp:*', | 32 '../testing/gtest.gyp:*', |
| 33 '../third_party/boringssl/boringssl.gyp:*', |
| 33 '../third_party/icu/icu.gyp:*', | 34 '../third_party/icu/icu.gyp:*', |
| 34 '../third_party/libxml/libxml.gyp:*', | 35 '../third_party/libxml/libxml.gyp:*', |
| 35 '../third_party/sqlite/sqlite.gyp:*', | 36 '../third_party/sqlite/sqlite.gyp:*', |
| 36 '../third_party/zlib/zlib.gyp:*', | 37 '../third_party/zlib/zlib.gyp:*', |
| 37 '../ui/accessibility/accessibility.gyp:*', | 38 '../ui/accessibility/accessibility.gyp:*', |
| 38 '../ui/base/ui_base.gyp:*', | 39 '../ui/base/ui_base.gyp:*', |
| 39 '../ui/display/display.gyp:display_unittests', | 40 '../ui/display/display.gyp:display_unittests', |
| 40 '../ui/snapshot/snapshot.gyp:*', | 41 '../ui/snapshot/snapshot.gyp:*', |
| 41 '../url/url.gyp:*', | 42 '../url/url.gyp:*', |
| 42 ], | 43 ], |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 '../third_party/ots/ots.gyp:*', | 161 '../third_party/ots/ots.gyp:*', |
| 161 '../third_party/pdfium/samples/samples.gyp:*', | 162 '../third_party/pdfium/samples/samples.gyp:*', |
| 162 '../third_party/qcms/qcms.gyp:*', | 163 '../third_party/qcms/qcms.gyp:*', |
| 163 '../tools/battor_agent/battor_agent.gyp:*', | 164 '../tools/battor_agent/battor_agent.gyp:*', |
| 164 '../tools/gn/gn.gyp:*', | 165 '../tools/gn/gn.gyp:*', |
| 165 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 166 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 166 '../v8/tools/gyp/v8.gyp:*', | 167 '../v8/tools/gyp/v8.gyp:*', |
| 167 '<(libjpeg_gyp_path):*', | 168 '<(libjpeg_gyp_path):*', |
| 168 ], | 169 ], |
| 169 }], | 170 }], |
| 170 ['use_openssl==0 and OS=="ios"', { | |
| 171 'dependencies': [ | |
| 172 '../third_party/nss/nss.gyp:*', | |
| 173 ], | |
| 174 }], | |
| 175 ['OS=="win" or OS=="ios" or OS=="linux"', { | 171 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| 176 'dependencies': [ | 172 'dependencies': [ |
| 177 '../breakpad/breakpad.gyp:*', | 173 '../breakpad/breakpad.gyp:*', |
| 178 ], | 174 ], |
| 179 }], | 175 }], |
| 180 ['OS=="mac"', { | 176 ['OS=="mac"', { |
| 181 'dependencies': [ | 177 'dependencies': [ |
| 182 '../sandbox/sandbox.gyp:*', | 178 '../sandbox/sandbox.gyp:*', |
| 183 '../third_party/crashpad/crashpad/crashpad.gyp:*', | 179 '../third_party/crashpad/crashpad/crashpad.gyp:*', |
| 184 '../third_party/ocmock/ocmock.gyp:*', | 180 '../third_party/ocmock/ocmock.gyp:*', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 '../ash/ash.gyp:*', | 243 '../ash/ash.gyp:*', |
| 248 '../ui/aura/aura.gyp:*', | 244 '../ui/aura/aura.gyp:*', |
| 249 '../ui/aura_extra/aura_extra.gyp:*', | 245 '../ui/aura_extra/aura_extra.gyp:*', |
| 250 ], | 246 ], |
| 251 }], | 247 }], |
| 252 ['remoting==1', { | 248 ['remoting==1', { |
| 253 'dependencies': [ | 249 'dependencies': [ |
| 254 '../remoting/remoting_all.gyp:remoting_all', | 250 '../remoting/remoting_all.gyp:remoting_all', |
| 255 ], | 251 ], |
| 256 }], | 252 }], |
| 257 ['use_openssl==0', { | 253 ['OS!="ios"', { |
| 258 'dependencies': [ | |
| 259 '../net/third_party/nss/ssl.gyp:*', | |
| 260 ], | |
| 261 }], | |
| 262 ['use_openssl==1', { | |
| 263 'dependencies': [ | |
| 264 '../third_party/boringssl/boringssl.gyp:*', | |
| 265 ], | |
| 266 }], | |
| 267 ['use_openssl==1 and OS!="ios"', { | |
| 268 'dependencies': [ | 254 'dependencies': [ |
| 269 '../third_party/boringssl/boringssl_tests.gyp:*', | 255 '../third_party/boringssl/boringssl_tests.gyp:*', |
| 270 ], | 256 ], |
| 271 }], | 257 }], |
| 272 ['enable_app_list==1', { | 258 ['enable_app_list==1', { |
| 273 'dependencies': [ | 259 'dependencies': [ |
| 274 '../ui/app_list/app_list.gyp:*', | 260 '../ui/app_list/app_list.gyp:*', |
| 275 ], | 261 ], |
| 276 }], | 262 }], |
| 277 ['OS!="android" and OS!="ios"', { | 263 ['OS!="android" and OS!="ios"', { |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 'dependencies': [ | 1381 'dependencies': [ |
| 1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1382 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1397 '../ui/views/views.gyp:views', | 1383 '../ui/views/views.gyp:views', |
| 1398 '../ui/views/views.gyp:views_unittests', | 1384 '../ui/views/views.gyp:views_unittests', |
| 1399 ], | 1385 ], |
| 1400 }, # target_name: macviews_builder | 1386 }, # target_name: macviews_builder |
| 1401 ], # targets | 1387 ], # targets |
| 1402 }], # os=='mac' and toolkit_views==1 | 1388 }], # os=='mac' and toolkit_views==1 |
| 1403 ], # conditions | 1389 ], # conditions |
| 1404 } | 1390 } |
| OLD | NEW |