| 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3689 { | 3689 { |
| 3690 'target_name': 'perf_tests', | 3690 'target_name': 'perf_tests', |
| 3691 'type': 'executable', | 3691 'type': 'executable', |
| 3692 'dependencies': [ | 3692 'dependencies': [ |
| 3693 'browser', | 3693 'browser', |
| 3694 'common', | 3694 'common', |
| 3695 'renderer', | 3695 'renderer', |
| 3696 'chrome_resources', | 3696 'chrome_resources', |
| 3697 'chrome_strings', | 3697 'chrome_strings', |
| 3698 '../content/content.gyp:content_gpu', | 3698 '../content/content.gyp:content_gpu', |
| 3699 '../content/content.gyp:test_support_content', |
| 3699 '../base/base.gyp:base', | 3700 '../base/base.gyp:base', |
| 3700 '../base/base.gyp:test_support_base', | 3701 '../base/base.gyp:test_support_base', |
| 3701 '../base/base.gyp:test_support_perf', | 3702 '../base/base.gyp:test_support_perf', |
| 3702 '../skia/skia.gyp:skia', | 3703 '../skia/skia.gyp:skia', |
| 3703 '../testing/gtest.gyp:gtest', | 3704 '../testing/gtest.gyp:gtest', |
| 3704 '../webkit/support/webkit_support.gyp:glue', | 3705 '../webkit/support/webkit_support.gyp:glue', |
| 3705 ], | 3706 ], |
| 3706 'sources': [ | 3707 'sources': [ |
| 3707 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', | 3708 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', |
| 3708 'browser/safe_browsing/filter_false_positive_perftest.cc', | 3709 'browser/safe_browsing/filter_false_positive_perftest.cc', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4108 # Use outputs of this action as inputs for the main target build. | 4109 # Use outputs of this action as inputs for the main target build. |
| 4109 # Seems as a misnomer but makes this happy on Linux (scons). | 4110 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4110 'process_outputs_as_sources': 1, | 4111 'process_outputs_as_sources': 1, |
| 4111 }, | 4112 }, |
| 4112 ], # 'actions' | 4113 ], # 'actions' |
| 4113 }, | 4114 }, |
| 4114 ] | 4115 ] |
| 4115 }], # 'coverage!=0' | 4116 }], # 'coverage!=0' |
| 4116 ], # 'conditions' | 4117 ], # 'conditions' |
| 4117 } | 4118 } |
| OLD | NEW |