| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 ['os_bsd==1', { | 402 ['os_bsd==1', { |
| 403 'sources!': [ | 403 'sources!': [ |
| 404 'test/test_file_util_linux.cc', | 404 'test/test_file_util_linux.cc', |
| 405 ], | 405 ], |
| 406 }], | 406 }], |
| 407 ], | 407 ], |
| 408 'sources': [ | 408 'sources': [ |
| 409 'perftimer.cc', | 409 'perftimer.cc', |
| 410 'test/mock_chrome_application_mac.h', | 410 'test/mock_chrome_application_mac.h', |
| 411 'test/mock_chrome_application_mac.mm', | 411 'test/mock_chrome_application_mac.mm', |
| 412 'test/mock_devices_changed_observer.cc', |
| 413 'test/mock_devices_changed_observer.h', |
| 412 'test/mock_time_provider.cc', | 414 'test/mock_time_provider.cc', |
| 413 'test/mock_time_provider.h', | 415 'test/mock_time_provider.h', |
| 414 'test/multiprocess_test.cc', | 416 'test/multiprocess_test.cc', |
| 415 'test/multiprocess_test.h', | 417 'test/multiprocess_test.h', |
| 416 'test/perf_test_suite.cc', | 418 'test/perf_test_suite.cc', |
| 417 'test/perf_test_suite.h', | 419 'test/perf_test_suite.h', |
| 418 'test/scoped_locale.cc', | 420 'test/scoped_locale.cc', |
| 419 'test/scoped_locale.h', | 421 'test/scoped_locale.h', |
| 420 'test/test_file_util.h', | 422 'test/test_file_util.h', |
| 421 'test/test_file_util_linux.cc', | 423 'test/test_file_util_linux.cc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 # treated as weak imports in dependents, who still must | 545 # treated as weak imports in dependents, who still must |
| 544 # #include closure_blocks_leopard_compat.h to get weak imports. | 546 # #include closure_blocks_leopard_compat.h to get weak imports. |
| 545 'type': 'none', | 547 'type': 'none', |
| 546 }], | 548 }], |
| 547 ], | 549 ], |
| 548 }, | 550 }, |
| 549 ], | 551 ], |
| 550 }], | 552 }], |
| 551 ], | 553 ], |
| 552 } | 554 } |
| OLD | NEW |