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 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3916 'browser', | 3916 'browser', |
3917 'chrome_resources.gyp:chrome_resources', | 3917 'chrome_resources.gyp:chrome_resources', |
3918 'chrome_resources.gyp:chrome_strings', | 3918 'chrome_resources.gyp:chrome_strings', |
3919 'common', | 3919 'common', |
3920 'renderer', | 3920 'renderer', |
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 '../net/net.gyp:net_test_support', |
3926 '../skia/skia.gyp:skia', | 3927 '../skia/skia.gyp:skia', |
3927 '../testing/gtest.gyp:gtest', | 3928 '../testing/gtest.gyp:gtest', |
3928 '../webkit/support/webkit_support.gyp:glue', | 3929 '../webkit/support/webkit_support.gyp:glue', |
3929 ], | 3930 ], |
3930 'sources': [ | 3931 'sources': [ |
3931 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', | 3932 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', |
3932 'browser/safe_browsing/filter_false_positive_perftest.cc', | 3933 'browser/safe_browsing/filter_false_positive_perftest.cc', |
3933 'browser/visitedlink/visitedlink_perftest.cc', | 3934 'browser/visitedlink/visitedlink_perftest.cc', |
3934 'common/json_value_serializer_perftest.cc', | 3935 'common/json_value_serializer_perftest.cc', |
3935 'test/perf/perftests.cc', | 3936 'test/perf/perftests.cc', |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4332 # Use outputs of this action as inputs for the main target build. | 4333 # Use outputs of this action as inputs for the main target build. |
4333 # Seems as a misnomer but makes this happy on Linux (scons). | 4334 # Seems as a misnomer but makes this happy on Linux (scons). |
4334 'process_outputs_as_sources': 1, | 4335 'process_outputs_as_sources': 1, |
4335 }, | 4336 }, |
4336 ], # 'actions' | 4337 ], # 'actions' |
4337 }, | 4338 }, |
4338 ] | 4339 ] |
4339 }], # 'coverage!=0' | 4340 }], # 'coverage!=0' |
4340 ], # 'conditions' | 4341 ], # 'conditions' |
4341 } | 4342 } |
OLD | NEW |