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

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

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: address mmenke's comments 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 # Because of transitive dependency on make_platform_generated. 125 # Because of transitive dependency on make_platform_generated.
126 'hard_dependency': 1, 126 'hard_dependency': 1,
127 'dependencies': [ 127 'dependencies': [
128 '../config.gyp:config', 128 '../config.gyp:config',
129 '../wtf/wtf.gyp:wtf', 129 '../wtf/wtf.gyp:wtf',
130 'blink_common', 130 'blink_common',
131 'blink_heap_asm_stubs', 131 'blink_heap_asm_stubs',
132 'platform_generated.gyp:make_platform_generated', 132 'platform_generated.gyp:make_platform_generated',
133 '<(DEPTH)/base/base.gyp:base', 133 '<(DEPTH)/base/base.gyp:base',
134 '<(DEPTH)/cc/cc.gyp:cc', 134 '<(DEPTH)/cc/cc.gyp:cc',
135 '<(DEPTH)/components/link_header_util/link_header_util.gyp:link_header_uti l',
135 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 136 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
136 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 137 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
137 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 138 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
138 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 139 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
139 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support', 140 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support',
140 '<(DEPTH)/net/net.gyp:net', 141 '<(DEPTH)/net/net.gyp:net',
141 '<(DEPTH)/skia/skia.gyp:skia', 142 '<(DEPTH)/skia/skia.gyp:skia',
142 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 143 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
143 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 144 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
144 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 145 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['OS=="android"', { 404 ['OS=="android"', {
404 'cflags!': ['-mthumb'], 405 'cflags!': ['-mthumb'],
405 }], 406 }],
406 ], 407 ],
407 },{ # target_arch!="arm" 408 },{ # target_arch!="arm"
408 'type': 'none', 409 'type': 'none',
409 }], 410 }],
410 ], 411 ],
411 }], 412 }],
412 } 413 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698