Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: third_party/WebKit/Source/web/web.gyp

Issue 1646663002: Refactor Scroll Customization to share cc::ScrollStateData with blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linking. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 'targets': [ 51 'targets': [
52 { 52 {
53 'target_name': 'blink_web', 53 'target_name': 'blink_web',
54 'type': '<(component)', 54 'type': '<(component)',
55 'variables': { 'enable_wexit_time_destructors': 1, }, 55 'variables': { 'enable_wexit_time_destructors': 1, },
56 'dependencies': [ 56 'dependencies': [
57 '../config.gyp:config', 57 '../config.gyp:config',
58 '../platform/blink_platform.gyp:blink_common', 58 '../platform/blink_platform.gyp:blink_common',
59 '../modules/modules.gyp:modules', 59 '../modules/modules.gyp:modules',
60 '<(DEPTH)/cc/cc.gyp:cc',
60 '<(DEPTH)/skia/skia.gyp:skia', 61 '<(DEPTH)/skia/skia.gyp:skia',
61 '<(angle_path)/src/angle.gyp:translator', 62 '<(angle_path)/src/angle.gyp:translator',
62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 63 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 64 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
65 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 66 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
66 ], 67 ],
67 'export_dependent_settings': [ 68 'export_dependent_settings': [
68 '<(DEPTH)/skia/skia.gyp:skia', 69 '<(DEPTH)/skia/skia.gyp:skia',
69 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 265 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
265 'copies': [{ 266 'copies': [{
266 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 267 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
267 'files': ['<(PRODUCT_DIR)/osmesa.so'], 268 'files': ['<(PRODUCT_DIR)/osmesa.so'],
268 }], 269 }],
269 }, 270 },
270 ], 271 ],
271 }], 272 }],
272 ], # conditions 273 ], # conditions
273 } 274 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollStateData.h ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698