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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 381073002: Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add special_storage_policy_delegate prototype. Created 6 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'browser/net/referrer.cc', 822 'browser/net/referrer.cc',
823 'browser/net/referrer.h', 823 'browser/net/referrer.h',
824 'browser/net/service_providers_win.cc', 824 'browser/net/service_providers_win.cc',
825 'browser/net/service_providers_win.h', 825 'browser/net/service_providers_win.h',
826 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.cc', 826 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.cc',
827 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h', 827 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h',
828 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc', 828 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc',
829 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', 829 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h',
830 'browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc', 830 'browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc',
831 'browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.h', 831 'browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.h',
832 'browser/net/sqlite_server_bound_cert_store.cc',
833 'browser/net/sqlite_server_bound_cert_store.h',
834 'browser/net/ssl_config_service_manager.h', 832 'browser/net/ssl_config_service_manager.h',
835 'browser/net/ssl_config_service_manager_pref.cc', 833 'browser/net/ssl_config_service_manager_pref.cc',
836 'browser/net/timed_cache.cc', 834 'browser/net/timed_cache.cc',
837 'browser/net/timed_cache.h', 835 'browser/net/timed_cache.h',
838 'browser/net/url_info.cc', 836 'browser/net/url_info.cc',
839 'browser/net/url_info.h', 837 'browser/net/url_info.h',
840 'browser/omaha_query_params/chrome_omaha_query_params_delegate.cc', 838 'browser/omaha_query_params/chrome_omaha_query_params_delegate.cc',
841 'browser/omaha_query_params/chrome_omaha_query_params_delegate.h', 839 'browser/omaha_query_params/chrome_omaha_query_params_delegate.h',
842 'browser/omnibox/omnibox_field_trial.cc', 840 'browser/omnibox/omnibox_field_trial.cc',
843 'browser/omnibox/omnibox_field_trial.h', 841 'browser/omnibox/omnibox_field_trial.h',
(...skipping 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 # transitively via the common target because the proto sources need to 2872 # transitively via the common target because the proto sources need to
2875 # be generated before code in this target can start building. 2873 # be generated before code in this target can start building.
2876 '../components/components.gyp:variations', 2874 '../components/components.gyp:variations',
2877 '../components/components.gyp:webdata_common', 2875 '../components/components.gyp:webdata_common',
2878 '../content/content.gyp:content_browser', 2876 '../content/content.gyp:content_browser',
2879 '../content/content.gyp:content_common', 2877 '../content/content.gyp:content_common',
2880 '../courgette/courgette.gyp:courgette_lib', 2878 '../courgette/courgette.gyp:courgette_lib',
2881 '../crypto/crypto.gyp:crypto', 2879 '../crypto/crypto.gyp:crypto',
2882 '../google_apis/google_apis.gyp:google_apis', 2880 '../google_apis/google_apis.gyp:google_apis',
2883 '../jingle/jingle.gyp:notifier', 2881 '../jingle/jingle.gyp:notifier',
2882 '../net/net.gyp:net_sqlite',
2884 '../skia/skia.gyp:skia', 2883 '../skia/skia.gyp:skia',
2885 '../sql/sql.gyp:sql', 2884 '../sql/sql.gyp:sql',
2886 '../sync/sync.gyp:sync', 2885 '../sync/sync.gyp:sync',
2887 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2886 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2888 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2887 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2889 '../third_party/icu/icu.gyp:icui18n', 2888 '../third_party/icu/icu.gyp:icui18n',
2890 '../third_party/icu/icu.gyp:icuuc', 2889 '../third_party/icu/icu.gyp:icuuc',
2891 '../third_party/libjingle/libjingle.gyp:libjingle', 2890 '../third_party/libjingle/libjingle.gyp:libjingle',
2892 '../third_party/libxml/libxml.gyp:libxml', 2891 '../third_party/libxml/libxml.gyp:libxml',
2893 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 2892 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'package_name': 'org/chromium/chrome/browser', 3585 'package_name': 'org/chromium/chrome/browser',
3587 'template_deps': ['browser/android/tab_load_status.h'], 3586 'template_deps': ['browser/android/tab_load_status.h'],
3588 }, 3587 },
3589 'includes': [ '../build/android/java_cpp_template.gypi' ], 3588 'includes': [ '../build/android/java_cpp_template.gypi' ],
3590 }, 3589 },
3591 ], 3590 ],
3592 }, 3591 },
3593 ], 3592 ],
3594 ], 3593 ],
3595 } 3594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698