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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort chrome_tests.gypi Created 7 years, 8 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
« no previous file with comments | « webkit/storage/webkit_storage.gypi ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../../ui/resources/cursors/pan_east.cur', 9 '../../../ui/resources/cursors/pan_east.cur',
10 '../../../ui/resources/cursors/pan_middle.cur', 10 '../../../ui/resources/cursors/pan_middle.cur',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 # Currently test_shell compiles only on Windows, Mac, and Gtk. 46 # Currently test_shell compiles only on Windows, Mac, and Gtk.
47 ['OS=="win" or OS=="mac" or toolkit_uses_gtk==1', { 47 ['OS=="win" or OS=="mac" or toolkit_uses_gtk==1', {
48 'targets': [ 48 'targets': [
49 { 49 {
50 'target_name': 'test_shell_common', 50 'target_name': 'test_shell_common',
51 'type': 'static_library', 51 'type': 'static_library',
52 'variables': { 52 'variables': {
53 'chromium_code': 1, 53 'chromium_code': 1,
54 }, 54 },
55 'dependencies': [ 55 'dependencies': [
56 '../build/temp_gyp/googleurl.gyp:googleurl', 56 '../url/url.gyp:url',
57 '<(DEPTH)/base/base.gyp:base', 57 '<(DEPTH)/base/base.gyp:base',
58 '<(DEPTH)/base/base.gyp:base_i18n', 58 '<(DEPTH)/base/base.gyp:base_i18n',
59 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g yp:dynamic_annotations', 59 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g yp:dynamic_annotations',
60 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 60 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
61 '<(DEPTH)/media/media.gyp:media', 61 '<(DEPTH)/media/media.gyp:media',
62 '<(DEPTH)/net/net.gyp:net', 62 '<(DEPTH)/net/net.gyp:net',
63 '<(DEPTH)/skia/skia.gyp:skia', 63 '<(DEPTH)/skia/skia.gyp:skia',
64 '<(DEPTH)/testing/gmock.gyp:gmock', 64 '<(DEPTH)/testing/gmock.gyp:gmock',
65 '<(DEPTH)/testing/gtest.gyp:gtest', 65 '<(DEPTH)/testing/gtest.gyp:gtest',
66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspe ctor_resources', 66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspe ctor_resources',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 }], 354 }],
355 ], 355 ],
356 }, 356 },
357 { 357 {
358 'target_name': 'test_shell_tests', 358 'target_name': 'test_shell_tests',
359 'type': 'executable', 359 'type': 'executable',
360 'variables': { 360 'variables': {
361 'chromium_code': 1, 361 'chromium_code': 1,
362 }, 362 },
363 'dependencies': [ 363 'dependencies': [
364 '../build/temp_gyp/googleurl.gyp:googleurl', 364 '../url/url.gyp:url',
365 'test_shell_common', 365 'test_shell_common',
366 '<(DEPTH)/base/base.gyp:test_support_base', 366 '<(DEPTH)/base/base.gyp:test_support_base',
367 '<(DEPTH)/net/net.gyp:net', 367 '<(DEPTH)/net/net.gyp:net',
368 '<(DEPTH)/net/net.gyp:net_test_support', 368 '<(DEPTH)/net/net.gyp:net_test_support',
369 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 369 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
370 '<(DEPTH)/skia/skia.gyp:skia', 370 '<(DEPTH)/skia/skia.gyp:skia',
371 '<(DEPTH)/testing/gmock.gyp:gmock', 371 '<(DEPTH)/testing/gmock.gyp:gmock',
372 '<(DEPTH)/testing/gtest.gyp:gtest', 372 '<(DEPTH)/testing/gtest.gyp:gtest',
373 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 373 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
374 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', 374 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'action_name': 'test_shell_resources', 622 'action_name': 'test_shell_resources',
623 'includes': [ '../../../build/grit_action.gypi' ], 623 'includes': [ '../../../build/grit_action.gypi' ],
624 }, 624 },
625 ], 625 ],
626 'includes': [ '../../../build/grit_target.gypi' ], 626 'includes': [ '../../../build/grit_target.gypi' ],
627 }, 627 },
628 ], 628 ],
629 }], 629 }],
630 ], 630 ],
631 } 631 }
OLDNEW
« no previous file with comments | « webkit/storage/webkit_storage.gypi ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698