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

Side by Side Diff: content/content_browser.gypi

Issue 17389005: [Android] Abandon bundling DevTools frontends for mobile apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 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
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 14 matching lines...) Expand all
25 'sources': [ 25 'sources': [
26 'port/browser/event_with_latency_info.h', 26 'port/browser/event_with_latency_info.h',
27 'port/browser/render_view_host_delegate_view.h', 27 'port/browser/render_view_host_delegate_view.h',
28 'port/browser/render_widget_host_view_port.h', 28 'port/browser/render_widget_host_view_port.h',
29 'port/browser/smooth_scroll_gesture.h', 29 'port/browser/smooth_scroll_gesture.h',
30 'port/browser/web_contents_view_port.h', 30 'port/browser/web_contents_view_port.h',
31 'public/browser/access_token_store.h', 31 'public/browser/access_token_store.h',
32 'public/browser/android/compositor.h', 32 'public/browser/android/compositor.h',
33 'public/browser/android/content_view_core.h', 33 'public/browser/android/content_view_core.h',
34 'public/browser/android/content_view_layer_renderer.h', 34 'public/browser/android/content_view_layer_renderer.h',
35 'public/browser/android/devtools_auth.h',
36 'public/browser/android/download_controller_android.h', 35 'public/browser/android/download_controller_android.h',
37 'public/browser/android/synchronous_compositor_client.h', 36 'public/browser/android/synchronous_compositor_client.h',
38 'public/browser/android/synchronous_compositor.h', 37 'public/browser/android/synchronous_compositor.h',
39 'public/browser/browser_accessibility_state.h', 38 'public/browser/browser_accessibility_state.h',
40 'public/browser/browser_child_process_host.h', 39 'public/browser/browser_child_process_host.h',
41 'public/browser/browser_child_process_host_delegate.cc', 40 'public/browser/browser_child_process_host_delegate.cc',
42 'public/browser/browser_child_process_host_delegate.h', 41 'public/browser/browser_child_process_host_delegate.h',
43 'public/browser/browser_child_process_host_iterator.cc', 42 'public/browser/browser_child_process_host_iterator.cc',
44 'public/browser/browser_child_process_host_iterator.h', 43 'public/browser/browser_child_process_host_iterator.h',
45 'public/browser/browser_child_process_observer.cc', 44 'public/browser/browser_child_process_observer.cc',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'browser/android/content_view_core_impl.cc', 243 'browser/android/content_view_core_impl.cc',
245 'browser/android/content_view_core_impl.h', 244 'browser/android/content_view_core_impl.h',
246 'browser/android/content_view_render_view.cc', 245 'browser/android/content_view_render_view.cc',
247 'browser/android/content_view_render_view.h', 246 'browser/android/content_view_render_view.h',
248 'browser/android/content_view_statics.cc', 247 'browser/android/content_view_statics.cc',
249 'browser/android/content_view_statics.h', 248 'browser/android/content_view_statics.h',
250 'browser/android/date_time_chooser_android.cc', 249 'browser/android/date_time_chooser_android.cc',
251 'browser/android/date_time_chooser_android.h', 250 'browser/android/date_time_chooser_android.h',
252 'browser/android/download_controller_android_impl.cc', 251 'browser/android/download_controller_android_impl.cc',
253 'browser/android/download_controller_android_impl.h', 252 'browser/android/download_controller_android_impl.h',
254 'browser/android/devtools_auth.cc',
255 'browser/android/edge_effect.h', 253 'browser/android/edge_effect.h',
256 'browser/android/edge_effect.cc', 254 'browser/android/edge_effect.cc',
257 'browser/android/in_process/synchronous_compositor_impl.cc', 255 'browser/android/in_process/synchronous_compositor_impl.cc',
258 'browser/android/in_process/synchronous_compositor_impl.h', 256 'browser/android/in_process/synchronous_compositor_impl.h',
259 'browser/android/in_process/synchronous_compositor_output_surface.cc', 257 'browser/android/in_process/synchronous_compositor_output_surface.cc',
260 'browser/android/in_process/synchronous_compositor_output_surface.h', 258 'browser/android/in_process/synchronous_compositor_output_surface.h',
261 'browser/android/in_process/synchronous_input_event_filter.cc', 259 'browser/android/in_process/synchronous_input_event_filter.cc',
262 'browser/android/in_process/synchronous_input_event_filter.h', 260 'browser/android/in_process/synchronous_input_event_filter.h',
263 'browser/android/interstitial_page_delegate_android.cc', 261 'browser/android/interstitial_page_delegate_android.cc',
264 'browser/android/interstitial_page_delegate_android.h', 262 'browser/android/interstitial_page_delegate_android.h',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 '../third_party/speex/speex.gyp:libspeex', 1435 '../third_party/speex/speex.gyp:libspeex',
1438 ], 1436 ],
1439 }], 1437 }],
1440 ['linux_use_libgps==1', { 1438 ['linux_use_libgps==1', {
1441 'dependencies': [ 1439 'dependencies': [
1442 '../build/linux/system.gyp:libgps', 1440 '../build/linux/system.gyp:libgps',
1443 ], 1441 ],
1444 }], 1442 }],
1445 ], 1443 ],
1446 } 1444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698