| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4065 'test/automation/browser_proxy.h', | 4065 'test/automation/browser_proxy.h', |
| 4066 'test/automation/tab_proxy.cc', | 4066 'test/automation/tab_proxy.cc', |
| 4067 'test/automation/tab_proxy.h', | 4067 'test/automation/tab_proxy.h', |
| 4068 'test/automation/window_proxy.cc', | 4068 'test/automation/window_proxy.cc', |
| 4069 'test/automation/window_proxy.h', | 4069 'test/automation/window_proxy.h', |
| 4070 'test/chrome_process_util.cc', | 4070 'test/chrome_process_util.cc', |
| 4071 'test/chrome_process_util.h', | 4071 'test/chrome_process_util.h', |
| 4072 'test/chrome_process_util_linux.cc', | 4072 'test/chrome_process_util_linux.cc', |
| 4073 'test/chrome_process_util_mac.cc', | 4073 'test/chrome_process_util_mac.cc', |
| 4074 'test/chrome_process_util_win.cc', | 4074 'test/chrome_process_util_win.cc', |
| 4075 'test/perf/mem_usage_linux.cc', | |
| 4076 'test/perf/mem_usage_mac.cc', | |
| 4077 'test/perf/mem_usage_win.cc', | |
| 4078 'test/perf/mem_usage.h', | |
| 4079 'test/test_browser_window.h', | 4075 'test/test_browser_window.h', |
| 4080 'test/testing_profile.cc', | 4076 'test/testing_profile.cc', |
| 4081 'test/testing_profile.h', | 4077 'test/testing_profile.h', |
| 4082 'test/ui_test_utils.cc', | 4078 'test/ui_test_utils.cc', |
| 4083 'test/ui_test_utils.h', | 4079 'test/ui_test_utils.h', |
| 4084 'test/ui_test_utils_linux.cc', | 4080 'test/ui_test_utils_linux.cc', |
| 4085 'test/ui_test_utils_mac.cc', | 4081 'test/ui_test_utils_mac.cc', |
| 4086 'test/ui_test_utils_win.cc', | 4082 'test/ui_test_utils_win.cc', |
| 4087 ], | 4083 ], |
| 4088 'conditions': [ | 4084 'conditions': [ |
| (...skipping 2916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7005 ] | 7001 ] |
| 7006 }], | 7002 }], |
| 7007 ], # 'conditions' | 7003 ], # 'conditions' |
| 7008 } | 7004 } |
| 7009 | 7005 |
| 7010 # Local Variables: | 7006 # Local Variables: |
| 7011 # tab-width:2 | 7007 # tab-width:2 |
| 7012 # indent-tabs-mode:nil | 7008 # indent-tabs-mode:nil |
| 7013 # End: | 7009 # End: |
| 7014 # vim: set expandtab tabstop=2 shiftwidth=2: | 7010 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |