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 15 matching lines...) Expand all Loading... |
26 'content_utility', | 26 'content_utility', |
27 'content_worker', | 27 'content_worker', |
28 'content_resources.gyp:content_resources', | 28 'content_resources.gyp:content_resources', |
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 '../third_party/WebKit/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: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 '..', |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 '-buildfile', | 584 '-buildfile', |
585 '<(DEPTH)/content/shell/android/content_shell_apk.xml', | 585 '<(DEPTH)/content/shell/android/content_shell_apk.xml', |
586 ] | 586 ] |
587 } | 587 } |
588 ], | 588 ], |
589 }, | 589 }, |
590 ], | 590 ], |
591 }], # OS=="android" | 591 }], # OS=="android" |
592 ] | 592 ] |
593 } | 593 } |
OLD | NEW |