OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1567 'browser/sync/sync_ui_util_unittest.cc', | 1567 'browser/sync/sync_ui_util_unittest.cc', |
1568 'browser/sync/test_profile_sync_service.cc', | 1568 'browser/sync/test_profile_sync_service.cc', |
1569 'browser/sync/test_profile_sync_service.h', | 1569 'browser/sync/test_profile_sync_service.h', |
1570 'browser/sync/test/test_http_bridge_factory.cc', | 1570 'browser/sync/test/test_http_bridge_factory.cc', |
1571 'browser/sync/test/test_http_bridge_factory.h', | 1571 'browser/sync/test/test_http_bridge_factory.h', |
1572 'browser/sync/util/cryptographer_unittest.cc', | 1572 'browser/sync/util/cryptographer_unittest.cc', |
1573 'browser/sync/util/nigori_unittest.cc', | 1573 'browser/sync/util/nigori_unittest.cc', |
1574 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1574 'browser/tab_contents/render_view_context_menu_unittest.cc', |
1575 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1575 'browser/tab_contents/thumbnail_generator_unittest.cc', |
1576 'browser/tab_contents/web_contents_unittest.cc', | 1576 'browser/tab_contents/web_contents_unittest.cc', |
1577 'browser/tab_contents/web_drag_dest_gtk_unittest.cc', | |
1578 'browser/tabs/pinned_tab_codec_unittest.cc', | 1577 'browser/tabs/pinned_tab_codec_unittest.cc', |
1579 'browser/tabs/pinned_tab_service_unittest.cc', | 1578 'browser/tabs/pinned_tab_service_unittest.cc', |
1580 'browser/tabs/pinned_tab_test_utils.cc', | 1579 'browser/tabs/pinned_tab_test_utils.cc', |
1581 'browser/tabs/tab_strip_model_unittest.cc', | 1580 'browser/tabs/tab_strip_model_unittest.cc', |
1582 'browser/tabs/tab_strip_selection_model_unittest.cc', | 1581 'browser/tabs/tab_strip_selection_model_unittest.cc', |
1583 'browser/task_manager/task_manager_unittest.cc', | 1582 'browser/task_manager/task_manager_unittest.cc', |
1584 'browser/themes/browser_theme_pack_unittest.cc', | 1583 'browser/themes/browser_theme_pack_unittest.cc', |
1585 'browser/themes/theme_service_unittest.cc', | 1584 'browser/themes/theme_service_unittest.cc', |
1586 'browser/ui/browser_list_unittest.cc', | 1585 'browser/ui/browser_list_unittest.cc', |
1587 # It is safe to list */cocoa/* files in the "common" file list | 1586 # It is safe to list */cocoa/* files in the "common" file list |
(...skipping 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4047 # Use outputs of this action as inputs for the main target build. | 4046 # Use outputs of this action as inputs for the main target build. |
4048 # Seems as a misnomer but makes this happy on Linux (scons). | 4047 # Seems as a misnomer but makes this happy on Linux (scons). |
4049 'process_outputs_as_sources': 1, | 4048 'process_outputs_as_sources': 1, |
4050 }, | 4049 }, |
4051 ], # 'actions' | 4050 ], # 'actions' |
4052 }, | 4051 }, |
4053 ] | 4052 ] |
4054 }], # 'coverage!=0' | 4053 }], # 'coverage!=0' |
4055 ], # 'conditions' | 4054 ], # 'conditions' |
4056 } | 4055 } |
OLD | NEW |