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 3658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3669 'chrome_strings', | 3669 'chrome_strings', |
3670 '../content/content.gyp:content_gpu', | 3670 '../content/content.gyp:content_gpu', |
3671 '../base/base.gyp:base', | 3671 '../base/base.gyp:base', |
3672 '../base/base.gyp:test_support_base', | 3672 '../base/base.gyp:test_support_base', |
3673 '../base/base.gyp:test_support_perf', | 3673 '../base/base.gyp:test_support_perf', |
3674 '../skia/skia.gyp:skia', | 3674 '../skia/skia.gyp:skia', |
3675 '../testing/gtest.gyp:gtest', | 3675 '../testing/gtest.gyp:gtest', |
3676 '../webkit/support/webkit_support.gyp:glue', | 3676 '../webkit/support/webkit_support.gyp:glue', |
3677 ], | 3677 ], |
3678 'sources': [ | 3678 'sources': [ |
3679 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', | 3679 'browser/safe_browsing/filter_false_positive_perftest.cc', |
3680 'browser/safe_browsing/filter_false_positive_perftest.cc',
| |
3681 'browser/visitedlink/visitedlink_perftest.cc', | 3680 'browser/visitedlink/visitedlink_perftest.cc', |
3682 'common/json_value_serializer_perftest.cc', | 3681 'common/json_value_serializer_perftest.cc', |
3683 'test/perf/perftests.cc', | 3682 'test/perf/perftests.cc', |
3684 'test/perf/url_parse_perftest.cc', | 3683 'test/perf/url_parse_perftest.cc', |
3685 ], | 3684 ], |
3686 'conditions': [ | 3685 'conditions': [ |
3687 ['toolkit_uses_gtk == 1', { | 3686 ['toolkit_uses_gtk == 1', { |
3688 'dependencies': [ | 3687 'dependencies': [ |
3689 '../build/linux/system.gyp:gtk', | 3688 '../build/linux/system.gyp:gtk', |
3690 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3689 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4080 # Use outputs of this action as inputs for the main target build. | 4079 # Use outputs of this action as inputs for the main target build. |
4081 # Seems as a misnomer but makes this happy on Linux (scons). | 4080 # Seems as a misnomer but makes this happy on Linux (scons). |
4082 'process_outputs_as_sources': 1, | 4081 'process_outputs_as_sources': 1, |
4083 }, | 4082 }, |
4084 ], # 'actions' | 4083 ], # 'actions' |
4085 }, | 4084 }, |
4086 ] | 4085 ] |
4087 }], # 'coverage!=0' | 4086 }], # 'coverage!=0' |
4088 ], # 'conditions' | 4087 ], # 'conditions' |
4089 } | 4088 } |
OLD | NEW |