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

Side by Side Diff: content/content_shell.gypi

Issue 10740002: Stub out not yet implemented controller methods, so we don't have to wait for timeouts but fail imm… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 5 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 | « no previous file | content/shell/layout_test_controller.js » ('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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 18 matching lines...) Expand all
29 '../base/base.gyp:base', 29 '../base/base.gyp:base',
30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../ipc/ipc.gyp:ipc', 32 '../ipc/ipc.gyp:ipc',
33 '../media/media.gyp:media', 33 '../media/media.gyp:media',
34 '../net/net.gyp:net', 34 '../net/net.gyp:net',
35 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
36 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 36 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
37 '../ui/ui.gyp:ui', 37 '../ui/ui.gyp:ui',
38 '../v8/tools/gyp/v8.gyp:v8', 38 '../v8/tools/gyp/v8.gyp:v8',
39 '../webkit/support/webkit_support.gyp:appcache', 39 '../webkit/support/webkit_support.gyp:webkit_support',
40 '../webkit/support/webkit_support.gyp:database',
41 '../webkit/support/webkit_support.gyp:fileapi',
42 '../webkit/support/webkit_support.gyp:glue',
43 '../webkit/support/webkit_support.gyp:quota',
44 ], 40 ],
45 'include_dirs': [ 41 'include_dirs': [
46 '..', 42 '..',
47 ], 43 ],
48 'sources': [ 44 'sources': [
49 'shell/geolocation/shell_access_token_store.cc', 45 'shell/geolocation/shell_access_token_store.cc',
50 'shell/geolocation/shell_access_token_store.h', 46 'shell/geolocation/shell_access_token_store.h',
51 'shell/layout_test_controller.cc', 47 'shell/layout_test_controller.cc',
52 'shell/layout_test_controller.h', 48 'shell/layout_test_controller.h',
53 'shell/layout_test_controller_bindings.cc', 49 'shell/layout_test_controller_bindings.cc',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 '-buildfile', 608 '-buildfile',
613 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml', 609 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml',
614 ] 610 ]
615 } 611 }
616 ], 612 ],
617 }, 613 },
618 ], 614 ],
619 }], # OS=="android" 615 }], # OS=="android"
620 ] 616 ]
621 } 617 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/layout_test_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698