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

Side by Side Diff: Source/bindings/bindings.gyp

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix mac again Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/core/core.gyp » ('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) 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 55 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
56 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 56 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
57 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 57 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
58 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 58 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
59 '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n', 59 '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n',
60 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 60 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
61 '<(libjpeg_gyp_path):libjpeg', 61 '<(libjpeg_gyp_path):libjpeg',
62 ], 62 ],
63 'defines': [ 63 'defines': [
64 'WEBKIT_IMPLEMENTATION=1', 64 'WEBKIT_IMPLEMENTATION=1',
65 'INSIDE_WEBKIT',
65 ], 66 ],
66 'include_dirs': [ 67 'include_dirs': [
67 # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we 68 # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we
68 # can entice gyp into letting us put both the .cpp and .h 69 # can entice gyp into letting us put both the .cpp and .h
69 # files in the same output directory. 70 # files in the same output directory.
70 '<(SHARED_INTERMEDIATE_DIR)/webcore', 71 '<(SHARED_INTERMEDIATE_DIR)/webcore',
71 ], 72 ],
72 'xcode_settings': { 73 'xcode_settings': {
73 # Some Mac-specific parts of WebKit won't compile without having this 74 # Some Mac-specific parts of WebKit won't compile without having this
74 # prefix header injected. 75 # prefix header injected.
(...skipping 12 matching lines...) Expand all
87 }], 88 }],
88 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def ines', { 89 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def ines', {
89 'cflags': [ 90 'cflags': [
90 '<!@(pkg-config --cflags-only-I ipp)', 91 '<!@(pkg-config --cflags-only-I ipp)',
91 ], 92 ],
92 }], 93 }],
93 ], 94 ],
94 }, 95 },
95 ], 96 ],
96 } 97 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698