| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'test_shell_common', | 14 'target_name': 'test_shell_common', |
| 15 'type': 'static_library', | 15 'type': '<(library)', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 '../../../base/base.gyp:base', | 17 '../../../base/base.gyp:base', |
| 18 '../../../base/base.gyp:base_gfx', | 18 '../../../base/base.gyp:base_gfx', |
| 19 '../../../net/net.gyp:net', | 19 '../../../net/net.gyp:net', |
| 20 '../../../skia/skia.gyp:skia', | 20 '../../../skia/skia.gyp:skia', |
| 21 '../../../testing/gtest.gyp:gtest', | 21 '../../../testing/gtest.gyp:gtest', |
| 22 '../../../third_party/npapi/npapi.gyp:npapi', | 22 '../../../third_party/npapi/npapi.gyp:npapi', |
| 23 '../../webkit.gyp:glue', | 23 '../../webkit.gyp:glue', |
| 24 '../../webkit.gyp:webkit', | 24 '../../webkit.gyp:webkit', |
| 25 ], | 25 ], |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 ], | 385 ], |
| 386 'dependencies': [ | 386 'dependencies': [ |
| 387 '../../../third_party/npapi/npapi.gyp:npapi', | 387 '../../../third_party/npapi/npapi.gyp:npapi', |
| 388 '../../webkit.gyp:wtf', | 388 '../../webkit.gyp:wtf', |
| 389 ], | 389 ], |
| 390 }, | 390 }, |
| 391 ], | 391 ], |
| 392 }], | 392 }], |
| 393 ], | 393 ], |
| 394 } | 394 } |
| OLD | NEW |