| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 'browser/debugger/devtools_remote_listen_socket_unittest.cc', | 741 'browser/debugger/devtools_remote_listen_socket_unittest.cc', |
| 742 'browser/debugger/devtools_remote_listen_socket_unittest.h', | 742 'browser/debugger/devtools_remote_listen_socket_unittest.h', |
| 743 'browser/debugger/devtools_remote_message_unittest.cc', | 743 'browser/debugger/devtools_remote_message_unittest.cc', |
| 744 'browser/diagnostics/diagnostics_model_unittest.cc', | 744 'browser/diagnostics/diagnostics_model_unittest.cc', |
| 745 # It is safe to list */cocoa/* files in the "common" file list | 745 # It is safe to list */cocoa/* files in the "common" file list |
| 746 # without an explicit exclusion since gyp is smart enough to | 746 # without an explicit exclusion since gyp is smart enough to |
| 747 # exclude them from non-Mac builds. | 747 # exclude them from non-Mac builds. |
| 748 'browser/cocoa/about_ipc_controller_unittest.mm', | 748 'browser/cocoa/about_ipc_controller_unittest.mm', |
| 749 'browser/cocoa/about_window_controller_unittest.mm', | 749 'browser/cocoa/about_window_controller_unittest.mm', |
| 750 'browser/cocoa/accelerators_cocoa_unittest.mm', | 750 'browser/cocoa/accelerators_cocoa_unittest.mm', |
| 751 'browser/cocoa/animatable_image_unittest.mm', |
| 751 'browser/cocoa/animatable_view_unittest.mm', | 752 'browser/cocoa/animatable_view_unittest.mm', |
| 752 'browser/cocoa/background_gradient_view_unittest.mm', | 753 'browser/cocoa/background_gradient_view_unittest.mm', |
| 753 'browser/cocoa/background_tile_view_unittest.mm', | 754 'browser/cocoa/background_tile_view_unittest.mm', |
| 754 'browser/cocoa/base_view_unittest.mm', | 755 'browser/cocoa/base_view_unittest.mm', |
| 755 'browser/cocoa/bookmark_all_tabs_controller_unittest.mm', | 756 'browser/cocoa/bookmark_all_tabs_controller_unittest.mm', |
| 756 'browser/cocoa/bookmark_bar_bridge_unittest.mm', | 757 'browser/cocoa/bookmark_bar_bridge_unittest.mm', |
| 757 'browser/cocoa/bookmark_bar_controller_unittest.mm', | 758 'browser/cocoa/bookmark_bar_controller_unittest.mm', |
| 758 'browser/cocoa/bookmark_bar_folder_button_cell_unittest.mm', | 759 'browser/cocoa/bookmark_bar_folder_button_cell_unittest.mm', |
| 759 'browser/cocoa/bookmark_bar_folder_controller_unittest.mm', | 760 'browser/cocoa/bookmark_bar_folder_controller_unittest.mm', |
| 760 'browser/cocoa/bookmark_bar_folder_hover_state_unittest.mm', | 761 'browser/cocoa/bookmark_bar_folder_hover_state_unittest.mm', |
| (...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2719 ] | 2720 ] |
| 2720 }], # 'coverage!=0' | 2721 }], # 'coverage!=0' |
| 2721 ], # 'conditions' | 2722 ], # 'conditions' |
| 2722 } | 2723 } |
| 2723 | 2724 |
| 2724 # Local Variables: | 2725 # Local Variables: |
| 2725 # tab-width:2 | 2726 # tab-width:2 |
| 2726 # indent-tabs-mode:nil | 2727 # indent-tabs-mode:nil |
| 2727 # End: | 2728 # End: |
| 2728 # vim: set expandtab tabstop=2 shiftwidth=2: | 2729 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |