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

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

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
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)/base/base.gyp:base', 60 '<(DEPTH)/base/base.gyp:base',
61 '<(DEPTH)/cc/cc.gyp:cc', 61 '<(DEPTH)/cc/cc.gyp:cc',
62 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
63 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
64 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support',
62 '<(DEPTH)/skia/skia.gyp:skia', 65 '<(DEPTH)/skia/skia.gyp:skia',
63 '<(angle_path)/src/angle.gyp:translator', 66 '<(angle_path)/src/angle.gyp:translator',
64 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 67 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 68 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
66 '<(DEPTH)/v8/src/v8.gyp:v8', 69 '<(DEPTH)/v8/src/v8.gyp:v8',
67 ], 70 ],
68 'export_dependent_settings': [ 71 'export_dependent_settings': [
69 '<(DEPTH)/skia/skia.gyp:skia', 72 '<(DEPTH)/skia/skia.gyp:skia',
70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 73 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
71 '<(DEPTH)/v8/src/v8.gyp:v8', 74 '<(DEPTH)/v8/src/v8.gyp:v8',
72 ], 75 ],
73 'include_dirs': [ 76 'include_dirs': [
74 '<(angle_path)/include', 77 '<(angle_path)/include',
75 ], 78 ],
76 'defines': [ 79 'defines': [
77 'BLINK_WEB_IMPLEMENTATION=1', 80 'BLINK_WEB_IMPLEMENTATION=1',
78 'BLINK_IMPLEMENTATION=1', 81 'BLINK_IMPLEMENTATION=1',
79 'INSIDE_BLINK', 82 'INSIDE_BLINK',
80 ], 83 ],
81 'sources': [ 84 'sources': [
82 '<@(web_files)', 85 '<@(web_files)',
83 ], 86 ],
84 'conditions': [ 87 'conditions': [
85 ['component=="shared_library"', { 88 ['component=="shared_library"', {
86 'dependencies': [ 89 'dependencies': [
90 '../../public/blink.gyp:mojo_bindings_blink_mojom',
87 '../core/core.gyp:webcore_shared', 91 '../core/core.gyp:webcore_shared',
88 '../platform/blink_platform.gyp:blink_common', 92 '../platform/blink_platform.gyp:blink_common',
89 '../platform/blink_platform.gyp:blink_platform', 93 '../platform/blink_platform.gyp:blink_platform',
90 '../wtf/wtf.gyp:wtf', 94 '../wtf/wtf.gyp:wtf',
91 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 95 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
92 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 96 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
93 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 97 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
94 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 98 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
95 '<(DEPTH)/third_party/ots/ots.gyp:ots', 99 '<(DEPTH)/third_party/ots/ots.gyp:ots',
96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 100 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 233 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
230 'copies': [{ 234 'copies': [{
231 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 235 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
232 'files': ['<(PRODUCT_DIR)/osmesa.so'], 236 'files': ['<(PRODUCT_DIR)/osmesa.so'],
233 }], 237 }],
234 }, 238 },
235 ], 239 ],
236 }], 240 }],
237 ], # conditions 241 ], # conditions
238 } 242 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698