| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'browser/sync/profile_sync_service_mock.h', | 170 'browser/sync/profile_sync_service_mock.h', |
| 171 'browser/ui/browser.h', | 171 'browser/ui/browser.h', |
| 172 'browser/ui/cocoa/run_loop_testing.h', | 172 'browser/ui/cocoa/run_loop_testing.h', |
| 173 'browser/ui/cocoa/run_loop_testing.mm', | 173 'browser/ui/cocoa/run_loop_testing.mm', |
| 174 'browser/ui/fullscreen_controller_test.cc', | 174 'browser/ui/fullscreen_controller_test.cc', |
| 175 'browser/ui/fullscreen_controller_test.h', | 175 'browser/ui/fullscreen_controller_test.h', |
| 176 'browser/ui/panels/base_panel_browser_test.cc', | 176 'browser/ui/panels/base_panel_browser_test.cc', |
| 177 'browser/ui/panels/base_panel_browser_test.h', | 177 'browser/ui/panels/base_panel_browser_test.h', |
| 178 'browser/ui/panels/test_panel_mouse_watcher.cc', | 178 'browser/ui/panels/test_panel_mouse_watcher.cc', |
| 179 'browser/ui/panels/test_panel_mouse_watcher.h', | 179 'browser/ui/panels/test_panel_mouse_watcher.h', |
| 180 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', | 180 'browser/ui/tab_contents/test_tab_contents.cc', |
| 181 'browser/ui/tab_contents/test_tab_contents_wrapper.h', | 181 'browser/ui/tab_contents/test_tab_contents.h', |
| 182 'common/net/gaia/mock_url_fetcher_factory.h', | 182 'common/net/gaia/mock_url_fetcher_factory.h', |
| 183 'common/pref_store_observer_mock.cc', | 183 'common/pref_store_observer_mock.cc', |
| 184 'common/pref_store_observer_mock.h', | 184 'common/pref_store_observer_mock.h', |
| 185 'renderer/chrome_mock_render_thread.cc', | 185 'renderer/chrome_mock_render_thread.cc', |
| 186 'renderer/chrome_mock_render_thread.h', | 186 'renderer/chrome_mock_render_thread.h', |
| 187 'renderer/mock_printer.cc', | 187 'renderer/mock_printer.cc', |
| 188 'renderer/mock_printer.h', | 188 'renderer/mock_printer.h', |
| 189 'renderer/safe_browsing/mock_feature_extractor_clock.cc', | 189 'renderer/safe_browsing/mock_feature_extractor_clock.cc', |
| 190 'renderer/safe_browsing/mock_feature_extractor_clock.h', | 190 'renderer/safe_browsing/mock_feature_extractor_clock.h', |
| 191 'test/automation/automation_handle_tracker.cc', | 191 'test/automation/automation_handle_tracker.cc', |
| (...skipping 4469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4661 # Use outputs of this action as inputs for the main target build. | 4661 # Use outputs of this action as inputs for the main target build. |
| 4662 # Seems as a misnomer but makes this happy on Linux (scons). | 4662 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4663 'process_outputs_as_sources': 1, | 4663 'process_outputs_as_sources': 1, |
| 4664 }, | 4664 }, |
| 4665 ], # 'actions' | 4665 ], # 'actions' |
| 4666 }, | 4666 }, |
| 4667 ] | 4667 ] |
| 4668 }], # 'coverage!=0' | 4668 }], # 'coverage!=0' |
| 4669 ], # 'conditions' | 4669 ], # 'conditions' |
| 4670 } | 4670 } |
| OLD | NEW |