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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 664263002: Restructure SDCH layering to allow more separation (observer/1->[0,n] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'd to 303035. 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | net/base/sdch_dictionary_fetcher.h » ('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 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'browser/net/chrome_extensions_network_delegate.cc', 710 'browser/net/chrome_extensions_network_delegate.cc',
711 'browser/net/chrome_extensions_network_delegate.h', 711 'browser/net/chrome_extensions_network_delegate.h',
712 'browser/net/chrome_fraudulent_certificate_reporter.cc', 712 'browser/net/chrome_fraudulent_certificate_reporter.cc',
713 'browser/net/chrome_fraudulent_certificate_reporter.h', 713 'browser/net/chrome_fraudulent_certificate_reporter.h',
714 'browser/net/chrome_http_user_agent_settings.cc', 714 'browser/net/chrome_http_user_agent_settings.cc',
715 'browser/net/chrome_http_user_agent_settings.h', 715 'browser/net/chrome_http_user_agent_settings.h',
716 'browser/net/chrome_net_log.cc', 716 'browser/net/chrome_net_log.cc',
717 'browser/net/chrome_net_log.h', 717 'browser/net/chrome_net_log.h',
718 'browser/net/chrome_network_delegate.cc', 718 'browser/net/chrome_network_delegate.cc',
719 'browser/net/chrome_network_delegate.h', 719 'browser/net/chrome_network_delegate.h',
720 'browser/net/chrome_sdch_policy.cc',
721 'browser/net/chrome_sdch_policy.h',
720 'browser/net/chrome_url_request_context_getter.cc', 722 'browser/net/chrome_url_request_context_getter.cc',
721 'browser/net/chrome_url_request_context_getter.h', 723 'browser/net/chrome_url_request_context_getter.h',
722 'browser/net/client_hints.cc', 724 'browser/net/client_hints.cc',
723 'browser/net/client_hints.h', 725 'browser/net/client_hints.h',
724 'browser/net/connect_interceptor.cc', 726 'browser/net/connect_interceptor.cc',
725 'browser/net/connect_interceptor.h', 727 'browser/net/connect_interceptor.h',
726 'browser/net/connection_tester.cc', 728 'browser/net/connection_tester.cc',
727 'browser/net/connection_tester.h', 729 'browser/net/connection_tester.h',
728 'browser/net/cookie_store_util.cc', 730 'browser/net/cookie_store_util.cc',
729 'browser/net/cookie_store_util.h', 731 'browser/net/cookie_store_util.h',
(...skipping 2898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 'variables': { 3630 'variables': {
3629 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3631 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3630 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3632 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3631 }, 3633 },
3632 'includes': [ '../build/protoc.gypi' ] 3634 'includes': [ '../build/protoc.gypi' ]
3633 }, 3635 },
3634 ], 3636 ],
3635 },], 3637 },],
3636 ], 3638 ],
3637 } 3639 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | net/base/sdch_dictionary_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698