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

Side by Side Diff: content/content_shell.gypi

Issue 10823051: ContentShell rendering support on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address jam's comments Created 8 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/draw_delegate.h » ('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 24 matching lines...) Expand all
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:webkit_support', 39 '../webkit/support/webkit_support.gyp:webkit_support',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 '..', 42 '..',
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'shell/android/draw_context.cc',
46 'shell/android/draw_context.h',
45 'shell/geolocation/shell_access_token_store.cc', 47 'shell/geolocation/shell_access_token_store.cc',
46 'shell/geolocation/shell_access_token_store.h', 48 'shell/geolocation/shell_access_token_store.h',
47 'shell/layout_test_controller.cc', 49 'shell/layout_test_controller.cc',
48 'shell/layout_test_controller.h', 50 'shell/layout_test_controller.h',
49 'shell/layout_test_controller_bindings.cc', 51 'shell/layout_test_controller_bindings.cc',
50 'shell/layout_test_controller_bindings.h', 52 'shell/layout_test_controller_bindings.h',
51 'shell/layout_test_controller_host.cc', 53 'shell/layout_test_controller_host.cc',
52 'shell/layout_test_controller_host.h', 54 'shell/layout_test_controller_host.h',
53 'shell/paths_mac.h', 55 'shell/paths_mac.h',
54 'shell/paths_mac.mm', 56 'shell/paths_mac.mm',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'shell/android/java/content_shell_apk.xml', 648 'shell/android/java/content_shell_apk.xml',
647 # '<(CONFIGURATION_NAME)', 649 # '<(CONFIGURATION_NAME)',
648 ] 650 ]
649 } 651 }
650 ], 652 ],
651 }, 653 },
652 ], 654 ],
653 }], # OS=="android" 655 }], # OS=="android"
654 ] 656 ]
655 } 657 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/draw_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698