| 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'conditions': [ | 6 'conditions': [ |
| 7 ['strip_tests==1', { | 7 ['strip_tests==1', { |
| 8 'cflags!': [ '-g' ], | 8 'cflags!': [ '-g' ], |
| 9 'ldflags': [ '-Wl,--strip-debug' ], | 9 'ldflags': [ '-Wl,--strip-debug' ], |
| 10 }], | 10 }], |
| (...skipping 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1938 'common/extensions/extension_localization_peer_unittest.cc', | 1938 'common/extensions/extension_localization_peer_unittest.cc', |
| 1939 'common/extensions/extension_manifests_unittest.cc', | 1939 'common/extensions/extension_manifests_unittest.cc', |
| 1940 'common/extensions/extension_message_bundle_unittest.cc', | 1940 'common/extensions/extension_message_bundle_unittest.cc', |
| 1941 'common/extensions/extension_permission_set_unittest.cc', | 1941 'common/extensions/extension_permission_set_unittest.cc', |
| 1942 'common/extensions/extension_resource_unittest.cc', | 1942 'common/extensions/extension_resource_unittest.cc', |
| 1943 'common/extensions/extension_set_unittest.cc', | 1943 'common/extensions/extension_set_unittest.cc', |
| 1944 'common/extensions/extension_test_util.h', | 1944 'common/extensions/extension_test_util.h', |
| 1945 'common/extensions/extension_test_util.cc', | 1945 'common/extensions/extension_test_util.cc', |
| 1946 'common/extensions/extension_unittest.cc', | 1946 'common/extensions/extension_unittest.cc', |
| 1947 'common/extensions/extension_unpacker_unittest.cc', | 1947 'common/extensions/extension_unpacker_unittest.cc', |
| 1948 'common/extensions/manifest_unittest.cc', |
| 1948 'common/extensions/update_manifest_unittest.cc', | 1949 'common/extensions/update_manifest_unittest.cc', |
| 1949 'common/extensions/url_pattern_set_unittest.cc', | 1950 'common/extensions/url_pattern_set_unittest.cc', |
| 1950 'common/extensions/url_pattern_unittest.cc', | 1951 'common/extensions/url_pattern_unittest.cc', |
| 1951 'common/extensions/user_script_unittest.cc', | 1952 'common/extensions/user_script_unittest.cc', |
| 1952 'common/extensions/api/extension_api_unittest.cc', | 1953 'common/extensions/api/extension_api_unittest.cc', |
| 1953 'common/guid_unittest.cc', | 1954 'common/guid_unittest.cc', |
| 1954 'common/important_file_writer_unittest.cc', | 1955 'common/important_file_writer_unittest.cc', |
| 1955 'common/json_pref_store_unittest.cc', | 1956 'common/json_pref_store_unittest.cc', |
| 1956 'common/json_schema_validator_unittest.cc', | 1957 'common/json_schema_validator_unittest.cc', |
| 1957 'common/json_schema_validator_unittest_base.cc', | 1958 'common/json_schema_validator_unittest_base.cc', |
| (...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4325 # Use outputs of this action as inputs for the main target build. | 4326 # Use outputs of this action as inputs for the main target build. |
| 4326 # Seems as a misnomer but makes this happy on Linux (scons). | 4327 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4327 'process_outputs_as_sources': 1, | 4328 'process_outputs_as_sources': 1, |
| 4328 }, | 4329 }, |
| 4329 ], # 'actions' | 4330 ], # 'actions' |
| 4330 }, | 4331 }, |
| 4331 ] | 4332 ] |
| 4332 }], # 'coverage!=0' | 4333 }], # 'coverage!=0' |
| 4333 ], # 'conditions' | 4334 ], # 'conditions' |
| 4334 } | 4335 } |
| OLD | NEW |