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

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

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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) 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '../platform/blink_platform.gyp:blink_platform', 525 '../platform/blink_platform.gyp:blink_platform',
526 526
527 # webcore_generated dependency 527 # webcore_generated dependency
528 'core_generated.gyp:make_core_generated', 528 'core_generated.gyp:make_core_generated',
529 'inspector_instrumentation_sources', 529 'inspector_instrumentation_sources',
530 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 530 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
531 # FIXME: don't depend on bindings_modules http://crbug.com/358074 531 # FIXME: don't depend on bindings_modules http://crbug.com/358074
532 '../bindings/modules/generated.gyp:modules_event_generated', 532 '../bindings/modules/generated.gyp:modules_event_generated',
533 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 533 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
534 '../platform/platform_generated.gyp:make_platform_generated', 534 '../platform/platform_generated.gyp:make_platform_generated',
535 '../../public/blink.gyp:mojo_bindings',
535 536
536 '../wtf/wtf.gyp:wtf', 537 '../wtf/wtf.gyp:wtf',
537 '<(DEPTH)/base/base.gyp:base', 538 '<(DEPTH)/base/base.gyp:base',
538 '<(DEPTH)/cc/cc.gyp:cc', 539 '<(DEPTH)/cc/cc.gyp:cc',
539 '<(DEPTH)/gin/gin.gyp:gin', 540 '<(DEPTH)/gin/gin.gyp:gin',
540 '<(DEPTH)/skia/skia.gyp:skia', 541 '<(DEPTH)/skia/skia.gyp:skia',
542 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
543 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
541 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 544 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
542 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 545 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
543 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 546 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
544 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', 547 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
545 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 548 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
546 '<(DEPTH)/url/url.gyp:url_lib', 549 '<(DEPTH)/url/url.gyp:url_lib',
547 '<(DEPTH)/v8/src/v8.gyp:v8', 550 '<(DEPTH)/v8/src/v8.gyp:v8',
548 ], 551 ],
549 'export_dependent_settings': [ 552 'export_dependent_settings': [
550 '../platform/blink_platform.gyp:blink_platform', 553 '../platform/blink_platform.gyp:blink_platform',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'layout/LayoutThemeAndroid.cpp', 664 'layout/LayoutThemeAndroid.cpp',
662 'layout/LayoutThemeAndroid.h', 665 'layout/LayoutThemeAndroid.h',
663 ], 666 ],
664 }], 667 }],
665 ], 668 ],
666 }], 669 }],
667 ], 670 ],
668 }, 671 },
669 ], # targets 672 ], # targets
670 } 673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698