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

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

Issue 360353002: Move core/WebCorePrefixMac.h to build/mac/Prefix.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix gn build Created 6 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 | « Source/platform/BUILD.gn ('k') | 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'BLINK_PLATFORM_IMPLEMENTATION=1', 213 'BLINK_PLATFORM_IMPLEMENTATION=1',
214 'INSIDE_BLINK', 214 'INSIDE_BLINK',
215 ], 215 ],
216 'include_dirs': [ 216 'include_dirs': [
217 '<(angle_path)/include', 217 '<(angle_path)/include',
218 '<(SHARED_INTERMEDIATE_DIR)/blink', 218 '<(SHARED_INTERMEDIATE_DIR)/blink',
219 ], 219 ],
220 'xcode_settings': { 220 'xcode_settings': {
221 # Some Mac-specific parts of WebKit won't compile without having this 221 # Some Mac-specific parts of WebKit won't compile without having this
222 # prefix header injected. 222 # prefix header injected.
223 # FIXME: make this a first-class setting. 223 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Prefix. h',
224 'GCC_PREFIX_HEADER': '../core/WebCorePrefixMac.h',
225 }, 224 },
226 'sources': [ 225 'sources': [
227 '<@(platform_files)', 226 '<@(platform_files)',
228 '<@(platform_heap_files)', 227 '<@(platform_heap_files)',
229 228
230 # Additional .cpp files from platform_generated.gyp:make_platform_generate d actions. 229 # Additional .cpp files from platform_generated.gyp:make_platform_generate d actions.
231 '<(blink_platform_output_dir)/FontFamilyNames.cpp', 230 '<(blink_platform_output_dir)/FontFamilyNames.cpp',
232 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', 231 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp',
233 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', 232 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h',
234 '<(blink_platform_output_dir)/ColorData.cpp', 233 '<(blink_platform_output_dir)/ColorData.cpp',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ['OS=="android"', { 479 ['OS=="android"', {
481 'cflags!': ['-mthumb'], 480 'cflags!': ['-mthumb'],
482 }], 481 }],
483 ], 482 ],
484 },{ # target_arch!="arm" 483 },{ # target_arch!="arm"
485 'type': 'none', 484 'type': 'none',
486 }], 485 }],
487 ], 486 ],
488 }], 487 }],
489 } 488 }
OLDNEW
« no previous file with comments | « Source/platform/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698