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

Side by Side Diff: content/content_browser.gypi

Issue 8383001: Add ENABLE_JAVA_BRIDGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use 'sources!' Created 9 years, 1 month 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 | « build/common.gypi ('k') | content/content_renderer.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 ], 713 ],
714 }, 714 },
715 'include_dirs': [ 715 'include_dirs': [
716 '../third_party/angle/include', 716 '../third_party/angle/include',
717 ], 717 ],
718 }, { 718 }, {
719 'sources/': [ 719 'sources/': [
720 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. cc'], 720 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. cc'],
721 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. h'], 721 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. h'],
722 ], 722 ],
723 }], 723 }],
724 ], 724 ['java_bridge==1', {
725 'defines': [
726 'ENABLE_JAVA_BRIDGE',
727 ],
728 }, {
729 'sources!': [
730 'browser/renderer_host/java_bridge_channel_host.cc',
731 'browser/renderer_host/java_bridge_channel_host.h',
732 'browser/renderer_host/java_bridge_dispatcher_host.cc',
733 'browser/renderer_host/java_bridge_dispatcher_host.h',
734 ],
735 }],
736 ],
725 } 737 }
726 738
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698