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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years 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 | « webkit/glue/webkit_glue.h ('k') | webkit/glue/webkit_glue_export.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ], 101 ],
102 'sources': [ 102 'sources': [
103 'user_agent.cc', 103 'user_agent.cc',
104 'user_agent.h', 104 'user_agent.h',
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 'target_name': 'glue', 108 'target_name': 'glue',
109 'type': 'static_library', 109 'type': 'static_library',
110 'variables': { 'enable_wexit_time_destructors': 1, }, 110 'variables': { 'enable_wexit_time_destructors': 1, },
111 'defines': [
112 'WEBKIT_EXTENSIONS_IMPLEMENTATION',
113 'WEBKIT_GLUE_IMPLEMENTATION',
114 'WEBKIT_PLUGINS_IMPLEMENTATION',
115 ],
111 'dependencies': [ 116 'dependencies': [
112 '<(DEPTH)/base/base.gyp:base_i18n', 117 '<(DEPTH)/base/base.gyp:base_i18n',
113 '<(DEPTH)/base/base.gyp:base_static', 118 '<(DEPTH)/base/base.gyp:base_static',
114 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 119 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
115 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 120 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
116 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 121 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
117 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 122 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
118 '<(DEPTH)/media/media.gyp:media', 123 '<(DEPTH)/media/media.gyp:media',
119 '<(DEPTH)/net/net.gyp:net', 124 '<(DEPTH)/net/net.gyp:net',
120 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 125 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 '../plugins/ppapi/resource_creation_impl.cc', 320 '../plugins/ppapi/resource_creation_impl.cc',
316 '../plugins/ppapi/resource_creation_impl.h', 321 '../plugins/ppapi/resource_creation_impl.h',
317 '../plugins/ppapi/resource_helper.cc', 322 '../plugins/ppapi/resource_helper.cc',
318 '../plugins/ppapi/resource_helper.h', 323 '../plugins/ppapi/resource_helper.h',
319 '../plugins/ppapi/string.cc', 324 '../plugins/ppapi/string.cc',
320 '../plugins/ppapi/string.h', 325 '../plugins/ppapi/string.h',
321 '../plugins/ppapi/webkit_forwarding_impl.cc', 326 '../plugins/ppapi/webkit_forwarding_impl.cc',
322 '../plugins/ppapi/webkit_forwarding_impl.h', 327 '../plugins/ppapi/webkit_forwarding_impl.h',
323 '../plugins/sad_plugin.cc', 328 '../plugins/sad_plugin.cc',
324 '../plugins/sad_plugin.h', 329 '../plugins/sad_plugin.h',
330 '../plugins/webkit_plugins_export.h',
325 '../plugins/webplugininfo.cc', 331 '../plugins/webplugininfo.cc',
326 '../plugins/webplugininfo.h', 332 '../plugins/webplugininfo.h',
327 '../plugins/webview_plugin.cc', 333 '../plugins/webview_plugin.cc',
328 '../plugins/webview_plugin.h', 334 '../plugins/webview_plugin.h',
329 'alt_error_page_resource_fetcher.cc', 335 'alt_error_page_resource_fetcher.cc',
330 'alt_error_page_resource_fetcher.h', 336 'alt_error_page_resource_fetcher.h',
331 'context_menu.cc', 337 'context_menu.cc',
332 'context_menu.h', 338 'context_menu.h',
333 'cpp_binding_example.cc', 339 'cpp_binding_example.cc',
334 'cpp_binding_example.h', 340 'cpp_binding_example.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'webcursor_mac.mm', 398 'webcursor_mac.mm',
393 'webcursor_win.cc', 399 'webcursor_win.cc',
394 'webdropdata.cc', 400 'webdropdata.cc',
395 'webdropdata_win.cc', 401 'webdropdata_win.cc',
396 'webdropdata.h', 402 'webdropdata.h',
397 'webfileutilities_impl.cc', 403 'webfileutilities_impl.cc',
398 'webfileutilities_impl.h', 404 'webfileutilities_impl.h',
399 'webkit_constants.h', 405 'webkit_constants.h',
400 'webkit_glue.cc', 406 'webkit_glue.cc',
401 'webkit_glue.h', 407 'webkit_glue.h',
408 'webkit_glue_export.h',
402 'webkitplatformsupport_impl.cc', 409 'webkitplatformsupport_impl.cc',
403 'webkitplatformsupport_impl.h', 410 'webkitplatformsupport_impl.h',
404 'webmenuitem.cc', 411 'webmenuitem.cc',
405 'webmenuitem.h', 412 'webmenuitem.h',
406 'webmenurunner_mac.h', 413 'webmenurunner_mac.h',
407 'webmenurunner_mac.mm', 414 'webmenurunner_mac.mm',
408 'webpreferences.cc', 415 'webpreferences.cc',
409 'webpreferences.h', 416 'webpreferences.h',
410 'websocketstreamhandle_bridge.h', 417 'websocketstreamhandle_bridge.h',
411 'websocketstreamhandle_delegate.h', 418 'websocketstreamhandle_delegate.h',
(...skipping 21 matching lines...) Expand all
433 # These files used to be built in the webcore target, but moved here 440 # These files used to be built in the webcore target, but moved here
434 # since part of glue. 441 # since part of glue.
435 '../extensions/v8/gc_extension.cc', 442 '../extensions/v8/gc_extension.cc',
436 '../extensions/v8/gc_extension.h', 443 '../extensions/v8/gc_extension.h',
437 '../extensions/v8/heap_profiler_extension.cc', 444 '../extensions/v8/heap_profiler_extension.cc',
438 '../extensions/v8/heap_profiler_extension.h', 445 '../extensions/v8/heap_profiler_extension.h',
439 '../extensions/v8/playback_extension.cc', 446 '../extensions/v8/playback_extension.cc',
440 '../extensions/v8/playback_extension.h', 447 '../extensions/v8/playback_extension.h',
441 '../extensions/v8/profiler_extension.cc', 448 '../extensions/v8/profiler_extension.cc',
442 '../extensions/v8/profiler_extension.h', 449 '../extensions/v8/profiler_extension.h',
450 '../extensions/webkit_extensions_export.h',
443 451
444 ], 452 ],
445 # When glue is a dependency, it needs to be a hard dependency. 453 # When glue is a dependency, it needs to be a hard dependency.
446 # Dependents may rely on files generated by this target or one of its 454 # Dependents may rely on files generated by this target or one of its
447 # own hard dependencies. 455 # own hard dependencies.
448 'hard_dependency': 1, 456 'hard_dependency': 1,
449 'conditions': [ 457 'conditions': [
450 ['toolkit_uses_gtk == 1', { 458 ['toolkit_uses_gtk == 1', {
451 'dependencies': [ 459 'dependencies': [
452 '<(DEPTH)/build/linux/system.gyp:gtk', 460 '<(DEPTH)/build/linux/system.gyp:gtk',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 }, 553 },
546 'includes': [ '../../build/grit_action.gypi' ], 554 'includes': [ '../../build/grit_action.gypi' ],
547 }, 555 },
548 ], 556 ],
549 'includes': [ '../../build/grit_target.gypi' ], 557 'includes': [ '../../build/grit_target.gypi' ],
550 }, 558 },
551 ], 559 ],
552 }], 560 }],
553 ], 561 ],
554 } 562 }
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | webkit/glue/webkit_glue_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698