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

Side by Side Diff: content/content_common.gypi

Issue 12388038: Android: Remove Surface cruft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'common/android/address_parser_internal.cc', 106 'common/android/address_parser_internal.cc',
107 'common/android/address_parser_internal.h', 107 'common/android/address_parser_internal.h',
108 'common/android/command_line.cc', 108 'common/android/command_line.cc',
109 'common/android/command_line.h', 109 'common/android/command_line.h',
110 'common/android/common_jni_registrar.cc', 110 'common/android/common_jni_registrar.cc',
111 'common/android/common_jni_registrar.h', 111 'common/android/common_jni_registrar.h',
112 'common/android/device_telephony_info.cc', 112 'common/android/device_telephony_info.cc',
113 'common/android/device_telephony_info.h', 113 'common/android/device_telephony_info.h',
114 'common/android/hash_set.cc', 114 'common/android/hash_set.cc',
115 'common/android/hash_set.h', 115 'common/android/hash_set.h',
116 'common/android/surface_callback.cc', 116 'common/android/scoped_java_surface.cc',
117 'common/android/surface_callback.h', 117 'common/android/scoped_java_surface.h',
118 'common/android/surface_texture_bridge.cc', 118 'common/android/surface_texture_bridge.cc',
119 'common/android/surface_texture_bridge.h', 119 'common/android/surface_texture_bridge.h',
120 'common/android/surface_texture_listener.cc', 120 'common/android/surface_texture_listener.cc',
121 'common/android/surface_texture_listener.h', 121 'common/android/surface_texture_listener.h',
122 'common/android/surface_texture_peer.cc', 122 'common/android/surface_texture_peer.cc',
123 'common/android/surface_texture_peer.h', 123 'common/android/surface_texture_peer.h',
124 'common/android/trace_event_binding.cc', 124 'common/android/trace_event_binding.cc',
125 'common/android/trace_event_binding.h', 125 'common/android/trace_event_binding.h',
126 'common/appcache/appcache_backend_proxy.cc', 126 'common/appcache/appcache_backend_proxy.cc',
127 'common/appcache/appcache_backend_proxy.h', 127 'common/appcache/appcache_backend_proxy.h',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
589 '<(output)', 589 '<(output)',
590 '<(PRODUCT_DIR)', 590 '<(PRODUCT_DIR)',
591 ], 591 ],
592 'msvs_cygwin_shell': 1, 592 'msvs_cygwin_shell': 1,
593 }, 593 },
594 ] 594 ]
595 }], 595 }],
596 ], 596 ],
597 } 597 }
OLDNEW
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698