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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8511064: GAIA Profile info prototype (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3966 'browser/ui/window_sizer_win.cc', 3966 'browser/ui/window_sizer_win.cc',
3967 'browser/ui/window_snapshot/window_snapshot.h', 3967 'browser/ui/window_snapshot/window_snapshot.h',
3968 'browser/ui/window_snapshot/window_snapshot_aura.cc', 3968 'browser/ui/window_snapshot/window_snapshot_aura.cc',
3969 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 3969 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
3970 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3970 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3971 'browser/ui/window_snapshot/window_snapshot_win.cc', 3971 'browser/ui/window_snapshot/window_snapshot_win.cc',
3972 'browser/upgrade_detector.cc', 3972 'browser/upgrade_detector.cc',
3973 'browser/upgrade_detector.h', 3973 'browser/upgrade_detector.h',
3974 'browser/upgrade_detector_impl.cc', 3974 'browser/upgrade_detector_impl.cc',
3975 'browser/upgrade_detector_impl.h', 3975 'browser/upgrade_detector_impl.h',
3976 'browser/gaia_userinfo/image_decoder.cc',
3977 'browser/gaia_userinfo/profile_image_downloader.cc',
3976 'browser/user_style_sheet_watcher.cc', 3978 'browser/user_style_sheet_watcher.cc',
3977 'browser/user_style_sheet_watcher.h', 3979 'browser/user_style_sheet_watcher.h',
3978 'browser/visitedlink/visitedlink_event_listener.cc', 3980 'browser/visitedlink/visitedlink_event_listener.cc',
3979 'browser/visitedlink/visitedlink_event_listener.h', 3981 'browser/visitedlink/visitedlink_event_listener.h',
3980 'browser/visitedlink/visitedlink_master.cc', 3982 'browser/visitedlink/visitedlink_master.cc',
3981 'browser/visitedlink/visitedlink_master.h', 3983 'browser/visitedlink/visitedlink_master.h',
3982 'browser/web_applications/web_app.cc', 3984 'browser/web_applications/web_app.cc',
3983 'browser/web_applications/web_app.h', 3985 'browser/web_applications/web_app.h',
3984 'browser/web_resource/gpu_blacklist_updater.cc', 3986 'browser/web_resource/gpu_blacklist_updater.cc',
3985 'browser/web_resource/gpu_blacklist_updater.h', 3987 'browser/web_resource/gpu_blacklist_updater.h',
(...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
5290 'type': 'static_library', 5292 'type': 'static_library',
5291 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5293 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5292 'variables': { 5294 'variables': {
5293 'proto_in_dir': 'browser/history', 5295 'proto_in_dir': 'browser/history',
5294 'proto_out_dir': 'chrome/browser/history', 5296 'proto_out_dir': 'chrome/browser/history',
5295 }, 5297 },
5296 'includes': [ '../build/protoc.gypi' ] 5298 'includes': [ '../build/protoc.gypi' ]
5297 }, 5299 },
5298 ], 5300 ],
5299 } 5301 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.cc ('k') | chrome/common/net/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698