OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1933 ], | 1933 ], |
1934 }], | 1934 }], |
1935 ['configuration_policy==0', { | 1935 ['configuration_policy==0', { |
1936 'sources!': [ | 1936 'sources!': [ |
1937 'browser/prefs/proxy_policy_unittest.cc', | 1937 'browser/prefs/proxy_policy_unittest.cc', |
1938 ], | 1938 ], |
1939 'sources/': [ | 1939 'sources/': [ |
1940 ['exclude', '^browser/policy/'], | 1940 ['exclude', '^browser/policy/'], |
1941 ], | 1941 ], |
1942 }], | 1942 }], |
| 1943 ['input_speech==0', { |
| 1944 'sources/': [ |
| 1945 ['exclude', '^browser/speech/'], |
| 1946 ], |
| 1947 }], |
1943 ['safe_browsing==1', { | 1948 ['safe_browsing==1', { |
1944 'defines': [ | 1949 'defines': [ |
1945 'ENABLE_SAFE_BROWSING', | 1950 'ENABLE_SAFE_BROWSING', |
1946 ], | 1951 ], |
1947 }, { # safe_browsing == 0 | 1952 }, { # safe_browsing == 0 |
1948 'sources!': [ | 1953 'sources!': [ |
1949 'browser/download/download_safe_browsing_client_unittest.cc', | 1954 'browser/download/download_safe_browsing_client_unittest.cc', |
1950 ], | 1955 ], |
1951 'sources/': [ | 1956 'sources/': [ |
1952 ['exclude', '^browser/safe_browsing/'], | 1957 ['exclude', '^browser/safe_browsing/'], |
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2586 ['toolkit_views==0', { | 2591 ['toolkit_views==0', { |
2587 'sources!': [ | 2592 'sources!': [ |
2588 'browser/extensions/extension_input_apitest.cc', | 2593 'browser/extensions/extension_input_apitest.cc', |
2589 ], | 2594 ], |
2590 }], | 2595 }], |
2591 ['configuration_policy==0', { | 2596 ['configuration_policy==0', { |
2592 'sources/': [ | 2597 'sources/': [ |
2593 ['exclude', '^browser/policy/'], | 2598 ['exclude', '^browser/policy/'], |
2594 ], | 2599 ], |
2595 }], | 2600 }], |
| 2601 ['input_speech==0', { |
| 2602 'sources/': [ |
| 2603 ['exclude', '^browser/speech/'], |
| 2604 ['exclude', '^../content/browser/speech/'], |
| 2605 ], |
| 2606 }], |
2596 ['safe_browsing==1', { | 2607 ['safe_browsing==1', { |
2597 'defines': [ | 2608 'defines': [ |
2598 'ENABLE_SAFE_BROWSING', | 2609 'ENABLE_SAFE_BROWSING', |
2599 ], | 2610 ], |
2600 }, { # safe_browsing == 0 | 2611 }, { # safe_browsing == 0 |
2601 'sources/': [ | 2612 'sources/': [ |
2602 ['exclude', '^browser/safe_browsing/'], | 2613 ['exclude', '^browser/safe_browsing/'], |
2603 ['exclude', '^renderer/safe_browsing/'], | 2614 ['exclude', '^renderer/safe_browsing/'], |
2604 ], | 2615 ], |
2605 }], | 2616 }], |
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4045 # Use outputs of this action as inputs for the main target build. | 4056 # Use outputs of this action as inputs for the main target build. |
4046 # Seems as a misnomer but makes this happy on Linux (scons). | 4057 # Seems as a misnomer but makes this happy on Linux (scons). |
4047 'process_outputs_as_sources': 1, | 4058 'process_outputs_as_sources': 1, |
4048 }, | 4059 }, |
4049 ], # 'actions' | 4060 ], # 'actions' |
4050 }, | 4061 }, |
4051 ] | 4062 ] |
4052 }], # 'coverage!=0' | 4063 }], # 'coverage!=0' |
4053 ], # 'conditions' | 4064 ], # 'conditions' |
4054 } | 4065 } |
OLD | NEW |