| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'browser/sync/profile_sync_service_mock.h', | 166 'browser/sync/profile_sync_service_mock.h', |
| 167 'browser/ui/browser.h', | 167 'browser/ui/browser.h', |
| 168 'browser/ui/cocoa/run_loop_testing.h', | 168 'browser/ui/cocoa/run_loop_testing.h', |
| 169 'browser/ui/cocoa/run_loop_testing.mm', | 169 'browser/ui/cocoa/run_loop_testing.mm', |
| 170 'browser/ui/fullscreen_controller_test.cc', | 170 'browser/ui/fullscreen_controller_test.cc', |
| 171 'browser/ui/fullscreen_controller_test.h', | 171 'browser/ui/fullscreen_controller_test.h', |
| 172 'browser/ui/panels/base_panel_browser_test.cc', | 172 'browser/ui/panels/base_panel_browser_test.cc', |
| 173 'browser/ui/panels/base_panel_browser_test.h', | 173 'browser/ui/panels/base_panel_browser_test.h', |
| 174 'browser/ui/panels/test_panel_mouse_watcher.cc', | 174 'browser/ui/panels/test_panel_mouse_watcher.cc', |
| 175 'browser/ui/panels/test_panel_mouse_watcher.h', | 175 'browser/ui/panels/test_panel_mouse_watcher.h', |
| 176 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', | 176 'browser/ui/tab_contents/test_tab_contents.cc', |
| 177 'browser/ui/tab_contents/test_tab_contents_wrapper.h', | 177 'browser/ui/tab_contents/test_tab_contents.h', |
| 178 'common/net/gaia/mock_url_fetcher_factory.h', | 178 'common/net/gaia/mock_url_fetcher_factory.h', |
| 179 'common/pref_store_observer_mock.cc', | 179 'common/pref_store_observer_mock.cc', |
| 180 'common/pref_store_observer_mock.h', | 180 'common/pref_store_observer_mock.h', |
| 181 'renderer/chrome_mock_render_thread.cc', | 181 'renderer/chrome_mock_render_thread.cc', |
| 182 'renderer/chrome_mock_render_thread.h', | 182 'renderer/chrome_mock_render_thread.h', |
| 183 'renderer/mock_printer.cc', | 183 'renderer/mock_printer.cc', |
| 184 'renderer/mock_printer.h', | 184 'renderer/mock_printer.h', |
| 185 'renderer/safe_browsing/mock_feature_extractor_clock.cc', | 185 'renderer/safe_browsing/mock_feature_extractor_clock.cc', |
| 186 'renderer/safe_browsing/mock_feature_extractor_clock.h', | 186 'renderer/safe_browsing/mock_feature_extractor_clock.h', |
| 187 'test/automation/automation_handle_tracker.cc', | 187 'test/automation/automation_handle_tracker.cc', |
| (...skipping 4465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4653 # Use outputs of this action as inputs for the main target build. | 4653 # Use outputs of this action as inputs for the main target build. |
| 4654 # Seems as a misnomer but makes this happy on Linux (scons). | 4654 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4655 'process_outputs_as_sources': 1, | 4655 'process_outputs_as_sources': 1, |
| 4656 }, | 4656 }, |
| 4657 ], # 'actions' | 4657 ], # 'actions' |
| 4658 }, | 4658 }, |
| 4659 ] | 4659 ] |
| 4660 }], # 'coverage!=0' | 4660 }], # 'coverage!=0' |
| 4661 ], # 'conditions' | 4661 ], # 'conditions' |
| 4662 } | 4662 } |
| OLD | NEW |