| 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', |
| (...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2787 'tools/build/win/precompiled.cc', | 2787 'tools/build/win/precompiled.cc', |
| 2788 'tools/build/win/precompiled.h', | 2788 'tools/build/win/precompiled.h', |
| 2789 ], | 2789 ], |
| 2790 'conditions': [ | 2790 'conditions': [ |
| 2791 ['OS=="linux"', { | 2791 ['OS=="linux"', { |
| 2792 'dependencies': [ | 2792 'dependencies': [ |
| 2793 'views', | 2793 'views', |
| 2794 '../build/linux/system.gyp:gtk', | 2794 '../build/linux/system.gyp:gtk', |
| 2795 ], | 2795 ], |
| 2796 }], | 2796 }], |
| 2797 ['OS!="win"', { | |
| 2798 'sources!': [ | |
| 2799 'test/startup/feature_startup_test.cc', | |
| 2800 ], | |
| 2801 }], | |
| 2802 ], | 2797 ], |
| 2803 }, | 2798 }, |
| 2804 { | 2799 { |
| 2805 'target_name': 'page_cycler_tests', | 2800 'target_name': 'page_cycler_tests', |
| 2806 'type': 'executable', | 2801 'type': 'executable', |
| 2807 'dependencies': [ | 2802 'dependencies': [ |
| 2808 'chrome_resources', | 2803 'chrome_resources', |
| 2809 'chrome_strings', | 2804 'chrome_strings', |
| 2810 'test_support_ui', | 2805 'test_support_ui', |
| 2811 '../base/base.gyp:base', | 2806 '../base/base.gyp:base', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3400 # Use outputs of this action as inputs for the main target build. | 3395 # Use outputs of this action as inputs for the main target build. |
| 3401 # Seems as a misnomer but makes this happy on Linux (scons). | 3396 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3402 'process_outputs_as_sources': 1, | 3397 'process_outputs_as_sources': 1, |
| 3403 }, | 3398 }, |
| 3404 ], # 'actions' | 3399 ], # 'actions' |
| 3405 }, | 3400 }, |
| 3406 ] | 3401 ] |
| 3407 }], | 3402 }], |
| 3408 ], # 'conditions' | 3403 ], # 'conditions' |
| 3409 } | 3404 } |
| OLD | NEW |