OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 'nacl/common/nacl_types_param_traits.cc', | 457 'nacl/common/nacl_types_param_traits.cc', |
458 'nacl/common/nacl_types_param_traits.h', | 458 'nacl/common/nacl_types_param_traits.h', |
459 'nacl/common/pnacl_types.cc', | 459 'nacl/common/pnacl_types.cc', |
460 'nacl/common/pnacl_types.h', | 460 'nacl/common/pnacl_types.h', |
461 ], | 461 ], |
462 'include_dirs': [ | 462 'include_dirs': [ |
463 '..', | 463 '..', |
464 ], | 464 ], |
465 'dependencies': [ | 465 'dependencies': [ |
466 '../content/content.gyp:content_common', | 466 '../content/content.gyp:content_common', |
467 '../url/ipc/url_ipc.gyp:url_ipc', | |
468 ], | 467 ], |
469 }, | 468 }, |
470 ] | 469 ] |
471 } | 470 } |
OLD | NEW |