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

Side by Side Diff: Source/core/core.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/core/WebCorePrefixMac.h ('k') | Source/platform/BUILD.gn » ('j') | 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) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'INSIDE_BLINK', 408 'INSIDE_BLINK',
409 ], 409 ],
410 'include_dirs': [ 410 'include_dirs': [
411 '<@(webcore_include_dirs)', 411 '<@(webcore_include_dirs)',
412 '<(DEPTH)/gpu', 412 '<(DEPTH)/gpu',
413 '<(angle_path)/include', 413 '<(angle_path)/include',
414 ], 414 ],
415 'xcode_settings': { 415 'xcode_settings': {
416 # Some Mac-specific parts of WebKit won't compile without having this 416 # Some Mac-specific parts of WebKit won't compile without having this
417 # prefix header injected. 417 # prefix header injected.
418 # FIXME: make this a first-class setting. 418 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Pre fix.h',
419 'GCC_PREFIX_HEADER': 'WebCorePrefixMac.h',
420 }, 419 },
421 }, 420 },
422 'conditions': [ 421 'conditions': [
423 ['OS=="win" and component=="shared_library"', { 422 ['OS=="win" and component=="shared_library"', {
424 'direct_dependent_settings': { 423 'direct_dependent_settings': {
425 'defines': [ 424 'defines': [
426 'USING_V8_SHARED', 425 'USING_V8_SHARED',
427 ], 426 ],
428 }, 427 },
429 }], 428 }],
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 '<(bindings_core_v8_output_dir)/V8LayerRect.h', 821 '<(bindings_core_v8_output_dir)/V8LayerRect.h',
823 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', 822 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp',
824 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 823 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
825 ], 824 ],
826 'sources/': [ 825 'sources/': [
827 ['exclude', 'testing/js'], 826 ['exclude', 'testing/js'],
828 ], 827 ],
829 }, 828 },
830 ], # targets 829 ], # targets
831 } 830 }
OLDNEW
« no previous file with comments | « Source/core/WebCorePrefixMac.h ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698