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 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2434 | 2434 |
2435 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2435 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2436 'browser/shell_integration_unittest.cc', | 2436 'browser/shell_integration_unittest.cc', |
2437 | 2437 |
2438 # No service process (which also requires multiprocess lock). | 2438 # No service process (which also requires multiprocess lock). |
2439 'common/multi_process_lock_unittest.cc', | 2439 'common/multi_process_lock_unittest.cc', |
2440 | 2440 |
2441 # Sync setup uses native ui. | 2441 # Sync setup uses native ui. |
2442 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2442 'browser/ui/webui/sync_setup_handler_unittest.cc', |
2443 | 2443 |
| 2444 # about:flags is unsupported. |
| 2445 'browser/about_flags_unittest.cc', |
| 2446 |
2444 'browser/ui/window_sizer_unittest.cc', | 2447 'browser/ui/window_sizer_unittest.cc', |
2445 ], | 2448 ], |
2446 'sources/': [ | 2449 'sources/': [ |
2447 ['exclude', '^browser/chrome_to_mobile'], | 2450 ['exclude', '^browser/chrome_to_mobile'], |
2448 ['exclude', '^browser/printing/'], | 2451 ['exclude', '^browser/printing/'], |
2449 ['exclude', '^browser/themes/'], | 2452 ['exclude', '^browser/themes/'], |
2450 ['exclude', '^browser/ui/panels'], | 2453 ['exclude', '^browser/ui/panels'], |
2451 ['exclude', '^browser/ui/tabs/'], | 2454 ['exclude', '^browser/ui/tabs/'], |
2452 ['exclude', '^browser/ui/toolbar/'], | 2455 ['exclude', '^browser/ui/toolbar/'], |
2453 ['exclude', '^browser/ui/webui/options/'], | 2456 ['exclude', '^browser/ui/webui/options/'], |
| 2457 ['exclude', '^browser/ui/webui/options2/'], |
2454 ['exclude', '^browser/ui/webui/print_preview/'], | 2458 ['exclude', '^browser/ui/webui/print_preview/'], |
2455 # No service process on Android. | 2459 # No service process on Android. |
2456 ['exclude', '^common/service_'], | 2460 ['exclude', '^common/service_'], |
2457 ['exclude', '^service/'], | 2461 ['exclude', '^service/'], |
2458 ], | 2462 ], |
2459 }], | 2463 }], |
2460 ['enable_themes==0', { | 2464 ['enable_themes==0', { |
2461 'sources!': [ | 2465 'sources!': [ |
2462 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 2466 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
2463 'browser/sync/glue/theme_util_unittest.cc', | 2467 'browser/sync/glue/theme_util_unittest.cc', |
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4613 # Use outputs of this action as inputs for the main target build. | 4617 # Use outputs of this action as inputs for the main target build. |
4614 # Seems as a misnomer but makes this happy on Linux (scons). | 4618 # Seems as a misnomer but makes this happy on Linux (scons). |
4615 'process_outputs_as_sources': 1, | 4619 'process_outputs_as_sources': 1, |
4616 }, | 4620 }, |
4617 ], # 'actions' | 4621 ], # 'actions' |
4618 }, | 4622 }, |
4619 ] | 4623 ] |
4620 }], # 'coverage!=0' | 4624 }], # 'coverage!=0' |
4621 ], # 'conditions' | 4625 ], # 'conditions' |
4622 } | 4626 } |
OLD | NEW |