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 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 'sources!': [ | 2798 'sources!': [ |
2799 'test/startup/feature_startup_test.cc', | 2799 'test/startup/feature_startup_test.cc', |
2800 ], | 2800 ], |
2801 }], | 2801 }], |
2802 ], | 2802 ], |
2803 }, | 2803 }, |
2804 { | 2804 { |
2805 'target_name': 'page_cycler_tests', | 2805 'target_name': 'page_cycler_tests', |
2806 'type': 'executable', | 2806 'type': 'executable', |
2807 'dependencies': [ | 2807 'dependencies': [ |
| 2808 'app', |
2808 'chrome_resources', | 2809 'chrome_resources', |
2809 'chrome_strings', | 2810 'chrome_strings', |
2810 'test_support_ui', | 2811 'test_support_ui', |
2811 '../base/base.gyp:base', | 2812 '../base/base.gyp:base', |
2812 '../skia/skia.gyp:skia', | 2813 '../skia/skia.gyp:skia', |
2813 '../testing/gtest.gyp:gtest', | 2814 '../testing/gtest.gyp:gtest', |
2814 ], | 2815 ], |
2815 'sources': [ | 2816 'sources': [ |
2816 'test/page_cycler/page_cycler_test.cc', | 2817 'test/page_cycler/page_cycler_test.cc', |
2817 'test/perf/mem_usage.cc', | 2818 'test/perf/mem_usage.cc', |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3400 # Use outputs of this action as inputs for the main target build. | 3401 # Use outputs of this action as inputs for the main target build. |
3401 # Seems as a misnomer but makes this happy on Linux (scons). | 3402 # Seems as a misnomer but makes this happy on Linux (scons). |
3402 'process_outputs_as_sources': 1, | 3403 'process_outputs_as_sources': 1, |
3403 }, | 3404 }, |
3404 ], # 'actions' | 3405 ], # 'actions' |
3405 }, | 3406 }, |
3406 ] | 3407 ] |
3407 }], | 3408 }], |
3408 ], # 'conditions' | 3409 ], # 'conditions' |
3409 } | 3410 } |
OLD | NEW |