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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 3910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3921 '../content/content.gyp:content_gpu', | 3921 '../content/content.gyp:content_gpu', |
3922 '../content/content.gyp:test_support_content', | 3922 '../content/content.gyp:test_support_content', |
3923 '../base/base.gyp:base', | 3923 '../base/base.gyp:base', |
3924 '../base/base.gyp:test_support_base', | 3924 '../base/base.gyp:test_support_base', |
3925 '../base/base.gyp:test_support_perf', | 3925 '../base/base.gyp:test_support_perf', |
3926 '../skia/skia.gyp:skia', | 3926 '../skia/skia.gyp:skia', |
3927 '../testing/gtest.gyp:gtest', | 3927 '../testing/gtest.gyp:gtest', |
3928 '../webkit/support/webkit_support.gyp:glue', | 3928 '../webkit/support/webkit_support.gyp:glue', |
3929 ], | 3929 ], |
3930 'sources': [ | 3930 'sources': [ |
3931 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', | |
wtc
2011/12/20 19:46:55
This was added by guohui in http://codereview.chro
mattm
2011/12/20 20:38:55
Yeah, I was going to file a bug for that. Haven't
| |
3932 'browser/safe_browsing/filter_false_positive_perftest.cc', | 3931 'browser/safe_browsing/filter_false_positive_perftest.cc', |
3933 'browser/visitedlink/visitedlink_perftest.cc', | 3932 'browser/visitedlink/visitedlink_perftest.cc', |
3934 'common/json_value_serializer_perftest.cc', | 3933 'common/json_value_serializer_perftest.cc', |
3935 'test/perf/perftests.cc', | 3934 'test/perf/perftests.cc', |
3936 'test/perf/url_parse_perftest.cc', | 3935 'test/perf/url_parse_perftest.cc', |
3937 ], | 3936 ], |
3938 'conditions': [ | 3937 'conditions': [ |
3939 ['toolkit_uses_gtk == 1', { | 3938 ['toolkit_uses_gtk == 1', { |
3940 'dependencies': [ | 3939 'dependencies': [ |
3941 '../build/linux/system.gyp:gtk', | 3940 '../build/linux/system.gyp:gtk', |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4332 # Use outputs of this action as inputs for the main target build. | 4331 # Use outputs of this action as inputs for the main target build. |
4333 # Seems as a misnomer but makes this happy on Linux (scons). | 4332 # Seems as a misnomer but makes this happy on Linux (scons). |
4334 'process_outputs_as_sources': 1, | 4333 'process_outputs_as_sources': 1, |
4335 }, | 4334 }, |
4336 ], # 'actions' | 4335 ], # 'actions' |
4337 }, | 4336 }, |
4338 ] | 4337 ] |
4339 }], # 'coverage!=0' | 4338 }], # 'coverage!=0' |
4340 ], # 'conditions' | 4339 ], # 'conditions' |
4341 } | 4340 } |
OLD | NEW |