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

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

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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/bindings/derived_sources.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 27 matching lines...) Expand all
38 'optimize': 'max', 38 'optimize': 'max',
39 }, 39 },
40 }, 40 },
41 'targets': [{ 41 'targets': [{
42 'target_name': 'bindings', 42 'target_name': 'bindings',
43 'type': 'static_library', 43 'type': 'static_library',
44 'hard_dependency': 1, 44 'hard_dependency': 1,
45 'dependencies': [ 45 'dependencies': [
46 '../config.gyp:config', 46 '../config.gyp:config',
47 '../wtf/wtf.gyp:wtf', 47 '../wtf/wtf.gyp:wtf',
48 '../core/core.gyp/core.gyp:webcore', 48 '../core/core_tmp.gyp:webcore',
49 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 49 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
50 '<(DEPTH)/skia/skia.gyp:skia', 50 '<(DEPTH)/skia/skia.gyp:skia',
51 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 51 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
52 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 52 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
54 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 54 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
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',
(...skipping 28 matching lines...) Expand all
87 }], 87 }],
88 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def ines', { 88 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def ines', {
89 'cflags': [ 89 'cflags': [
90 '<!@(pkg-config --cflags-only-I ipp)', 90 '<!@(pkg-config --cflags-only-I ipp)',
91 ], 91 ],
92 }], 92 }],
93 ], 93 ],
94 }, 94 },
95 ], 95 ],
96 } 96 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/bindings/derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698