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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 2173883003: Fix gyp compile failures caused by moving broadcastchannel code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 155 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
156 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 156 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
157 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 157 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
158 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 158 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
159 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 159 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
160 '<(DEPTH)/third_party/ots/ots.gyp:ots', 160 '<(DEPTH)/third_party/ots/ots.gyp:ots',
161 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 161 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
164 '<(DEPTH)/url/url.gyp:url_lib', 164 '<(DEPTH)/url/url.gyp:url_lib',
165 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink', 165 '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
166 '<(DEPTH)/v8/src/v8.gyp:v8', 166 '<(DEPTH)/v8/src/v8.gyp:v8',
167 '<(libjpeg_gyp_path):libjpeg', 167 '<(libjpeg_gyp_path):libjpeg',
168 ], 168 ],
169 'export_dependent_settings': [ 169 'export_dependent_settings': [
170 'platform_generated.gyp:make_platform_generated', 170 'platform_generated.gyp:make_platform_generated',
171 '<(DEPTH)/base/base.gyp:base', 171 '<(DEPTH)/base/base.gyp:base',
172 '<(DEPTH)/cc/cc.gyp:cc', 172 '<(DEPTH)/cc/cc.gyp:cc',
173 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 173 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
174 '<(DEPTH)/skia/skia.gyp:skia', 174 '<(DEPTH)/skia/skia.gyp:skia',
175 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 175 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 ['OS=="android"', { 421 ['OS=="android"', {
422 'cflags!': ['-mthumb'], 422 'cflags!': ['-mthumb'],
423 }], 423 }],
424 ], 424 ],
425 },{ # target_arch!="arm" 425 },{ # target_arch!="arm"
426 'type': 'none', 426 'type': 'none',
427 }], 427 }],
428 ], 428 ],
429 }], 429 }],
430 } 430 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698