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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3282003: Support handling blob URL and resolve blob references in upload data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 'browser/metrics/user_metrics.cc', 2016 'browser/metrics/user_metrics.cc',
2017 'browser/metrics/user_metrics.h', 2017 'browser/metrics/user_metrics.h',
2018 'browser/modal_html_dialog_delegate.cc', 2018 'browser/modal_html_dialog_delegate.cc',
2019 'browser/modal_html_dialog_delegate.h', 2019 'browser/modal_html_dialog_delegate.h',
2020 'browser/nacl_host/nacl_broker_host_win.cc', 2020 'browser/nacl_host/nacl_broker_host_win.cc',
2021 'browser/nacl_host/nacl_broker_host_win.h', 2021 'browser/nacl_host/nacl_broker_host_win.h',
2022 'browser/nacl_host/nacl_broker_service_win.cc', 2022 'browser/nacl_host/nacl_broker_service_win.cc',
2023 'browser/nacl_host/nacl_broker_service_win.h', 2023 'browser/nacl_host/nacl_broker_service_win.h',
2024 'browser/nacl_host/nacl_process_host.cc', 2024 'browser/nacl_host/nacl_process_host.cc',
2025 'browser/nacl_host/nacl_process_host.h', 2025 'browser/nacl_host/nacl_process_host.h',
2026 'browser/net/blob_url_request_job_factory.cc',
2027 'browser/net/blob_url_request_job_factory.h',
2026 'browser/net/browser_url_util.cc', 2028 'browser/net/browser_url_util.cc',
2027 'browser/net/browser_url_util.h', 2029 'browser/net/browser_url_util.h',
2028 'browser/net/chrome_cookie_notification_details.h', 2030 'browser/net/chrome_cookie_notification_details.h',
2029 'browser/net/chrome_cookie_policy.cc', 2031 'browser/net/chrome_cookie_policy.cc',
2030 'browser/net/chrome_cookie_policy.h', 2032 'browser/net/chrome_cookie_policy.h',
2031 'browser/net/chrome_net_log.cc', 2033 'browser/net/chrome_net_log.cc',
2032 'browser/net/chrome_net_log.h', 2034 'browser/net/chrome_net_log.h',
2033 'browser/net/chrome_network_delegate.cc', 2035 'browser/net/chrome_network_delegate.cc',
2034 'browser/net/chrome_network_delegate.h', 2036 'browser/net/chrome_network_delegate.h',
2035 'browser/net/chrome_url_request_context.cc', 2037 'browser/net/chrome_url_request_context.cc',
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3934 ], 3936 ],
3935 }, 3937 },
3936 ], 3938 ],
3937 } 3939 }
3938 3940
3939 # Local Variables: 3941 # Local Variables:
3940 # tab-width:2 3942 # tab-width:2
3941 # indent-tabs-mode:nil 3943 # indent-tabs-mode:nil
3942 # End: 3944 # End:
3943 # vim: set expandtab tabstop=2 shiftwidth=2: 3945 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698