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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1686 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', | 1686 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', |
1687 ] | 1687 ] |
1688 }], | 1688 }], |
1689 ['disable_nacl==0', { | 1689 ['disable_nacl==0', { |
1690 'sources':[ | 1690 'sources':[ |
1691 'browser/extensions/extension_nacl_browsertest.cc', | 1691 'browser/extensions/extension_nacl_browsertest.cc', |
1692 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', | 1692 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', |
1693 ], | 1693 ], |
1694 'dependencies': [ | 1694 'dependencies': [ |
1695 # Runtime dependency. | 1695 # Runtime dependency. |
1696 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl
uginChrome', | 1696 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p
lugin', |
1697 ], | 1697 ], |
1698 'conditions': [ | 1698 'conditions': [ |
1699 ['disable_nacl_untrusted==0', { | 1699 ['disable_nacl_untrusted==0', { |
1700 'sources': [ | 1700 'sources': [ |
1701 'test/nacl/nacl_browsertest.cc', | 1701 'test/nacl/nacl_browsertest.cc', |
1702 'test/nacl/nacl_browsertest_uma.cc', | 1702 'test/nacl/nacl_browsertest_uma.cc', |
1703 'test/nacl/nacl_browsertest_util.cc', | 1703 'test/nacl/nacl_browsertest_util.cc', |
1704 'test/nacl/nacl_browsertest_util.h', | 1704 'test/nacl/nacl_browsertest_util.h', |
1705 'test/nacl/pnacl_header_test.cc', | 1705 'test/nacl/pnacl_header_test.cc', |
1706 'test/nacl/pnacl_header_test.h', | 1706 'test/nacl/pnacl_header_test.h', |
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3010 ['enable_webrtc==1', { | 3010 ['enable_webrtc==1', { |
3011 'dependencies': [ | 3011 'dependencies': [ |
3012 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3012 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3013 ] | 3013 ] |
3014 }], | 3014 }], |
3015 ], | 3015 ], |
3016 }] | 3016 }] |
3017 }], | 3017 }], |
3018 ], # 'conditions' | 3018 ], # 'conditions' |
3019 } | 3019 } |
OLD | NEW |