| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 ], | 850 ], |
| 851 }], | 851 }], |
| 852 ['OS == "android"', { | 852 ['OS == "android"', { |
| 853 'dependencies': [ | 853 'dependencies': [ |
| 854 'base_unittests_jni_headers', | 854 'base_unittests_jni_headers', |
| 855 'base_java_unittest_support', | 855 'base_java_unittest_support', |
| 856 ], | 856 ], |
| 857 }], | 857 }], |
| 858 ], | 858 ], |
| 859 'sources': [ | 859 'sources': [ |
| 860 'debug/trace_to_file.cc', |
| 861 'debug/trace_to_file.h', |
| 860 'test/expectations/expectation.cc', | 862 'test/expectations/expectation.cc', |
| 861 'test/expectations/expectation.h', | 863 'test/expectations/expectation.h', |
| 862 'test/expectations/parser.cc', | 864 'test/expectations/parser.cc', |
| 863 'test/expectations/parser.h', | 865 'test/expectations/parser.h', |
| 864 'test/gtest_xml_util.cc', | 866 'test/gtest_xml_util.cc', |
| 865 'test/gtest_xml_util.h', | 867 'test/gtest_xml_util.h', |
| 866 'test/launcher/test_launcher.cc', | 868 'test/launcher/test_launcher.cc', |
| 867 'test/launcher/test_launcher.h', | 869 'test/launcher/test_launcher.h', |
| 868 'test/launcher/test_result.cc', | 870 'test/launcher/test_result.cc', |
| 869 'test/launcher/test_result.h', | 871 'test/launcher/test_result.h', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1459 'dependencies': [ | 1461 'dependencies': [ |
| 1460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1462 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1461 ], | 1463 ], |
| 1462 }], | 1464 }], |
| 1463 ], | 1465 ], |
| 1464 }, | 1466 }, |
| 1465 ], | 1467 ], |
| 1466 }], | 1468 }], |
| 1467 ], | 1469 ], |
| 1468 } | 1470 } |
| OLD | NEW |