| 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 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1595 'browser/sync/test_profile_sync_service.cc', | 1595 'browser/sync/test_profile_sync_service.cc', |
| 1596 'browser/sync/test_profile_sync_service.h', | 1596 'browser/sync/test_profile_sync_service.h', |
| 1597 'browser/sync/test/test_http_bridge_factory.cc', | 1597 'browser/sync/test/test_http_bridge_factory.cc', |
| 1598 'browser/sync/test/test_http_bridge_factory.h', | 1598 'browser/sync/test/test_http_bridge_factory.h', |
| 1599 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1599 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1600 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1600 'browser/tab_contents/thumbnail_generator_unittest.cc', |
| 1601 'browser/task_manager/task_manager_unittest.cc', | 1601 'browser/task_manager/task_manager_unittest.cc', |
| 1602 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1602 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| 1603 'browser/themes/browser_theme_pack_unittest.cc', | 1603 'browser/themes/browser_theme_pack_unittest.cc', |
| 1604 'browser/themes/theme_service_unittest.cc', | 1604 'browser/themes/theme_service_unittest.cc', |
| 1605 'browser/ui/auto_login_prompter_unittest.cc', |
| 1605 'browser/ui/browser_unittest.cc', | 1606 'browser/ui/browser_unittest.cc', |
| 1606 'browser/ui/search/search_delegate_unittest.cc', | 1607 'browser/ui/search/search_delegate_unittest.cc', |
| 1607 # It is safe to list */cocoa/* files in the "common" file list | 1608 # It is safe to list */cocoa/* files in the "common" file list |
| 1608 # without an explicit exclusion since gyp is smart enough to | 1609 # without an explicit exclusion since gyp is smart enough to |
| 1609 # exclude them from non-Mac builds. | 1610 # exclude them from non-Mac builds. |
| 1610 'browser/ui/cocoa/about_ipc_controller_unittest.mm', | 1611 'browser/ui/cocoa/about_ipc_controller_unittest.mm', |
| 1611 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 1612 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
| 1612 'browser/ui/cocoa/animatable_image_unittest.mm', | 1613 'browser/ui/cocoa/animatable_image_unittest.mm', |
| 1613 'browser/ui/cocoa/animatable_view_unittest.mm', | 1614 'browser/ui/cocoa/animatable_view_unittest.mm', |
| 1614 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', | 1615 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', |
| (...skipping 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4650 # Use outputs of this action as inputs for the main target build. | 4651 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4652 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4653 'process_outputs_as_sources': 1, |
| 4653 }, | 4654 }, |
| 4654 ], # 'actions' | 4655 ], # 'actions' |
| 4655 }, | 4656 }, |
| 4656 ] | 4657 ] |
| 4657 }], # 'coverage!=0' | 4658 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4659 ], # 'conditions' |
| 4659 } | 4660 } |
| OLD | NEW |