| 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 18 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |