| 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 4378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4389 'browser/bookmarks/bookmark_table_model_unittest.cc', | 4389 'browser/bookmarks/bookmark_table_model_unittest.cc', |
| 4390 'browser/bookmarks/bookmark_utils_unittest.cc', | 4390 'browser/bookmarks/bookmark_utils_unittest.cc', |
| 4391 'browser/browser_commands_unittest.cc', | 4391 'browser/browser_commands_unittest.cc', |
| 4392 'browser/browser_theme_provider_unittest.cc', | 4392 'browser/browser_theme_provider_unittest.cc', |
| 4393 'browser/browser_unittest.cc', | 4393 'browser/browser_unittest.cc', |
| 4394 'browser/chrome_application_mac_unittest.mm', | 4394 'browser/chrome_application_mac_unittest.mm', |
| 4395 'browser/debugger/devtools_remote_message_unittest.cc', | 4395 'browser/debugger/devtools_remote_message_unittest.cc', |
| 4396 'browser/debugger/devtools_remote_listen_socket_unittest.cc', | 4396 'browser/debugger/devtools_remote_listen_socket_unittest.cc', |
| 4397 'browser/debugger/devtools_remote_listen_socket_unittest.h', | 4397 'browser/debugger/devtools_remote_listen_socket_unittest.h', |
| 4398 'browser/child_process_security_policy_unittest.cc', | 4398 'browser/child_process_security_policy_unittest.cc', |
| 4399 'browser/chrome_thread_unittest.cc', | |
| 4400 'browser/chromeos/chromeos_version_loader_unittest.cc', | 4399 'browser/chromeos/chromeos_version_loader_unittest.cc', |
| 4401 'browser/chromeos/pipe_reader_unittest.cc', | 4400 'browser/chromeos/pipe_reader_unittest.cc', |
| 4402 'browser/chromeos/external_cookie_handler_unittest.cc', | 4401 'browser/chromeos/external_cookie_handler_unittest.cc', |
| 4403 'browser/chromeos/gview_request_interceptor_unittest.cc', | 4402 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| 4404 # It is safe to list */cocoa/* files in the "common" file list | 4403 # It is safe to list */cocoa/* files in the "common" file list |
| 4405 # without an explicit exclusion since gyp is smart enough to | 4404 # without an explicit exclusion since gyp is smart enough to |
| 4406 # exclude them from non-Mac builds. | 4405 # exclude them from non-Mac builds. |
| 4407 'browser/cocoa/about_ipc_controller_unittest.mm', | 4406 'browser/cocoa/about_ipc_controller_unittest.mm', |
| 4408 'browser/cocoa/about_window_controller_unittest.mm', | 4407 'browser/cocoa/about_window_controller_unittest.mm', |
| 4409 'browser/cocoa/autocomplete_text_field_cell_unittest.mm', | 4408 'browser/cocoa/autocomplete_text_field_cell_unittest.mm', |
| (...skipping 2535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6945 ], # targets when browser_sync==1 | 6944 ], # targets when browser_sync==1 |
| 6946 }], | 6945 }], |
| 6947 ], # 'conditions' | 6946 ], # 'conditions' |
| 6948 } | 6947 } |
| 6949 | 6948 |
| 6950 # Local Variables: | 6949 # Local Variables: |
| 6951 # tab-width:2 | 6950 # tab-width:2 |
| 6952 # indent-tabs-mode:nil | 6951 # indent-tabs-mode:nil |
| 6953 # End: | 6952 # End: |
| 6954 # vim: set expandtab tabstop=2 shiftwidth=2: | 6953 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |