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 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
10 },{ | 10 },{ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'variables': { 'enable_wexit_time_destructors': 1, }, | 69 'variables': { 'enable_wexit_time_destructors': 1, }, |
70 'defines': [ | 70 'defines': [ |
71 'WEBKIT_EXTENSIONS_IMPLEMENTATION', | 71 'WEBKIT_EXTENSIONS_IMPLEMENTATION', |
72 'WEBKIT_GLUE_IMPLEMENTATION', | 72 'WEBKIT_GLUE_IMPLEMENTATION', |
73 'WEBKIT_PLUGINS_IMPLEMENTATION', | 73 'WEBKIT_PLUGINS_IMPLEMENTATION', |
74 ], | 74 ], |
75 'dependencies': [ | 75 'dependencies': [ |
76 '<(DEPTH)/base/base.gyp:base_i18n', | 76 '<(DEPTH)/base/base.gyp:base_i18n', |
77 '<(DEPTH)/base/base.gyp:base_static', | 77 '<(DEPTH)/base/base.gyp:base_static', |
78 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 78 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
79 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | |
80 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 79 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
81 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 80 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
82 '<(DEPTH)/media/media.gyp:media', | 81 '<(DEPTH)/media/media.gyp:media', |
83 '<(DEPTH)/media/media.gyp:shared_memory_support', | 82 '<(DEPTH)/media/media.gyp:shared_memory_support', |
84 '<(DEPTH)/net/net.gyp:net', | 83 '<(DEPTH)/net/net.gyp:net', |
85 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 84 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
86 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 85 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
87 '<(DEPTH)/printing/printing.gyp:printing', | 86 '<(DEPTH)/printing/printing.gyp:printing', |
88 '<(DEPTH)/skia/skia.gyp:skia', | 87 '<(DEPTH)/skia/skia.gyp:skia', |
89 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 88 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
90 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 89 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
91 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 90 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
92 '<(DEPTH)/ui/gl/gl.gyp:gl', | 91 '<(DEPTH)/ui/gl/gl.gyp:gl', |
93 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 92 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
94 '<(DEPTH)/ui/ui.gyp:ui', | 93 '<(DEPTH)/ui/ui.gyp:ui', |
95 '<(DEPTH)/ui/ui.gyp:ui_resources', | 94 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 95 '<(DEPTH)/url/url.gyp:url', |
96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', | 97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', |
98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
99 'user_agent', | 99 'user_agent', |
100 'webkit_base', | 100 'webkit_base', |
101 'webkit_media', | 101 'webkit_media', |
102 'webkit_resources', | 102 'webkit_resources', |
103 'webkit_storage', | 103 'webkit_storage', |
104 'webkit_strings', | 104 'webkit_strings', |
105 ], | 105 ], |
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 'variables': { | 512 'variables': { |
513 'jni_gen_package': 'webkit', | 513 'jni_gen_package': 'webkit', |
514 'input_java_class': 'android/widget/OverScroller.class', | 514 'input_java_class': 'android/widget/OverScroller.class', |
515 }, | 515 }, |
516 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 516 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
517 }, | 517 }, |
518 ], | 518 ], |
519 }], | 519 }], |
520 ], | 520 ], |
521 } | 521 } |
OLD | NEW |