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 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 2449 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
2450 'browser/ui/views/first_run_search_engine_view_unittest.cc', | 2450 'browser/ui/views/first_run_search_engine_view_unittest.cc', |
2451 'browser/ui/views/generic_info_view_unittest.cc', | 2451 'browser/ui/views/generic_info_view_unittest.cc', |
2452 'test/data/resource.rc', | 2452 'test/data/resource.rc', |
2453 ], | 2453 ], |
2454 }], | 2454 }], |
2455 ['OS=="android"', { | 2455 ['OS=="android"', { |
2456 'sources!': [ | 2456 'sources!': [ |
2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2458 'browser/shell_integration_unittest.cc', | 2458 'browser/shell_integration_unittest.cc', |
| 2459 |
| 2460 # No service process (which also requires multiprocess lock) |
| 2461 'common/multi_process_lock_unittest.cc', |
| 2462 'common/service_process_util_unittest.cc', |
| 2463 |
| 2464 # Sync setup uses native ui. |
| 2465 'browser/sync/sync_setup_wizard_unittest.cc', |
| 2466 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2467 |
2459 'browser/ui/window_sizer_unittest.cc', | 2468 'browser/ui/window_sizer_unittest.cc', |
2460 ], | 2469 ], |
2461 'sources/': [ | 2470 'sources/': [ |
2462 ['exclude', '^browser/printing/'], | 2471 ['exclude', '^browser/printing/'], |
2463 ['exclude', '^browser/themes/'], | 2472 ['exclude', '^browser/themes/'], |
2464 ['exclude', '^browser/ui/panels'], | 2473 ['exclude', '^browser/ui/panels'], |
2465 ['exclude', '^browser/ui/tabs/'], | 2474 ['exclude', '^browser/ui/tabs/'], |
2466 ['exclude', '^browser/ui/toolbar/'], | 2475 ['exclude', '^browser/ui/toolbar/'], |
2467 ['exclude', '^browser/ui/webui/options/'], | 2476 ['exclude', '^browser/ui/webui/options/'], |
2468 ['exclude', '^browser/ui/webui/print_preview/'], | 2477 ['exclude', '^browser/ui/webui/print_preview/'], |
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4714 # Use outputs of this action as inputs for the main target build. | 4723 # Use outputs of this action as inputs for the main target build. |
4715 # Seems as a misnomer but makes this happy on Linux (scons). | 4724 # Seems as a misnomer but makes this happy on Linux (scons). |
4716 'process_outputs_as_sources': 1, | 4725 'process_outputs_as_sources': 1, |
4717 }, | 4726 }, |
4718 ], # 'actions' | 4727 ], # 'actions' |
4719 }, | 4728 }, |
4720 ] | 4729 ] |
4721 }], # 'coverage!=0' | 4730 }], # 'coverage!=0' |
4722 ], # 'conditions' | 4731 ], # 'conditions' |
4723 } | 4732 } |
OLD | NEW |