OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |