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 18 matching lines...) Expand all Loading... |
29 '../testing/gmock.gyp:gmock', | 29 '../testing/gmock.gyp:gmock', |
30 '../testing/gtest.gyp:gtest', | 30 '../testing/gtest.gyp:gtest', |
31 '../third_party/hunspell/hunspell.gyp:hunspell', | 31 '../third_party/hunspell/hunspell.gyp:hunspell', |
32 '../third_party/icu/icu.gyp:icui18n', | 32 '../third_party/icu/icu.gyp:icui18n', |
33 '../third_party/icu/icu.gyp:icuuc', | 33 '../third_party/icu/icu.gyp:icuuc', |
34 '../third_party/libpng/libpng.gyp:libpng', | 34 '../third_party/libpng/libpng.gyp:libpng', |
35 '../third_party/npapi/npapi.gyp:npapi', | 35 '../third_party/npapi/npapi.gyp:npapi', |
36 '../third_party/zlib/zlib.gyp:zlib', | 36 '../third_party/zlib/zlib.gyp:zlib', |
37 '../ui/base/ui_base.gyp:ui_base_test_support', | 37 '../ui/base/ui_base.gyp:ui_base_test_support', |
38 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 38 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
39 '../webkit/webkit_resources.gyp:webkit_resources', | 39 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
40 ], | 40 ], |
41 'include_dirs': [ | 41 'include_dirs': [ |
42 '..', | 42 '..', |
43 ], | 43 ], |
44 'defines': [ | 44 'defines': [ |
45 'HAS_OUT_OF_PROC_TEST_RUNNER', | 45 'HAS_OUT_OF_PROC_TEST_RUNNER', |
46 ], | 46 ], |
47 'sources': [ | 47 'sources': [ |
48 '../apps/app_shim/app_shim_interactive_uitest_mac.mm', | 48 '../apps/app_shim/app_shim_interactive_uitest_mac.mm', |
49 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | 49 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3039 ['enable_webrtc==1', { | 3039 ['enable_webrtc==1', { |
3040 'dependencies': [ | 3040 'dependencies': [ |
3041 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3041 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3042 ] | 3042 ] |
3043 }], | 3043 }], |
3044 ], | 3044 ], |
3045 }] | 3045 }] |
3046 }], | 3046 }], |
3047 ], # 'conditions' | 3047 ], # 'conditions' |
3048 } | 3048 } |
OLD | NEW |