OLD | NEW |
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
(...skipping 13 matching lines...) Expand all Loading... |
24 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', | 24 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', |
25 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 25 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
26 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 26 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
27 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 27 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
28 ], | 28 ], |
29 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium
.pak', | 29 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium
.pak', |
30 }, | 30 }, |
31 'includes': [ '../build/repack_action.gypi' ], | 31 'includes': [ '../build/repack_action.gypi' ], |
32 }, | 32 }, |
33 { | 33 { |
34 'action_name': 'add_en_US_pak_locale', | 34 'action_name': 'android_webview_locales_rename_paks', |
35 'variables': { | 35 'variables': { |
36 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/content/app/strings/conte
nt_strings_en-US.pak'], | 36 'pak_locales': '<(locales)', |
37 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/en-US.pak', | |
38 }, | 37 }, |
39 'includes': [ '../build/repack_action.gypi' ], | 38 'includes': [ 'android_webview_locales_rename_paks.gypi' ], |
40 } | 39 } |
41 ], | 40 ], |
42 }, | 41 }, |
43 { | 42 { |
44 'target_name': 'android_webview_strings_grd', | 43 'target_name': 'android_webview_strings_grd', |
45 'android_unmangled_name': 1, | 44 'android_unmangled_name': 1, |
46 'type': 'none', | 45 'type': 'none', |
47 'variables': { | 46 'variables': { |
48 'grd_file': '../android_webview/java/strings/android_webview_strings.grd
', | 47 'grd_file': '../android_webview/java/strings/android_webview_strings.grd
', |
49 }, | 48 }, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 '../gpu/gpu.gyp:gles2_implementation', | 114 '../gpu/gpu.gyp:gles2_implementation', |
116 '../gpu/gpu.gyp:gl_in_process_context', | 115 '../gpu/gpu.gyp:gl_in_process_context', |
117 '../media/media.gyp:media', | 116 '../media/media.gyp:media', |
118 '../printing/printing.gyp:printing', | 117 '../printing/printing.gyp:printing', |
119 '../skia/skia.gyp:skia', | 118 '../skia/skia.gyp:skia', |
120 '../third_party/WebKit/public/blink.gyp:blink', | 119 '../third_party/WebKit/public/blink.gyp:blink', |
121 '../ui/gl/gl.gyp:gl', | 120 '../ui/gl/gl.gyp:gl', |
122 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 121 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
123 '../v8/tools/gyp/v8.gyp:v8', | 122 '../v8/tools/gyp/v8.gyp:v8', |
124 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 123 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
125 'android_webview_pak', | |
126 'android_webview_version', | 124 'android_webview_version', |
127 ], | 125 ], |
128 'include_dirs': [ | 126 'include_dirs': [ |
129 '..', | 127 '..', |
130 '../skia/config', | 128 '../skia/config', |
131 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 129 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', |
132 ], | 130 ], |
133 'sources': [ | 131 'sources': [ |
134 'browser/aw_browser_context.cc', | 132 'browser/aw_browser_context.cc', |
135 'browser/aw_browser_context.h', | 133 'browser/aw_browser_context.h', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'renderer/aw_render_frame_ext.h', | 258 'renderer/aw_render_frame_ext.h', |
261 'renderer/aw_render_view_ext.cc', | 259 'renderer/aw_render_view_ext.cc', |
262 'renderer/aw_render_view_ext.h', | 260 'renderer/aw_render_view_ext.h', |
263 'renderer/print_web_view_helper.cc', | 261 'renderer/print_web_view_helper.cc', |
264 'renderer/print_web_view_helper.h', | 262 'renderer/print_web_view_helper.h', |
265 'renderer/print_web_view_helper_android.cc', | 263 'renderer/print_web_view_helper_android.cc', |
266 'renderer/print_web_view_helper_linux.cc', | 264 'renderer/print_web_view_helper_linux.cc', |
267 'renderer/print_render_frame_observer.cc', | 265 'renderer/print_render_frame_observer.cc', |
268 'renderer/print_render_frame_observer.h', | 266 'renderer/print_render_frame_observer.h', |
269 ], | 267 ], |
| 268 'conditions': [ |
| 269 ['android_webview_build==0', { |
| 270 'dependencies': [ 'android_webview_pak', ], |
| 271 }], |
| 272 ], |
270 }, | 273 }, |
271 { | 274 { |
272 'target_name': 'libwebviewchromium', | 275 'target_name': 'libwebviewchromium', |
273 'includes': [ | 276 'includes': [ |
274 'libwebviewchromium.gypi', | 277 'libwebviewchromium.gypi', |
275 ], | 278 ], |
276 } | 279 } |
277 ], | 280 ], |
278 'conditions': [ | 281 'conditions': [ |
279 ['android_webview_build==0', { | 282 ['android_webview_build==0', { |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 '../ui/android/ui_android.gyp:ui_strings_grd', | 346 '../ui/android/ui_android.gyp:ui_strings_grd', |
344 'android_webview_jarjar_content_resources', | 347 'android_webview_jarjar_content_resources', |
345 'android_webview_jarjar_ui_resources', | 348 'android_webview_jarjar_ui_resources', |
346 'android_webview_strings_grd', | 349 'android_webview_strings_grd', |
347 ], | 350 ], |
348 }, | 351 }, |
349 ], | 352 ], |
350 }], | 353 }], |
351 ], | 354 ], |
352 } | 355 } |
OLD | NEW |