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

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

Issue 1311913002: [sqlite] Remove WebDatabase externs and depend on what you use. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Doc the #define Created 5 years, 4 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/BUILD.gn ('k') | Source/modules/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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 240 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
241 # FIXME: don't depend on bindings_modules http://crbug.com/358074 241 # FIXME: don't depend on bindings_modules http://crbug.com/358074
242 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 242 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
243 '../wtf/wtf.gyp:wtf', 243 '../wtf/wtf.gyp:wtf',
244 '../config.gyp:config', 244 '../config.gyp:config',
245 '../platform/blink_platform.gyp:blink_platform', 245 '../platform/blink_platform.gyp:blink_platform',
246 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 246 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
247 '<(DEPTH)/skia/skia.gyp:skia', 247 '<(DEPTH)/skia/skia.gyp:skia',
248 '<(angle_path)/src/angle.gyp:translator', 248 '<(angle_path)/src/angle.gyp:translator',
249 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 249 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
250 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
251 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
250 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 252 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
251 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 253 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
252 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 254 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
253 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 255 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
254 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 256 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
255 '<(DEPTH)/third_party/ots/ots.gyp:ots', 257 '<(DEPTH)/third_party/ots/ots.gyp:ots',
256 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 258 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
257 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 259 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
258 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 260 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
259 '<(DEPTH)/url/url.gyp:url_lib', 261 '<(DEPTH)/url/url.gyp:url_lib',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'libraries': [ 875 'libraries': [
874 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 876 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
875 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 877 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
876 ] 878 ]
877 }, 879 },
878 }], 880 }],
879 ], 881 ],
880 }, 882 },
881 ], # targets 883 ], # targets
882 } 884 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698