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

Side by Side Diff: content/content_common.gypi

Issue 8347005: Adds the renderer component of the Java Bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 9 years, 2 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 | « content/common/java_bridge_messages.h ('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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'common/handle_enumerator_win.h', 134 'common/handle_enumerator_win.h',
135 'common/hi_res_timer_manager_posix.cc', 135 'common/hi_res_timer_manager_posix.cc',
136 'common/hi_res_timer_manager_win.cc', 136 'common/hi_res_timer_manager_win.cc',
137 'common/hi_res_timer_manager.h', 137 'common/hi_res_timer_manager.h',
138 'common/indexed_db_key.cc', 138 'common/indexed_db_key.cc',
139 'common/indexed_db_key.h', 139 'common/indexed_db_key.h',
140 'common/indexed_db_messages.h', 140 'common/indexed_db_messages.h',
141 'common/indexed_db_param_traits.cc', 141 'common/indexed_db_param_traits.cc',
142 'common/indexed_db_param_traits.h', 142 'common/indexed_db_param_traits.h',
143 'common/intents_messages.h', 143 'common/intents_messages.h',
144 'common/java_bridge_messages.h',
144 'common/mac/attributed_string_coder.h', 145 'common/mac/attributed_string_coder.h',
145 'common/mac/attributed_string_coder.mm', 146 'common/mac/attributed_string_coder.mm',
146 'common/mac/font_descriptor.h', 147 'common/mac/font_descriptor.h',
147 'common/mac/font_descriptor.mm', 148 'common/mac/font_descriptor.mm',
148 'common/mac/font_loader.h', 149 'common/mac/font_loader.h',
149 'common/mac/font_loader.mm', 150 'common/mac/font_loader.mm',
150 'common/main_function_params.h', 151 'common/main_function_params.h',
151 'common/media/audio_messages.h', 152 'common/media/audio_messages.h',
152 'common/media/audio_stream_state.h', 153 'common/media/audio_stream_state.h',
153 'common/media/media_stream_messages.h', 154 'common/media/media_stream_messages.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 322 ],
322 'link_settings': { 323 'link_settings': {
323 'libraries': [ 324 'libraries': [
324 '-lEGL', 325 '-lEGL',
325 '-lGLESv2', 326 '-lGLESv2',
326 ], 327 ],
327 }, 328 },
328 }], 329 }],
329 ], 330 ],
330 } 331 }
OLDNEW
« no previous file with comments | « content/common/java_bridge_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698