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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gyp

Issue 1756343002: Revert of Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }] 90 }]
91 ], 91 ],
92 # Disable c4267 warnings until we fix size_t to int truncations. 92 # Disable c4267 warnings until we fix size_t to int truncations.
93 'msvs_disabled_warnings': [ 4267, 4334, ], 93 'msvs_disabled_warnings': [ 4267, 4334, ],
94 }, 94 },
95 { 95 {
96 # GN version: //third_party/WebKit/Source/modules:modules_testing 96 # GN version: //third_party/WebKit/Source/modules:modules_testing
97 'target_name': 'modules_testing', 97 'target_name': 'modules_testing',
98 'type': 'static_library', 98 'type': 'static_library',
99 'dependencies': [ 99 'dependencies': [
100 'modules',
101 '../config.gyp:config', 100 '../config.gyp:config',
102 ], 101 ],
103 'defines': [ 102 'defines': [
104 'BLINK_IMPLEMENTATION=1', 103 'BLINK_IMPLEMENTATION=1',
105 'INSIDE_BLINK', 104 'INSIDE_BLINK',
106 ], 105 ],
107 'sources': [ 106 'sources': [
108 '<@(modules_testing_files)', 107 '<@(modules_testing_files)',
109 '<(bindings_modules_v8_output_dir)/V8InternalsPartial.cpp', 108 '<(bindings_modules_v8_output_dir)/V8InternalsPartial.cpp',
110 '<(bindings_modules_v8_output_dir)/V8InternalsPartial.h', 109 '<(bindings_modules_v8_output_dir)/V8InternalsPartial.h',
111 ], 110 ],
112 'conditions': [ 111 'conditions': [
113 ['component=="shared_library"', { 112 ['component=="shared_library"', {
114 'dependencies': [ 113 'dependencies': [
115 '../core/core.gyp:webcore_shared', 114 '../core/core.gyp:webcore_shared',
116 '<(DEPTH)/gin/gin.gyp:gin', 115 '<(DEPTH)/gin/gin.gyp:gin',
117 ], 116 ],
118 }, { 117 }, {
119 'dependencies': [ 118 'dependencies': [
120 '../core/core.gyp:webcore', 119 '../core/core.gyp:webcore',
121 ], 120 ],
122 }], 121 }],
123 ], 122 ],
124 }], 123 }],
125 } 124 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698