| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # This target contains mocks and test utilities that don't belong in | 8 # This target contains mocks and test utilities that don't belong in |
| 9 # production libraries but are used by more than one test executable. | 9 # production libraries but are used by more than one test executable. |
| 10 'target_name': 'test_support_common', | 10 'target_name': 'test_support_common', |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'browser/bookmarks/bookmark_model_unittest.cc', | 491 'browser/bookmarks/bookmark_model_unittest.cc', |
| 492 'browser/bookmarks/bookmark_table_model_unittest.cc', | 492 'browser/bookmarks/bookmark_table_model_unittest.cc', |
| 493 'browser/bookmarks/bookmark_utils_unittest.cc', | 493 'browser/bookmarks/bookmark_utils_unittest.cc', |
| 494 'browser/browser_commands_unittest.cc', | 494 'browser/browser_commands_unittest.cc', |
| 495 'browser/browser_theme_provider_unittest.cc', | 495 'browser/browser_theme_provider_unittest.cc', |
| 496 'browser/browser_unittest.cc', | 496 'browser/browser_unittest.cc', |
| 497 'browser/chrome_browser_application_mac_unittest.mm', | 497 'browser/chrome_browser_application_mac_unittest.mm', |
| 498 'browser/debugger/devtools_remote_message_unittest.cc', | 498 'browser/debugger/devtools_remote_message_unittest.cc', |
| 499 'browser/debugger/devtools_remote_listen_socket_unittest.cc', | 499 'browser/debugger/devtools_remote_listen_socket_unittest.cc', |
| 500 'browser/debugger/devtools_remote_listen_socket_unittest.h', | 500 'browser/debugger/devtools_remote_listen_socket_unittest.h', |
| 501 'browser/diagnostics/diagnostics_model_unittest.cc', |
| 501 'browser/child_process_security_policy_unittest.cc', | 502 'browser/child_process_security_policy_unittest.cc', |
| 502 'browser/chrome_thread_unittest.cc', | 503 'browser/chrome_thread_unittest.cc', |
| 503 'browser/chromeos/external_cookie_handler_unittest.cc', | 504 'browser/chromeos/external_cookie_handler_unittest.cc', |
| 504 'browser/chromeos/external_metrics_unittest.cc', | 505 'browser/chromeos/external_metrics_unittest.cc', |
| 505 'browser/chromeos/gview_request_interceptor_unittest.cc', | 506 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| 506 'browser/chromeos/pipe_reader_unittest.cc', | 507 'browser/chromeos/pipe_reader_unittest.cc', |
| 507 'browser/chromeos/version_loader_unittest.cc', | 508 'browser/chromeos/version_loader_unittest.cc', |
| 508 # It is safe to list */cocoa/* files in the "common" file list | 509 # It is safe to list */cocoa/* files in the "common" file list |
| 509 # without an explicit exclusion since gyp is smart enough to | 510 # without an explicit exclusion since gyp is smart enough to |
| 510 # exclude them from non-Mac builds. | 511 # exclude them from non-Mac builds. |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 ], | 1260 ], |
| 1260 }, | 1261 }, |
| 1261 ], | 1262 ], |
| 1262 } | 1263 } |
| 1263 | 1264 |
| 1264 # Local Variables: | 1265 # Local Variables: |
| 1265 # tab-width:2 | 1266 # tab-width:2 |
| 1266 # indent-tabs-mode:nil | 1267 # indent-tabs-mode:nil |
| 1267 # End: | 1268 # End: |
| 1268 # vim: set expandtab tabstop=2 shiftwidth=2: | 1269 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |