OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2661 'chrome_resources.gyp:chrome_strings', | 2661 'chrome_resources.gyp:chrome_strings', |
2662 'common', | 2662 'common', |
2663 'renderer', | 2663 'renderer', |
2664 '../content/content.gyp:content_gpu', | 2664 '../content/content.gyp:content_gpu', |
2665 '../content/content.gyp:test_support_content', | 2665 '../content/content.gyp:test_support_content', |
2666 '../base/base.gyp:base', | 2666 '../base/base.gyp:base', |
2667 '../base/base.gyp:test_support_base', | 2667 '../base/base.gyp:test_support_base', |
2668 '../base/base.gyp:test_support_perf', | 2668 '../base/base.gyp:test_support_perf', |
2669 '../skia/skia.gyp:skia', | 2669 '../skia/skia.gyp:skia', |
2670 '../testing/gtest.gyp:gtest', | 2670 '../testing/gtest.gyp:gtest', |
2671 '../webkit/support/webkit_support.gyp:glue', | 2671 '../webkit/glue/webkit_glue.gyp:glue', |
2672 ], | 2672 ], |
2673 'sources': [ | 2673 'sources': [ |
2674 'test/perf/perftests.cc', | 2674 'test/perf/perftests.cc', |
2675 'test/perf/url_parse_perftest.cc', | 2675 'test/perf/url_parse_perftest.cc', |
2676 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', | 2676 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', |
2677 ], | 2677 ], |
2678 'conditions': [ | 2678 'conditions': [ |
2679 ['use_x11==1', { | 2679 ['use_x11==1', { |
2680 'dependencies': [ | 2680 'dependencies': [ |
2681 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2681 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3269 'utility', | 3269 'utility', |
3270 ], | 3270 ], |
3271 'sources': [ | 3271 'sources': [ |
3272 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3272 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3273 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3273 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3274 ], | 3274 ], |
3275 }] | 3275 }] |
3276 }], | 3276 }], |
3277 ], # 'conditions' | 3277 ], # 'conditions' |
3278 } | 3278 } |
OLD | NEW |