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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 { | 372 { |
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_app', |
382 '../content/content.gyp:content_gpu', | 383 '../content/content.gyp:content_gpu', |
383 '../content/content.gyp:test_support_content', | 384 '../content/content.gyp:test_support_content', |
384 '../net/net.gyp:net', | 385 '../net/net.gyp:net', |
385 '../net/net.gyp:net_test_support', | 386 '../net/net.gyp:net_test_support', |
386 '../skia/skia.gyp:skia', | 387 '../skia/skia.gyp:skia', |
387 '../testing/gtest.gyp:gtest', | 388 '../testing/gtest.gyp:gtest', |
388 '../third_party/icu/icu.gyp:icui18n', | 389 '../third_party/icu/icu.gyp:icui18n', |
389 '../third_party/icu/icu.gyp:icuuc', | 390 '../third_party/icu/icu.gyp:icuuc', |
390 '../ui/ui.gyp:ui_resources', | 391 '../ui/ui.gyp:ui_resources', |
391 'chrome_frame_ie', | 392 'chrome_frame_ie', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 # Use outputs of this action as inputs for the main target build. | 1039 # Use outputs of this action as inputs for the main target build. |
1039 # Seems as a misnomer but makes this happy on Linux (scons). | 1040 # Seems as a misnomer but makes this happy on Linux (scons). |
1040 'process_outputs_as_sources': 1, | 1041 'process_outputs_as_sources': 1, |
1041 }, | 1042 }, |
1042 ], | 1043 ], |
1043 }, | 1044 }, |
1044 ], | 1045 ], |
1045 }, ], # 'coverage!=0' | 1046 }, ], # 'coverage!=0' |
1046 ], # 'conditions' | 1047 ], # 'conditions' |
1047 } | 1048 } |
OLD | NEW |