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

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

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dependencies': [ 72 'dependencies': [
73 '../core/core.gyp:webcore_shared', # modules depends on core. 73 '../core/core.gyp:webcore_shared', # modules depends on core.
74 '../platform/blink_platform.gyp:blink_common', 74 '../platform/blink_platform.gyp:blink_common',
75 '../platform/blink_platform.gyp:blink_platform', 75 '../platform/blink_platform.gyp:blink_platform',
76 '../bindings/modules/generated.gyp:modules_event_generated', 76 '../bindings/modules/generated.gyp:modules_event_generated',
77 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 77 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
78 '../wtf/wtf.gyp:wtf', 78 '../wtf/wtf.gyp:wtf',
79 '<(DEPTH)/base/base.gyp:base', 79 '<(DEPTH)/base/base.gyp:base',
80 '<(DEPTH)/skia/skia.gyp:skia', 80 '<(DEPTH)/skia/skia.gyp:skia',
81 '<(DEPTH)/url/url.gyp:url_lib', 81 '<(DEPTH)/url/url.gyp:url_lib',
82 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 82 '<(DEPTH)/v8/src/v8.gyp:v8',
83 ], 83 ],
84 }, { 84 }, {
85 'type': 'static_library', 85 'type': 'static_library',
86 'dependencies': [ 86 'dependencies': [
87 '../core/core.gyp:webcore', 87 '../core/core.gyp:webcore',
88 ], 88 ],
89 'conditions': [ 89 'conditions': [
90 # Shard this target into parts to work around linker limitations. 90 # Shard this target into parts to work around linker limitations.
91 ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1) )', { 91 ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1) )', {
92 'msvs_shard': 4, 92 'msvs_shard': 4,
(...skipping 28 matching lines...) Expand all
121 '<(DEPTH)/gin/gin.gyp:gin', 121 '<(DEPTH)/gin/gin.gyp:gin',
122 ], 122 ],
123 }, { 123 }, {
124 'dependencies': [ 124 'dependencies': [
125 '../core/core.gyp:webcore', 125 '../core/core.gyp:webcore',
126 ], 126 ],
127 }], 127 }],
128 ], 128 ],
129 }], 129 }],
130 } 130 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698