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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 191093002: Simplify the user agent code some more since after r255534 it's not affected by the site's URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: patchset 15 which works Created 6 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/common/chrome_content_client.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 'browser/metrics/variations/variations_service.h', 1291 'browser/metrics/variations/variations_service.h',
1292 'browser/metrics/variations/variations_seed_store.cc', 1292 'browser/metrics/variations/variations_seed_store.cc',
1293 'browser/metrics/variations/variations_seed_store.h', 1293 'browser/metrics/variations/variations_seed_store.h',
1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
1295 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', 1295 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
1296 'browser/native_window_notification_source.h', 1296 'browser/native_window_notification_source.h',
1297 'browser/net/about_protocol_handler.cc', 1297 'browser/net/about_protocol_handler.cc',
1298 'browser/net/about_protocol_handler.h', 1298 'browser/net/about_protocol_handler.h',
1299 'browser/net/async_dns_field_trial.cc', 1299 'browser/net/async_dns_field_trial.cc',
1300 'browser/net/async_dns_field_trial.h', 1300 'browser/net/async_dns_field_trial.h',
1301 'browser/net/basic_http_user_agent_settings.cc',
1302 'browser/net/basic_http_user_agent_settings.h',
1303 'browser/net/chrome_cookie_notification_details.h', 1301 'browser/net/chrome_cookie_notification_details.h',
1304 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1302 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1305 'browser/net/chrome_fraudulent_certificate_reporter.h', 1303 'browser/net/chrome_fraudulent_certificate_reporter.h',
1306 'browser/net/chrome_http_user_agent_settings.cc', 1304 'browser/net/chrome_http_user_agent_settings.cc',
1307 'browser/net/chrome_http_user_agent_settings.h', 1305 'browser/net/chrome_http_user_agent_settings.h',
1308 'browser/net/chrome_net_log.cc', 1306 'browser/net/chrome_net_log.cc',
1309 'browser/net/chrome_net_log.h', 1307 'browser/net/chrome_net_log.h',
1310 'browser/net/chrome_network_delegate.cc', 1308 'browser/net/chrome_network_delegate.cc',
1311 'browser/net/chrome_network_delegate.h', 1309 'browser/net/chrome_network_delegate.h',
1312 'browser/net/chrome_url_request_context.cc', 1310 'browser/net/chrome_url_request_context.cc',
(...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'package_name': 'org/chromium/chrome/browser', 3796 'package_name': 'org/chromium/chrome/browser',
3799 'template_deps': ['browser/android/tab_load_status.h'], 3797 'template_deps': ['browser/android/tab_load_status.h'],
3800 }, 3798 },
3801 'includes': [ '../build/android/java_cpp_template.gypi' ], 3799 'includes': [ '../build/android/java_cpp_template.gypi' ],
3802 }, 3800 },
3803 ], 3801 ],
3804 }, 3802 },
3805 ], 3803 ],
3806 ], 3804 ],
3807 } 3805 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698