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

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix typo 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 | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | Source/bindings/bindings.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 57 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
58 ], 58 ],
59 'include_dirs': [ 59 'include_dirs': [
60 'public', 60 'public',
61 'src', 61 'src',
62 '<(DEPTH)/third_party/angle/include', 62 '<(DEPTH)/third_party/angle/include',
63 '<(DEPTH)/third_party/skia/include/utils', 63 '<(DEPTH)/third_party/skia/include/utils',
64 ], 64 ],
65 'defines': [ 65 'defines': [
66 'WEBKIT_IMPLEMENTATION=1', 66 'WEBKIT_IMPLEMENTATION=1',
67 'INSIDE_WEBKIT',
67 ], 68 ],
68 'sources': [ 69 'sources': [
69 '<@(webcore_platform_support_files)', 70 '<@(webcore_platform_support_files)',
70 'public/WebAccessibilityNotification.h', 71 'public/WebAccessibilityNotification.h',
71 'public/WebAccessibilityObject.h', 72 'public/WebAccessibilityObject.h',
72 'public/WebAccessibilityRole.h', 73 'public/WebAccessibilityRole.h',
73 'public/WebApplicationCacheHostClient.h', 74 'public/WebApplicationCacheHostClient.h',
74 'public/WebArrayBuffer.h', 75 'public/WebArrayBuffer.h',
75 'public/WebArrayBufferView.h', 76 'public/WebArrayBufferView.h',
76 'public/WebAudioSourceProvider.h', 77 'public/WebAudioSourceProvider.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'src/WebTextCheckingResult.cpp', 389 'src/WebTextCheckingResult.cpp',
389 'src/WebAccessibilityObject.cpp', 390 'src/WebAccessibilityObject.cpp',
390 'src/WebArrayBuffer.cpp', 391 'src/WebArrayBuffer.cpp',
391 'src/WebArrayBufferView.cpp', 392 'src/WebArrayBufferView.cpp',
392 'src/WebBindings.cpp', 393 'src/WebBindings.cpp',
393 'src/WebBlob.cpp', 394 'src/WebBlob.cpp',
394 'src/WebBlobData.cpp', 395 'src/WebBlobData.cpp',
395 'src/WebCache.cpp', 396 'src/WebCache.cpp',
396 'src/WebCachedURLRequest.cpp', 397 'src/WebCachedURLRequest.cpp',
397 'src/WebColorName.cpp', 398 'src/WebColorName.cpp',
398 'src/WebCommon.cpp',
399 'src/WebCrossOriginPreflightResultCache.cpp', 399 'src/WebCrossOriginPreflightResultCache.cpp',
400 'src/WebDOMActivityLogger.cpp', 400 'src/WebDOMActivityLogger.cpp',
401 'src/WebDOMCustomEvent.cpp', 401 'src/WebDOMCustomEvent.cpp',
402 'src/WebDOMEvent.cpp', 402 'src/WebDOMEvent.cpp',
403 'src/WebDOMEventListener.cpp', 403 'src/WebDOMEventListener.cpp',
404 'src/WebDOMEventListenerPrivate.cpp', 404 'src/WebDOMEventListenerPrivate.cpp',
405 'src/WebDOMEventListenerPrivate.h', 405 'src/WebDOMEventListenerPrivate.h',
406 'src/WebDOMMessageEvent.cpp', 406 'src/WebDOMMessageEvent.cpp',
407 'src/WebDOMMouseEvent.cpp', 407 'src/WebDOMMouseEvent.cpp',
408 'src/WebDOMMutationEvent.cpp', 408 'src/WebDOMMutationEvent.cpp',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'src/WorkerFileWriterCallbacksBridge.h', 550 'src/WorkerFileWriterCallbacksBridge.h',
551 'src/WorkerStorageQuotaCallbacksBridge.cpp', 551 'src/WorkerStorageQuotaCallbacksBridge.cpp',
552 'src/WorkerStorageQuotaCallbacksBridge.h', 552 'src/WorkerStorageQuotaCallbacksBridge.h',
553 'src/win/WebInputEventFactory.cpp', 553 'src/win/WebInputEventFactory.cpp',
554 'src/win/WebScreenInfoFactory.cpp', 554 'src/win/WebScreenInfoFactory.cpp',
555 ], 555 ],
556 'conditions': [ 556 'conditions': [
557 ['component=="shared_library"', { 557 ['component=="shared_library"', {
558 'defines': [ 558 'defines': [
559 'WEBKIT_DLL', 559 'WEBKIT_DLL',
560 'WEBKIT_IMPLEMENTATION=1',
561 ], 560 ],
562 'dependencies': [ 561 'dependencies': [
563 '../../core/core.gyp:webcore_derived', 562 '../../core/core.gyp:webcore_derived',
564 '../../core/core.gyp:webcore_test_support', 563 '../../core/core.gyp:webcore_test_support',
565 '<(DEPTH)/base/base.gyp:test_support_base', 564 '<(DEPTH)/base/base.gyp:test_support_base',
566 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 565 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
567 '<(DEPTH)/testing/gtest.gyp:gtest', 566 '<(DEPTH)/testing/gtest.gyp:gtest',
568 '<(DEPTH)/testing/gmock.gyp:gmock', 567 '<(DEPTH)/testing/gmock.gyp:gmock',
569 '<(DEPTH)/third_party/icu/icu.gyp:*', 568 '<(DEPTH)/third_party/icu/icu.gyp:*',
570 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg' , 569 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg' ,
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '../../core/testing/v8', # for WebCoreTestSupport.h, nee ded to link in window.internals code. 738 '../../core/testing/v8', # for WebCoreTestSupport.h, nee ded to link in window.internals code.
740 '../../../', 739 '../../../',
741 ], 740 ],
742 'sources': [ 741 'sources': [
743 'src/WebTestingSupport.cpp', 742 'src/WebTestingSupport.cpp',
744 'public/WebTestingSupport.h', 743 'public/WebTestingSupport.h',
745 ], 744 ],
746 }], 745 }],
747 ], 746 ],
748 }, 747 },
748 {
749 'target_name': 'blink_common',
750 'type': '<(component)',
751 'variables': { 'enable_wexit_time_destructors': 1 },
752 'dependencies': [
753 '../../wtf/wtf.gyp:wtf',
754 '<(DEPTH)/skia/skia.gyp:skia',
755 ],
756 'defines': [
757 'INSIDE_WEBKIT',
758 'BLINK_COMMON_IMPLEMENTATION=1',
759 ],
760 'include_dirs': [
761 '../..',
762 '../../..',
763 ],
764 'sources': [
765 '../../core/platform/chromium/support/WebFilterOperation.cpp',
766 '../../core/platform/chromium/support/WebFilterOperations.cpp',
767 '../../core/platform/chromium/support/WebCString.cpp',
768 '../../core/platform/chromium/support/WebString.cpp',
769 'src/WebCommon.cpp',
770 ],
771 },
749 ], # targets 772 ], # targets
750 'conditions': [ 773 'conditions': [
751 ['gcc_version>=46', { 774 ['gcc_version>=46', {
752 'target_defaults': { 775 'target_defaults': {
753 # Disable warnings about c++0x compatibility, as some names (suc h 776 # Disable warnings about c++0x compatibility, as some names (suc h
754 # as nullptr) conflict with upcoming c++0x types. 777 # as nullptr) conflict with upcoming c++0x types.
755 'cflags_cc': ['-Wno-c++0x-compat'], 778 'cflags_cc': ['-Wno-c++0x-compat'],
756 }, 779 },
757 }], 780 }],
758 ['OS=="mac"', { 781 ['OS=="mac"', {
(...skipping 12 matching lines...) Expand all
771 ['clang==1', { 794 ['clang==1', {
772 'target_defaults': { 795 'target_defaults': {
773 'cflags': ['-Wglobal-constructors'], 796 'cflags': ['-Wglobal-constructors'],
774 'xcode_settings': { 797 'xcode_settings': {
775 'WARNING_CFLAGS': ['-Wglobal-constructors'], 798 'WARNING_CFLAGS': ['-Wglobal-constructors'],
776 }, 799 },
777 }, 800 },
778 }], 801 }],
779 ], # conditions 802 ], # conditions
780 } 803 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | Source/bindings/bindings.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698