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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 { | 405 { |
406 'target_name': 'chrome_frame_net_tests', | 406 'target_name': 'chrome_frame_net_tests', |
407 'type': 'executable', | 407 'type': 'executable', |
408 'dependencies': [ | 408 'dependencies': [ |
409 '../base/base.gyp:test_support_base', | 409 '../base/base.gyp:test_support_base', |
410 '../chrome/chrome.gyp:browser', | 410 '../chrome/chrome.gyp:browser', |
411 '../chrome/chrome.gyp:debugger', | 411 '../chrome/chrome.gyp:debugger', |
412 '../chrome/chrome.gyp:renderer', | 412 '../chrome/chrome.gyp:renderer', |
413 '../chrome/chrome.gyp:test_support_common', | 413 '../chrome/chrome.gyp:test_support_common', |
414 '../chrome/chrome_resources.gyp:chrome_resources', | 414 '../chrome/chrome_resources.gyp:chrome_resources', |
415 '../content/content.gyp:content_app_browser', | 415 '../content/content.gyp:content_app_both', |
416 '../content/content.gyp:content_gpu', | 416 '../content/content.gyp:content_gpu', |
417 '../content/content.gyp:test_support_content', | 417 '../content/content.gyp:test_support_content', |
418 '../net/net.gyp:net', | 418 '../net/net.gyp:net', |
419 '../net/net.gyp:net_test_support', | 419 '../net/net.gyp:net_test_support', |
420 '../skia/skia.gyp:skia', | 420 '../skia/skia.gyp:skia', |
421 '../sync/sync.gyp:sync', | 421 '../sync/sync.gyp:sync', |
422 '../testing/gtest.gyp:gtest', | 422 '../testing/gtest.gyp:gtest', |
423 '../third_party/icu/icu.gyp:icui18n', | 423 '../third_party/icu/icu.gyp:icui18n', |
424 '../third_party/icu/icu.gyp:icuuc', | 424 '../third_party/icu/icu.gyp:icuuc', |
425 '../ui/ui.gyp:ui_resources', | 425 '../ui/ui.gyp:ui_resources', |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 # Use outputs of this action as inputs for the main target build. | 1092 # Use outputs of this action as inputs for the main target build. |
1093 # Seems as a misnomer but makes this happy on Linux (scons). | 1093 # Seems as a misnomer but makes this happy on Linux (scons). |
1094 'process_outputs_as_sources': 1, | 1094 'process_outputs_as_sources': 1, |
1095 }, | 1095 }, |
1096 ], | 1096 ], |
1097 }, | 1097 }, |
1098 ], | 1098 ], |
1099 }, ], # 'coverage!=0' | 1099 }, ], # 'coverage!=0' |
1100 ], # 'conditions' | 1100 ], # 'conditions' |
1101 } | 1101 } |
OLD | NEW |