OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 9 'variables': { |
10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'target_name': 'chrome_frame_net_tests', | 373 'target_name': 'chrome_frame_net_tests', |
374 'type': 'executable', | 374 'type': 'executable', |
375 'dependencies': [ | 375 'dependencies': [ |
376 '../base/base.gyp:test_support_base', | 376 '../base/base.gyp:test_support_base', |
377 '../chrome/chrome.gyp:browser', | 377 '../chrome/chrome.gyp:browser', |
378 '../chrome/chrome.gyp:debugger', | 378 '../chrome/chrome.gyp:debugger', |
379 '../chrome/chrome.gyp:renderer', | 379 '../chrome/chrome.gyp:renderer', |
380 '../chrome/chrome.gyp:syncapi_core', | 380 '../chrome/chrome.gyp:syncapi_core', |
381 '../chrome/chrome_resources.gyp:chrome_resources', | 381 '../chrome/chrome_resources.gyp:chrome_resources', |
382 '../content/content.gyp:content_gpu', | 382 '../content/content.gyp:content_gpu', |
| 383 '../content/content.gyp:test_support_content', |
383 '../net/net.gyp:net', | 384 '../net/net.gyp:net', |
384 '../net/net.gyp:net_test_support', | 385 '../net/net.gyp:net_test_support', |
385 '../skia/skia.gyp:skia', | 386 '../skia/skia.gyp:skia', |
386 '../testing/gtest.gyp:gtest', | 387 '../testing/gtest.gyp:gtest', |
387 '../third_party/icu/icu.gyp:icui18n', | 388 '../third_party/icu/icu.gyp:icui18n', |
388 '../third_party/icu/icu.gyp:icuuc', | 389 '../third_party/icu/icu.gyp:icuuc', |
389 '../ui/ui.gyp:ui_resources', | 390 '../ui/ui.gyp:ui_resources', |
390 'chrome_frame_ie', | 391 'chrome_frame_ie', |
391 'chrome_tab_idl', | 392 'chrome_tab_idl', |
392 'npchrome_frame', | 393 'npchrome_frame', |
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 # Use outputs of this action as inputs for the main target build. | 1038 # Use outputs of this action as inputs for the main target build. |
1038 # Seems as a misnomer but makes this happy on Linux (scons). | 1039 # Seems as a misnomer but makes this happy on Linux (scons). |
1039 'process_outputs_as_sources': 1, | 1040 'process_outputs_as_sources': 1, |
1040 }, | 1041 }, |
1041 ], | 1042 ], |
1042 }, | 1043 }, |
1043 ], | 1044 ], |
1044 }, ], # 'coverage!=0' | 1045 }, ], # 'coverage!=0' |
1045 ], # 'conditions' | 1046 ], # 'conditions' |
1046 } | 1047 } |
OLD | NEW |