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 # No browser. | 2447 # No browser. |
2445 'browser/browser_commands_unittest.cc', | 2448 'browser/browser_commands_unittest.cc', |
2446 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2449 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
2447 'browser/printing/print_preview_unit_test_base.cc', | 2450 'browser/printing/print_preview_unit_test_base.cc', |
2448 'browser/printing/print_preview_unit_test_base.h', | 2451 'browser/printing/print_preview_unit_test_base.h', |
2449 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2452 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
2450 'browser/sessions/session_service_unittest.cc', | 2453 'browser/sessions/session_service_unittest.cc', |
2451 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 2454 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
2452 'browser/sync/profile_sync_service_session_unittest.cc', | 2455 'browser/sync/profile_sync_service_session_unittest.cc', |
2453 'browser/sync/sync_global_error_unittest.cc', | 2456 'browser/sync/sync_global_error_unittest.cc', |
(...skipping 16 matching lines...) Expand all Loading... |
2470 'sources/': [ | 2473 'sources/': [ |
2471 ['exclude', '^browser/chrome_to_mobile'], | 2474 ['exclude', '^browser/chrome_to_mobile'], |
2472 ['exclude', '^browser/printing/'], | 2475 ['exclude', '^browser/printing/'], |
2473 ['exclude', '^browser/tabs/pinned_tab_'], | 2476 ['exclude', '^browser/tabs/pinned_tab_'], |
2474 ['exclude', '^browser/tabs/tab_strip_model'], | 2477 ['exclude', '^browser/tabs/tab_strip_model'], |
2475 ['exclude', '^browser/themes/'], | 2478 ['exclude', '^browser/themes/'], |
2476 ['exclude', '^browser/ui/panels'], | 2479 ['exclude', '^browser/ui/panels'], |
2477 ['exclude', '^browser/ui/tabs/'], | 2480 ['exclude', '^browser/ui/tabs/'], |
2478 ['exclude', '^browser/ui/toolbar/'], | 2481 ['exclude', '^browser/ui/toolbar/'], |
2479 ['exclude', '^browser/ui/webui/options/'], | 2482 ['exclude', '^browser/ui/webui/options/'], |
| 2483 ['exclude', '^browser/ui/webui/options2/'], |
2480 ['exclude', '^browser/ui/webui/print_preview/'], | 2484 ['exclude', '^browser/ui/webui/print_preview/'], |
2481 # No service process on Android. | 2485 # No service process on Android. |
2482 ['exclude', '^common/service_'], | 2486 ['exclude', '^common/service_'], |
2483 ['exclude', '^service/'], | 2487 ['exclude', '^service/'], |
2484 ], | 2488 ], |
2485 }], | 2489 }], |
2486 ['enable_themes==0', { | 2490 ['enable_themes==0', { |
2487 'sources!': [ | 2491 'sources!': [ |
2488 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 2492 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
2489 'browser/sync/glue/theme_util_unittest.cc', | 2493 'browser/sync/glue/theme_util_unittest.cc', |
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4639 # Use outputs of this action as inputs for the main target build. | 4643 # Use outputs of this action as inputs for the main target build. |
4640 # Seems as a misnomer but makes this happy on Linux (scons). | 4644 # Seems as a misnomer but makes this happy on Linux (scons). |
4641 'process_outputs_as_sources': 1, | 4645 'process_outputs_as_sources': 1, |
4642 }, | 4646 }, |
4643 ], # 'actions' | 4647 ], # 'actions' |
4644 }, | 4648 }, |
4645 ] | 4649 ] |
4646 }], # 'coverage!=0' | 4650 }], # 'coverage!=0' |
4647 ], # 'conditions' | 4651 ], # 'conditions' |
4648 } | 4652 } |
OLD | NEW |