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 3665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3676 'chrome_strings', | 3676 'chrome_strings', |
3677 '../content/content.gyp:content_gpu', | 3677 '../content/content.gyp:content_gpu', |
3678 '../base/base.gyp:base', | 3678 '../base/base.gyp:base', |
3679 '../base/base.gyp:test_support_base', | 3679 '../base/base.gyp:test_support_base', |
3680 '../base/base.gyp:test_support_perf', | 3680 '../base/base.gyp:test_support_perf', |
3681 '../skia/skia.gyp:skia', | 3681 '../skia/skia.gyp:skia', |
3682 '../testing/gtest.gyp:gtest', | 3682 '../testing/gtest.gyp:gtest', |
3683 '../webkit/support/webkit_support.gyp:glue', | 3683 '../webkit/support/webkit_support.gyp:glue', |
3684 ], | 3684 ], |
3685 'sources': [ | 3685 'sources': [ |
3686 'browser/safe_browsing/filter_false_positive_perftest.cc', | 3686 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', |
| 3687 'browser/safe_browsing/filter_false_positive_perftest.cc',
|
3687 'browser/visitedlink/visitedlink_perftest.cc', | 3688 'browser/visitedlink/visitedlink_perftest.cc', |
3688 'common/json_value_serializer_perftest.cc', | 3689 'common/json_value_serializer_perftest.cc', |
3689 'test/perf/perftests.cc', | 3690 'test/perf/perftests.cc', |
3690 'test/perf/url_parse_perftest.cc', | 3691 'test/perf/url_parse_perftest.cc', |
3691 ], | 3692 ], |
3692 'conditions': [ | 3693 'conditions': [ |
3693 ['toolkit_uses_gtk == 1', { | 3694 ['toolkit_uses_gtk == 1', { |
3694 'dependencies': [ | 3695 'dependencies': [ |
3695 '../build/linux/system.gyp:gtk', | 3696 '../build/linux/system.gyp:gtk', |
3696 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3697 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4086 # Use outputs of this action as inputs for the main target build. | 4087 # Use outputs of this action as inputs for the main target build. |
4087 # Seems as a misnomer but makes this happy on Linux (scons). | 4088 # Seems as a misnomer but makes this happy on Linux (scons). |
4088 'process_outputs_as_sources': 1, | 4089 'process_outputs_as_sources': 1, |
4089 }, | 4090 }, |
4090 ], # 'actions' | 4091 ], # 'actions' |
4091 }, | 4092 }, |
4092 ] | 4093 ] |
4093 }], # 'coverage!=0' | 4094 }], # 'coverage!=0' |
4094 ], # 'conditions' | 4095 ], # 'conditions' |
4095 } | 4096 } |
OLD | NEW |