| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 1785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1796 ['configuration_policy==0', { | 1796 ['configuration_policy==0', { |
| 1797 'sources/': [ | 1797 'sources/': [ |
| 1798 ['exclude', '^browser/policy/'], | 1798 ['exclude', '^browser/policy/'], |
| 1799 ], | 1799 ], |
| 1800 'sources!': [ | 1800 'sources!': [ |
| 1801 'browser/ui/webui/options/certificate_manager_browsertest.cc', | 1801 'browser/ui/webui/options/certificate_manager_browsertest.cc', |
| 1802 'browser/ui/webui/options/preferences_browsertest.cc', | 1802 'browser/ui/webui/options/preferences_browsertest.cc', |
| 1803 'browser/ui/webui/policy_ui_browsertest.cc', | 1803 'browser/ui/webui/policy_ui_browsertest.cc', |
| 1804 ], | 1804 ], |
| 1805 }], | 1805 }], |
| 1806 ['input_speech==0', { | 1806 ['enable_web_speech==0', { |
| 1807 'sources/': [ | 1807 'sources/': [ |
| 1808 ['exclude', '^browser/speech/'], | 1808 ['exclude', '^browser/speech/'], |
| 1809 ['exclude', '^../content/browser/speech/'], | 1809 ['exclude', '^../content/browser/speech/'], |
| 1810 ], | 1810 ], |
| 1811 }], | 1811 }], |
| 1812 ['safe_browsing==1', { | 1812 ['safe_browsing==1', { |
| 1813 'defines': [ | 1813 'defines': [ |
| 1814 'FULL_SAFE_BROWSING', | 1814 'FULL_SAFE_BROWSING', |
| 1815 ], | 1815 ], |
| 1816 }], | 1816 }], |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2985 ['enable_webrtc==1', { | 2985 ['enable_webrtc==1', { |
| 2986 'dependencies': [ | 2986 'dependencies': [ |
| 2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2988 ] | 2988 ] |
| 2989 }], | 2989 }], |
| 2990 ], | 2990 ], |
| 2991 }] | 2991 }] |
| 2992 }], | 2992 }], |
| 2993 ], # 'conditions' | 2993 ], # 'conditions' |
| 2994 } | 2994 } |
| OLD | NEW |