| 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 ['use_ash==1', { | 482 ['use_ash==1', { |
| 483 'dependencies': [ | 483 'dependencies': [ |
| 484 '../ash/ash.gyp:ash_unittests', | 484 '../ash/ash.gyp:ash_unittests', |
| 485 ], | 485 ], |
| 486 }], | 486 }], |
| 487 ['disable_nacl==0', { | 487 ['disable_nacl==0', { |
| 488 'dependencies': [ | 488 'dependencies': [ |
| 489 '../components/nacl.gyp:nacl_loader_unittests', | 489 '../components/nacl.gyp:nacl_loader_unittests', |
| 490 ], | 490 ], |
| 491 }], | 491 }], |
| 492 ['disable_nacl==0 and disable_nacl_untrusted==0 and OS=="linux"', { |
| 493 'dependencies': [ |
| 494 '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests', |
| 495 ], |
| 496 }], |
| 492 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 497 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 493 'dependencies': [ | 498 'dependencies': [ |
| 494 '../mojo/mojo_nacl_untrusted.gyp:libmojo', | 499 '../mojo/mojo_nacl_untrusted.gyp:libmojo', |
| 495 '../mojo/mojo_nacl.gyp:monacl_codegen', | 500 '../mojo/mojo_nacl.gyp:monacl_codegen', |
| 496 '../mojo/mojo_nacl.gyp:monacl_sel', | 501 '../mojo/mojo_nacl.gyp:monacl_sel', |
| 497 '../mojo/mojo_nacl.gyp:monacl_shell', | 502 '../mojo/mojo_nacl.gyp:monacl_shell', |
| 498 ], | 503 ], |
| 499 }], | 504 }], |
| 500 ], | 505 ], |
| 501 }, # target_name: chromium_builder_tests | 506 }, # target_name: chromium_builder_tests |
| (...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1404 'dependencies': [ | 1409 'dependencies': [ |
| 1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1410 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1406 '../ui/views/views.gyp:views', | 1411 '../ui/views/views.gyp:views', |
| 1407 '../ui/views/views.gyp:views_unittests', | 1412 '../ui/views/views.gyp:views_unittests', |
| 1408 ], | 1413 ], |
| 1409 }, # target_name: macviews_builder | 1414 }, # target_name: macviews_builder |
| 1410 ], # targets | 1415 ], # targets |
| 1411 }], # os=='mac' and toolkit_views==1 | 1416 }], # os=='mac' and toolkit_views==1 |
| 1412 ], # conditions | 1417 ], # conditions |
| 1413 } | 1418 } |
| OLD | NEW |