| 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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 'test/test_support_ios.h', | 952 'test/test_support_ios.h', |
| 953 'test/test_support_ios.mm', | 953 'test/test_support_ios.mm', |
| 954 'test/test_switches.cc', | 954 'test/test_switches.cc', |
| 955 'test/test_switches.h', | 955 'test/test_switches.h', |
| 956 'test/test_timeouts.cc', | 956 'test/test_timeouts.cc', |
| 957 'test/test_timeouts.h', | 957 'test/test_timeouts.h', |
| 958 'test/thread_test_helper.cc', | 958 'test/thread_test_helper.cc', |
| 959 'test/thread_test_helper.h', | 959 'test/thread_test_helper.h', |
| 960 'test/trace_event_analyzer.cc', | 960 'test/trace_event_analyzer.cc', |
| 961 'test/trace_event_analyzer.h', | 961 'test/trace_event_analyzer.h', |
| 962 'test/trace_to_file.cc', |
| 963 'test/trace_to_file.h', |
| 962 'test/values_test_util.cc', | 964 'test/values_test_util.cc', |
| 963 'test/values_test_util.h', | 965 'test/values_test_util.h', |
| 964 ], | 966 ], |
| 965 'target_conditions': [ | 967 'target_conditions': [ |
| 966 ['OS == "ios"', { | 968 ['OS == "ios"', { |
| 967 'sources/': [ | 969 'sources/': [ |
| 968 # Pull in specific Mac files for iOS (which have been filtered out | 970 # Pull in specific Mac files for iOS (which have been filtered out |
| 969 # by file name rules). | 971 # by file name rules). |
| 970 ['include', '^test/test_file_util_mac\\.cc$'], | 972 ['include', '^test/test_file_util_mac\\.cc$'], |
| 971 ], | 973 ], |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1485 'dependencies': [ | 1487 'dependencies': [ |
| 1486 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1488 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1487 ], | 1489 ], |
| 1488 }], | 1490 }], |
| 1489 ], | 1491 ], |
| 1490 }, | 1492 }, |
| 1491 ], | 1493 ], |
| 1492 }], | 1494 }], |
| 1493 ], | 1495 ], |
| 1494 } | 1496 } |
| OLD | NEW |