OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1798 'test/perf/dom_checker_uitest.cc', | 1798 'test/perf/dom_checker_uitest.cc', |
1799 'test/perf/dromaeo_benchmark_uitest.cc', | 1799 'test/perf/dromaeo_benchmark_uitest.cc', |
1800 'test/perf/feature_startup_test.cc', | 1800 'test/perf/feature_startup_test.cc', |
1801 'test/perf/frame_rate/frame_rate_tests.cc', | 1801 'test/perf/frame_rate/frame_rate_tests.cc', |
1802 'test/perf/indexeddb_uitest.cc', | 1802 'test/perf/indexeddb_uitest.cc', |
1803 'test/perf/kraken_benchmark_uitest.cc', | 1803 'test/perf/kraken_benchmark_uitest.cc', |
1804 'test/perf/memory_test.cc', | 1804 'test/perf/memory_test.cc', |
1805 'test/perf/page_cycler_test.cc', | 1805 'test/perf/page_cycler_test.cc', |
1806 'test/perf/shutdown_test.cc', | 1806 'test/perf/shutdown_test.cc', |
1807 'test/perf/startup_test.cc', | 1807 'test/perf/startup_test.cc', |
1808 'test/perf/sunspider_uitest.cc', | |
1809 'test/perf/tab_switching_test.cc', | 1808 'test/perf/tab_switching_test.cc', |
1810 'test/perf/url_fetch_test.cc', | 1809 'test/perf/url_fetch_test.cc', |
1811 'test/perf/v8_benchmark_uitest.cc', | 1810 'test/perf/v8_benchmark_uitest.cc', |
1812 ], | 1811 ], |
1813 'conditions': [ | 1812 'conditions': [ |
1814 ['OS=="win" and buildtype=="Official"', { | 1813 ['OS=="win" and buildtype=="Official"', { |
1815 'configurations': { | 1814 'configurations': { |
1816 'Release': { | 1815 'Release': { |
1817 'msvs_settings': { | 1816 'msvs_settings': { |
1818 'VCCLCompilerTool': { | 1817 'VCCLCompilerTool': { |
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2860 'sync_integration_tests.isolate', | 2859 'sync_integration_tests.isolate', |
2861 ], | 2860 ], |
2862 'sources': [ | 2861 'sources': [ |
2863 'sync_integration_tests.isolate', | 2862 'sync_integration_tests.isolate', |
2864 ], | 2863 ], |
2865 }, | 2864 }, |
2866 ], | 2865 ], |
2867 }], | 2866 }], |
2868 ], # 'conditions' | 2867 ], # 'conditions' |
2869 } | 2868 } |
OLD | NEW |