| 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 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2470 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2470 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 2471 'browser/sessions/session_service_unittest.cc', | 2471 'browser/sessions/session_service_unittest.cc', |
| 2472 'browser/sync/profile_sync_service_session_unittest.cc', | 2472 'browser/sync/profile_sync_service_session_unittest.cc', |
| 2473 'browser/sync/sync_global_error_unittest.cc', | 2473 'browser/sync/sync_global_error_unittest.cc', |
| 2474 'browser/sync/sync_setup_wizard_unittest.cc', | 2474 'browser/sync/sync_setup_wizard_unittest.cc', |
| 2475 'browser/ui/browser_list_unittest.cc', | 2475 'browser/ui/browser_list_unittest.cc', |
| 2476 'browser/ui/browser_unittest.cc', | 2476 'browser/ui/browser_unittest.cc', |
| 2477 'browser/ui/toolbar/toolbar_model_unittest.cc', | 2477 'browser/ui/toolbar/toolbar_model_unittest.cc', |
| 2478 'browser/ui/toolbar/wrench_menu_model_unittest.cc', | 2478 'browser/ui/toolbar/wrench_menu_model_unittest.cc', |
| 2479 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', | 2479 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', |
| 2480 'browser/web_resource/promo_resource_service_unittest.cc', |
| 2480 'test/base/browser_with_test_window_test.cc', | 2481 'test/base/browser_with_test_window_test.cc', |
| 2481 'test/base/browser_with_test_window_test.h', | 2482 'test/base/browser_with_test_window_test.h', |
| 2482 'test/base/test_browser_window.h', | 2483 'test/base/test_browser_window.h', |
| 2483 | 2484 |
| 2484 'browser/ui/window_sizer_unittest.cc', | 2485 'browser/ui/window_sizer_unittest.cc', |
| 2485 ], | 2486 ], |
| 2486 'sources/': [ | 2487 'sources/': [ |
| 2487 ['exclude', '^browser/chrome_to_mobile'], | 2488 ['exclude', '^browser/chrome_to_mobile'], |
| 2488 ['exclude', '^browser/printing/'], | 2489 ['exclude', '^browser/printing/'], |
| 2489 ['exclude', '^browser/tabs/pinned_tab_'], | 2490 ['exclude', '^browser/tabs/pinned_tab_'], |
| (...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4685 # Use outputs of this action as inputs for the main target build. | 4686 # Use outputs of this action as inputs for the main target build. |
| 4686 # Seems as a misnomer but makes this happy on Linux (scons). | 4687 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4687 'process_outputs_as_sources': 1, | 4688 'process_outputs_as_sources': 1, |
| 4688 }, | 4689 }, |
| 4689 ], # 'actions' | 4690 ], # 'actions' |
| 4690 }, | 4691 }, |
| 4691 ] | 4692 ] |
| 4692 }], # 'coverage!=0' | 4693 }], # 'coverage!=0' |
| 4693 ], # 'conditions' | 4694 ], # 'conditions' |
| 4694 } | 4695 } |
| OLD | NEW |