Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm the build files from webkit/glue/resources Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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',
11 'type': 'executable', 11 'type': 'executable',
12 'dependencies': [ 12 'dependencies': [
13 'browser', 13 'browser',
14 'chrome_resources.gyp:chrome_resources', 14 'chrome_resources.gyp:chrome_resources',
15 'chrome_resources.gyp:chrome_strings', 15 'chrome_resources.gyp:chrome_strings',
16 'chrome_resources.gyp:packed_extra_resources', 16 'chrome_resources.gyp:packed_extra_resources',
17 'chrome_resources.gyp:packed_resources', 17 'chrome_resources.gyp:packed_resources',
18 'debugger', 18 'debugger',
19 'renderer', 19 'renderer',
20 'test_support_common', 20 'test_support_common',
21 '../content/app/resources/content_resources.gyp:content_resources',
21 '../google_apis/google_apis.gyp:google_apis_test_support', 22 '../google_apis/google_apis.gyp:google_apis_test_support',
22 '../net/net.gyp:net', 23 '../net/net.gyp:net',
23 '../net/net.gyp:net_resources', 24 '../net/net.gyp:net_resources',
24 '../net/net.gyp:net_test_support', 25 '../net/net.gyp:net_test_support',
25 '../pdf/pdf.gyp:pdf', 26 '../pdf/pdf.gyp:pdf',
26 '../ppapi/ppapi_internal.gyp:ppapi_tests', 27 '../ppapi/ppapi_internal.gyp:ppapi_tests',
27 '../skia/skia.gyp:skia', 28 '../skia/skia.gyp:skia',
28 '../sync/sync.gyp:sync', 29 '../sync/sync.gyp:sync',
29 '../testing/gmock.gyp:gmock', 30 '../testing/gmock.gyp:gmock',
30 '../testing/gtest.gyp:gtest', 31 '../testing/gtest.gyp:gtest',
31 '../third_party/hunspell/hunspell.gyp:hunspell', 32 '../third_party/hunspell/hunspell.gyp:hunspell',
32 '../third_party/icu/icu.gyp:icui18n', 33 '../third_party/icu/icu.gyp:icui18n',
33 '../third_party/icu/icu.gyp:icuuc', 34 '../third_party/icu/icu.gyp:icuuc',
34 '../third_party/libpng/libpng.gyp:libpng', 35 '../third_party/libpng/libpng.gyp:libpng',
35 '../third_party/npapi/npapi.gyp:npapi', 36 '../third_party/npapi/npapi.gyp:npapi',
36 '../third_party/zlib/zlib.gyp:zlib', 37 '../third_party/zlib/zlib.gyp:zlib',
37 '../ui/base/ui_base.gyp:ui_base_test_support', 38 '../ui/base/ui_base.gyp:ui_base_test_support',
38 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 39 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
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 2979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 ['enable_webrtc==1', { 3029 ['enable_webrtc==1', {
3030 'dependencies': [ 3030 'dependencies': [
3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3032 ] 3032 ]
3033 }], 3033 }],
3034 ], 3034 ],
3035 }] 3035 }]
3036 }], 3036 }],
3037 ], # 'conditions' 3037 ], # 'conditions'
3038 } 3038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698