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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup Created 8 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', 605 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc',
606 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', 606 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h',
607 'browser/chromeos/language_preferences.cc', 607 'browser/chromeos/language_preferences.cc',
608 'browser/chromeos/language_preferences.h', 608 'browser/chromeos/language_preferences.h',
609 'browser/chromeos/locale_change_guard.cc', 609 'browser/chromeos/locale_change_guard.cc',
610 'browser/chromeos/locale_change_guard.h', 610 'browser/chromeos/locale_change_guard.h',
611 'browser/chromeos/login/auth_attempt_state.cc', 611 'browser/chromeos/login/auth_attempt_state.cc',
612 'browser/chromeos/login/auth_attempt_state.h', 612 'browser/chromeos/login/auth_attempt_state.h',
613 'browser/chromeos/login/auth_attempt_state_resolver.cc', 613 'browser/chromeos/login/auth_attempt_state_resolver.cc',
614 'browser/chromeos/login/auth_attempt_state_resolver.h', 614 'browser/chromeos/login/auth_attempt_state_resolver.h',
615 'browser/chromeos/login/auth_response_handler.cc',
616 'browser/chromeos/login/auth_response_handler.h',
617 'browser/chromeos/login/authentication_notification_details.h', 615 'browser/chromeos/login/authentication_notification_details.h',
618 'browser/chromeos/login/authenticator.cc', 616 'browser/chromeos/login/authenticator.cc',
619 'browser/chromeos/login/authenticator.h', 617 'browser/chromeos/login/authenticator.h',
620 'browser/chromeos/login/base_login_display_host.cc', 618 'browser/chromeos/login/base_login_display_host.cc',
621 'browser/chromeos/login/base_login_display_host.h', 619 'browser/chromeos/login/base_login_display_host.h',
622 'browser/chromeos/login/base_login_display_host.h', 620 'browser/chromeos/login/base_login_display_host.h',
623 'browser/chromeos/login/camera.cc', 621 'browser/chromeos/login/camera.cc',
624 'browser/chromeos/login/camera.h', 622 'browser/chromeos/login/camera.h',
625 'browser/chromeos/login/camera_controller.cc', 623 'browser/chromeos/login/camera_controller.cc',
626 'browser/chromeos/login/camera_controller.h', 624 'browser/chromeos/login/camera_controller.h',
(...skipping 4441 matching lines...) Expand 10 before | Expand all | Expand 10 after
5068 'browser/metrics/proto/study.proto', 5066 'browser/metrics/proto/study.proto',
5069 ], 5067 ],
5070 'variables': { 5068 'variables': {
5071 'proto_in_dir': 'browser/metrics/proto', 5069 'proto_in_dir': 'browser/metrics/proto',
5072 'proto_out_dir': 'chrome/browser/metrics/proto', 5070 'proto_out_dir': 'chrome/browser/metrics/proto',
5073 }, 5071 },
5074 'includes': [ '../build/protoc.gypi' ] 5072 'includes': [ '../build/protoc.gypi' ]
5075 }, 5073 },
5076 ], 5074 ],
5077 } 5075 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/common/net/gaia/gaia_auth_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698