| 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': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '../components/components.gyp:visitedlink_renderer', | 99 '../components/components.gyp:visitedlink_renderer', |
| 100 '../components/components.gyp:web_contents_delegate_android', | 100 '../components/components.gyp:web_contents_delegate_android', |
| 101 '../content/content.gyp:content_app_both', | 101 '../content/content.gyp:content_app_both', |
| 102 '../gpu/gpu.gyp:command_buffer_service', | 102 '../gpu/gpu.gyp:command_buffer_service', |
| 103 '../gpu/gpu.gyp:gles2_implementation', | 103 '../gpu/gpu.gyp:gles2_implementation', |
| 104 '../gpu/gpu.gyp:gl_in_process_context', | 104 '../gpu/gpu.gyp:gl_in_process_context', |
| 105 '../media/media.gyp:media', | 105 '../media/media.gyp:media', |
| 106 '../printing/printing.gyp:printing', | 106 '../printing/printing.gyp:printing', |
| 107 '../skia/skia.gyp:skia', | 107 '../skia/skia.gyp:skia', |
| 108 '../third_party/WebKit/public/blink.gyp:blink', | 108 '../third_party/WebKit/public/blink.gyp:blink', |
| 109 '../v8/tools/gyp/v8.gyp:v8', |
| 109 '../ui/gl/gl.gyp:gl', | 110 '../ui/gl/gl.gyp:gl', |
| 110 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 111 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 111 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 112 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 112 'android_webview_pak', | 113 'android_webview_pak', |
| 113 ], | 114 ], |
| 114 'include_dirs': [ | 115 'include_dirs': [ |
| 115 '..', | 116 '..', |
| 116 '../skia/config', | 117 '../skia/config', |
| 117 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', | 118 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', |
| 118 ], | 119 ], |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'common/render_view_messages.h', | 219 'common/render_view_messages.h', |
| 219 'common/url_constants.cc', | 220 'common/url_constants.cc', |
| 220 'common/url_constants.h', | 221 'common/url_constants.h', |
| 221 'lib/aw_browser_dependency_factory_impl.cc', | 222 'lib/aw_browser_dependency_factory_impl.cc', |
| 222 'lib/aw_browser_dependency_factory_impl.h', | 223 'lib/aw_browser_dependency_factory_impl.h', |
| 223 'lib/main/aw_main_delegate.cc', | 224 'lib/main/aw_main_delegate.cc', |
| 224 'lib/main/aw_main_delegate.h', | 225 'lib/main/aw_main_delegate.h', |
| 225 'public/browser/draw_gl.h', | 226 'public/browser/draw_gl.h', |
| 226 'renderer/aw_content_renderer_client.cc', | 227 'renderer/aw_content_renderer_client.cc', |
| 227 'renderer/aw_content_renderer_client.h', | 228 'renderer/aw_content_renderer_client.h', |
| 229 'renderer/aw_execution_termination_filter.cc', |
| 230 'renderer/aw_execution_termination_filter.h', |
| 228 'renderer/aw_key_systems.cc', | 231 'renderer/aw_key_systems.cc', |
| 229 'renderer/aw_key_systems.h', | 232 'renderer/aw_key_systems.h', |
| 230 'renderer/aw_permission_client.cc', | 233 'renderer/aw_permission_client.cc', |
| 231 'renderer/aw_permission_client.h', | 234 'renderer/aw_permission_client.h', |
| 232 'renderer/aw_render_process_observer.cc', | 235 'renderer/aw_render_process_observer.cc', |
| 233 'renderer/aw_render_process_observer.h', | 236 'renderer/aw_render_process_observer.h', |
| 234 'renderer/aw_render_frame_ext.cc', | 237 'renderer/aw_render_frame_ext.cc', |
| 235 'renderer/aw_render_frame_ext.h', | 238 'renderer/aw_render_frame_ext.h', |
| 236 'renderer/aw_render_view_ext.cc', | 239 'renderer/aw_render_view_ext.cc', |
| 237 'renderer/aw_render_view_ext.h', | 240 'renderer/aw_render_view_ext.h', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 '../content/content.gyp:content_strings_grd', | 298 '../content/content.gyp:content_strings_grd', |
| 296 '../ui/android/ui_android.gyp:ui_strings_grd', | 299 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 297 'android_webview_jarjar_ui_resources', | 300 'android_webview_jarjar_ui_resources', |
| 298 'android_webview_jarjar_content_resources' | 301 'android_webview_jarjar_content_resources' |
| 299 ], | 302 ], |
| 300 }, | 303 }, |
| 301 ], | 304 ], |
| 302 }], | 305 }], |
| 303 ], | 306 ], |
| 304 } | 307 } |
| OLD | NEW |