| 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 'browser/tabs/pinned_tab_service_unittest.cc', | 1683 'browser/tabs/pinned_tab_service_unittest.cc', |
| 1684 'browser/tabs/pinned_tab_test_utils.cc', | 1684 'browser/tabs/pinned_tab_test_utils.cc', |
| 1685 'browser/tabs/tab_strip_model_unittest.cc', | 1685 'browser/tabs/tab_strip_model_unittest.cc', |
| 1686 'browser/tabs/tab_strip_selection_model_unittest.cc', | 1686 'browser/tabs/tab_strip_selection_model_unittest.cc', |
| 1687 'browser/tabs/test_tab_strip_model_delegate.cc', | 1687 'browser/tabs/test_tab_strip_model_delegate.cc', |
| 1688 'browser/tabs/test_tab_strip_model_delegate.h', | 1688 'browser/tabs/test_tab_strip_model_delegate.h', |
| 1689 'browser/task_manager/task_manager_unittest.cc', | 1689 'browser/task_manager/task_manager_unittest.cc', |
| 1690 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1690 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| 1691 'browser/themes/browser_theme_pack_unittest.cc', | 1691 'browser/themes/browser_theme_pack_unittest.cc', |
| 1692 'browser/themes/theme_service_unittest.cc', | 1692 'browser/themes/theme_service_unittest.cc', |
| 1693 'browser/transport_security_persister_unittest.cc', |
| 1693 'browser/ui/browser_list_unittest.cc', | 1694 'browser/ui/browser_list_unittest.cc', |
| 1694 'browser/ui/browser_unittest.cc', | 1695 'browser/ui/browser_unittest.cc', |
| 1695 # It is safe to list */cocoa/* files in the "common" file list | 1696 # It is safe to list */cocoa/* files in the "common" file list |
| 1696 # without an explicit exclusion since gyp is smart enough to | 1697 # without an explicit exclusion since gyp is smart enough to |
| 1697 # exclude them from non-Mac builds. | 1698 # exclude them from non-Mac builds. |
| 1698 'browser/ui/cocoa/about_ipc_controller_unittest.mm', | 1699 'browser/ui/cocoa/about_ipc_controller_unittest.mm', |
| 1699 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 1700 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
| 1700 'browser/ui/cocoa/animatable_image_unittest.mm', | 1701 'browser/ui/cocoa/animatable_image_unittest.mm', |
| 1701 'browser/ui/cocoa/animatable_view_unittest.mm', | 1702 'browser/ui/cocoa/animatable_view_unittest.mm', |
| 1702 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', | 1703 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', |
| (...skipping 2943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4646 # Use outputs of this action as inputs for the main target build. | 4647 # Use outputs of this action as inputs for the main target build. |
| 4647 # Seems as a misnomer but makes this happy on Linux (scons). | 4648 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4648 'process_outputs_as_sources': 1, | 4649 'process_outputs_as_sources': 1, |
| 4649 }, | 4650 }, |
| 4650 ], # 'actions' | 4651 ], # 'actions' |
| 4651 }, | 4652 }, |
| 4652 ] | 4653 ] |
| 4653 }], # 'coverage!=0' | 4654 }], # 'coverage!=0' |
| 4654 ], # 'conditions' | 4655 ], # 'conditions' |
| 4655 } | 4656 } |
| OLD | NEW |