| 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 28 matching lines...) Expand all Loading... |
| 39 '../webkit/support/webkit_support.gyp:appcache', | 39 '../webkit/support/webkit_support.gyp:appcache', |
| 40 '../webkit/support/webkit_support.gyp:database', | 40 '../webkit/support/webkit_support.gyp:database', |
| 41 '../webkit/support/webkit_support.gyp:fileapi', | 41 '../webkit/support/webkit_support.gyp:fileapi', |
| 42 '../webkit/support/webkit_support.gyp:glue', | 42 '../webkit/support/webkit_support.gyp:glue', |
| 43 '../webkit/support/webkit_support.gyp:quota', | 43 '../webkit/support/webkit_support.gyp:quota', |
| 44 ], | 44 ], |
| 45 'include_dirs': [ | 45 'include_dirs': [ |
| 46 '..', | 46 '..', |
| 47 ], | 47 ], |
| 48 'sources': [ | 48 'sources': [ |
| 49 'shell/geolocation/shell_access_token_store.cc', |
| 50 'shell/geolocation/shell_access_token_store.h', |
| 49 'shell/layout_test_controller.cc', | 51 'shell/layout_test_controller.cc', |
| 50 'shell/layout_test_controller.h', | 52 'shell/layout_test_controller.h', |
| 51 'shell/layout_test_controller_bindings.cc', | 53 'shell/layout_test_controller_bindings.cc', |
| 52 'shell/layout_test_controller_bindings.h', | 54 'shell/layout_test_controller_bindings.h', |
| 53 'shell/layout_test_controller_host.cc', | 55 'shell/layout_test_controller_host.cc', |
| 54 'shell/layout_test_controller_host.h', | 56 'shell/layout_test_controller_host.h', |
| 55 'shell/paths_mac.h', | 57 'shell/paths_mac.h', |
| 56 'shell/paths_mac.mm', | 58 'shell/paths_mac.mm', |
| 57 'shell/shell.cc', | 59 'shell/shell.cc', |
| 58 'shell/shell.h', | 60 'shell/shell.h', |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 '-buildfile', | 575 '-buildfile', |
| 574 '<(DEPTH)/content/shell/android/content_shell_apk.xml', | 576 '<(DEPTH)/content/shell/android/content_shell_apk.xml', |
| 575 ] | 577 ] |
| 576 } | 578 } |
| 577 ], | 579 ], |
| 578 }, | 580 }, |
| 579 ], | 581 ], |
| 580 }], # OS=="android" | 582 }], # OS=="android" |
| 581 ] | 583 ] |
| 582 } | 584 } |
| OLD | NEW |