| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 '-buildfile', | 646 '-buildfile', |
| 645 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 647 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 646 ] | 648 ] |
| 647 } | 649 } |
| 648 ], | 650 ], |
| 649 }, | 651 }, |
| 650 ], | 652 ], |
| 651 }], # OS=="android" | 653 }], # OS=="android" |
| 652 ] | 654 ] |
| 653 } | 655 } |
| OLD | NEW |