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

Side by Side Diff: content/content_browser.gypi

Issue 643993005: Remove limit on number of resources in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no cc change Created 6 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
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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'public/browser/access_token_store.h', 44 'public/browser/access_token_store.h',
45 'public/browser/android/compositor.h', 45 'public/browser/android/compositor.h',
46 'public/browser/android/compositor_client.h', 46 'public/browser/android/compositor_client.h',
47 'public/browser/android/content_view_core.h', 47 'public/browser/android/content_view_core.h',
48 'public/browser/android/content_view_layer_renderer.h', 48 'public/browser/android/content_view_layer_renderer.h',
49 'public/browser/android/devtools_auth.h', 49 'public/browser/android/devtools_auth.h',
50 'public/browser/android/download_controller_android.h', 50 'public/browser/android/download_controller_android.h',
51 'public/browser/android/external_video_surface_container.h', 51 'public/browser/android/external_video_surface_container.h',
52 'public/browser/android/layer_tree_build_helper.h', 52 'public/browser/android/layer_tree_build_helper.h',
53 'public/browser/android/synchronous_compositor_client.h', 53 'public/browser/android/synchronous_compositor_client.h',
54 'public/browser/android/synchronous_compositor.cc',
55 'public/browser/android/synchronous_compositor.h', 54 'public/browser/android/synchronous_compositor.h',
56 'public/browser/android/ui_resource_client_android.h', 55 'public/browser/android/ui_resource_client_android.h',
57 'public/browser/android/ui_resource_provider.h', 56 'public/browser/android/ui_resource_provider.h',
58 'public/browser/appcache_service.h', 57 'public/browser/appcache_service.h',
59 'public/browser/ax_event_notification_details.cc', 58 'public/browser/ax_event_notification_details.cc',
60 'public/browser/ax_event_notification_details.h', 59 'public/browser/ax_event_notification_details.h',
61 'public/browser/blob_handle.h', 60 'public/browser/blob_handle.h',
62 'public/browser/browser_accessibility_state.h', 61 'public/browser/browser_accessibility_state.h',
63 'public/browser/browser_child_process_host.h', 62 'public/browser/browser_child_process_host.h',
64 'public/browser/browser_child_process_host_delegate.cc', 63 'public/browser/browser_child_process_host_delegate.cc',
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'sources': [ 1923 'sources': [
1925 'browser/media/cdm/browser_cdm_manager.cc', 1924 'browser/media/cdm/browser_cdm_manager.cc',
1926 'browser/media/cdm/browser_cdm_manager.h', 1925 'browser/media/cdm/browser_cdm_manager.h',
1927 # This works on Android because enable_browser_cdms==1 on Android. 1926 # This works on Android because enable_browser_cdms==1 on Android.
1928 'browser/media/media_web_contents_observer.cc', 1927 'browser/media/media_web_contents_observer.cc',
1929 'browser/media/media_web_contents_observer.h', 1928 'browser/media/media_web_contents_observer.h',
1930 ], 1929 ],
1931 }], 1930 }],
1932 ], 1931 ],
1933 } 1932 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698