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 'sources/': [ | 2470 'sources/': [ |
2471 ['exclude', '^browser/chrome_to_mobile'], | 2471 ['exclude', '^browser/chrome_to_mobile'], |
2472 ['exclude', '^browser/printing/'], | 2472 ['exclude', '^browser/printing/'], |
2473 ['exclude', '^browser/tabs/pinned_tab_'], | 2473 ['exclude', '^browser/tabs/pinned_tab_'], |
2474 ['exclude', '^browser/tabs/tab_strip_model'], | 2474 ['exclude', '^browser/tabs/tab_strip_model'], |
2475 ['exclude', '^browser/themes/'], | 2475 ['exclude', '^browser/themes/'], |
2476 ['exclude', '^browser/ui/panels'], | 2476 ['exclude', '^browser/ui/panels'], |
2477 ['exclude', '^browser/ui/tabs/'], | 2477 ['exclude', '^browser/ui/tabs/'], |
2478 ['exclude', '^browser/ui/toolbar/'], | 2478 ['exclude', '^browser/ui/toolbar/'], |
2479 ['exclude', '^browser/ui/webui/options/'], | 2479 ['exclude', '^browser/ui/webui/options/'], |
| 2480 ['exclude', '^browser/ui/webui/options2/'], |
2480 ['exclude', '^browser/ui/webui/print_preview/'], | 2481 ['exclude', '^browser/ui/webui/print_preview/'], |
2481 # No service process on Android. | 2482 # No service process on Android. |
2482 ['exclude', '^common/service_'], | 2483 ['exclude', '^common/service_'], |
2483 ['exclude', '^service/'], | 2484 ['exclude', '^service/'], |
2484 ], | 2485 ], |
2485 }], | 2486 }], |
2486 ['enable_themes==0', { | 2487 ['enable_themes==0', { |
2487 'sources!': [ | 2488 'sources!': [ |
2488 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 2489 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
2489 'browser/sync/glue/theme_util_unittest.cc', | 2490 '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. | 4640 # Use outputs of this action as inputs for the main target build. |
4640 # Seems as a misnomer but makes this happy on Linux (scons). | 4641 # Seems as a misnomer but makes this happy on Linux (scons). |
4641 'process_outputs_as_sources': 1, | 4642 'process_outputs_as_sources': 1, |
4642 }, | 4643 }, |
4643 ], # 'actions' | 4644 ], # 'actions' |
4644 }, | 4645 }, |
4645 ] | 4646 ] |
4646 }], # 'coverage!=0' | 4647 }], # 'coverage!=0' |
4647 ], # 'conditions' | 4648 ], # 'conditions' |
4648 } | 4649 } |
OLD | NEW |