| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'test/trace_event_analyzer_unittest.cc', | 692 'test/trace_event_analyzer_unittest.cc', |
| 693 'utf_offset_string_conversions_unittest.cc', | 693 'utf_offset_string_conversions_unittest.cc', |
| 694 ], | 694 ], |
| 695 }], | 695 }], |
| 696 ], | 696 ], |
| 697 'actions': [ | 697 'actions': [ |
| 698 { | 698 { |
| 699 'action_name': 'copy_test_data', | 699 'action_name': 'copy_test_data', |
| 700 'variables': { | 700 'variables': { |
| 701 'test_data_files': [ | 701 'test_data_files': [ |
| 702 'data/file_util_unittest', |
| 702 'data/json/bom_feff.json', | 703 'data/json/bom_feff.json', |
| 703 'data/file_util_unittest', | |
| 704 'prefs/test/data/pref_service', | 704 'prefs/test/data/pref_service', |
| 705 'test/data', |
| 705 ], | 706 ], |
| 706 'test_data_prefix': 'base', | 707 'test_data_prefix': 'base', |
| 707 }, | 708 }, |
| 708 'includes': [ '../build/copy_test_data_ios.gypi' ], | 709 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 709 }, | 710 }, |
| 710 ], | 711 ], |
| 711 }], | 712 }], |
| 712 ['use_glib==1', { | 713 ['use_glib==1', { |
| 713 'sources!': [ | 714 'sources!': [ |
| 714 'file_version_info_unittest.cc', | 715 'file_version_info_unittest.cc', |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 'base_unittests.isolate', | 1220 'base_unittests.isolate', |
| 1220 ], | 1221 ], |
| 1221 'sources': [ | 1222 'sources': [ |
| 1222 'base_unittests.isolate', | 1223 'base_unittests.isolate', |
| 1223 ], | 1224 ], |
| 1224 }, | 1225 }, |
| 1225 ], | 1226 ], |
| 1226 }], | 1227 }], |
| 1227 ], | 1228 ], |
| 1228 } | 1229 } |
| OLD | NEW |