| 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 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2692 ], | 2692 ], |
| 2693 }], # OS == android | 2693 }], # OS == android |
| 2694 ['enable_themes==0', { | 2694 ['enable_themes==0', { |
| 2695 'sources!': [ | 2695 'sources!': [ |
| 2696 'browser/ui/webui/theme_source_unittest.cc', | 2696 'browser/ui/webui/theme_source_unittest.cc', |
| 2697 ], | 2697 ], |
| 2698 'sources/': [ | 2698 'sources/': [ |
| 2699 ['exclude', '^browser/themes/'], | 2699 ['exclude', '^browser/themes/'], |
| 2700 ], | 2700 ], |
| 2701 }], | 2701 }], |
| 2702 ['enable_language_detection==0', { |
| 2703 'sources!': [ |
| 2704 'browser/language_usage_metrics_unittest.cc', |
| 2705 ], |
| 2706 }], |
| 2702 ['enable_plugin_installation==0', { | 2707 ['enable_plugin_installation==0', { |
| 2703 'sources!': [ | 2708 'sources!': [ |
| 2704 ], | 2709 ], |
| 2705 }], | 2710 }], |
| 2706 ['enable_protector_service==0', { | 2711 ['enable_protector_service==0', { |
| 2707 'sources/': [ | 2712 'sources/': [ |
| 2708 ['exclude', '^browser/protector/'], | 2713 ['exclude', '^browser/protector/'], |
| 2709 ], | 2714 ], |
| 2710 }], | 2715 }], |
| 2711 ['toolkit_views==1', { | 2716 ['toolkit_views==1', { |
| (...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4957 'sync_integration_tests.isolate', | 4962 'sync_integration_tests.isolate', |
| 4958 ], | 4963 ], |
| 4959 'sources': [ | 4964 'sources': [ |
| 4960 'sync_integration_tests.isolate', | 4965 'sync_integration_tests.isolate', |
| 4961 ], | 4966 ], |
| 4962 }, | 4967 }, |
| 4963 ], | 4968 ], |
| 4964 }], | 4969 }], |
| 4965 ], # 'conditions' | 4970 ], # 'conditions' |
| 4966 } | 4971 } |
| OLD | NEW |