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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8700014: Utility to draw GAIA pictures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/profiles/profile_downloader.h', 1964 'browser/profiles/profile_downloader.h',
1965 'browser/profiles/profile_downloader_delegate.h', 1965 'browser/profiles/profile_downloader_delegate.h',
1966 'browser/profiles/profile_impl.cc', 1966 'browser/profiles/profile_impl.cc',
1967 'browser/profiles/profile_impl.h', 1967 'browser/profiles/profile_impl.h',
1968 'browser/profiles/profile_impl_io_data.cc', 1968 'browser/profiles/profile_impl_io_data.cc',
1969 'browser/profiles/profile_impl_io_data.h', 1969 'browser/profiles/profile_impl_io_data.h',
1970 'browser/profiles/profile_info_cache.cc', 1970 'browser/profiles/profile_info_cache.cc',
1971 'browser/profiles/profile_info_cache.h', 1971 'browser/profiles/profile_info_cache.h',
1972 'browser/profiles/profile_info_cache_observer.h', 1972 'browser/profiles/profile_info_cache_observer.h',
1973 'browser/profiles/profile_info_interface.h', 1973 'browser/profiles/profile_info_interface.h',
1974 'browser/profiles/profile_info_util.cc',
1975 'browser/profiles/profile_info_util.h',
1974 'browser/profiles/profile_io_data.cc', 1976 'browser/profiles/profile_io_data.cc',
1975 'browser/profiles/profile_io_data.h', 1977 'browser/profiles/profile_io_data.h',
1976 'browser/profiles/profile_keyed_service_factory.cc', 1978 'browser/profiles/profile_keyed_service_factory.cc',
1977 'browser/profiles/profile_keyed_service_factory.h', 1979 'browser/profiles/profile_keyed_service_factory.h',
1978 'browser/profiles/profile_manager.cc', 1980 'browser/profiles/profile_manager.cc',
1979 'browser/profiles/profile_manager.h', 1981 'browser/profiles/profile_manager.h',
1980 'browser/profiles/profile_metrics.cc', 1982 'browser/profiles/profile_metrics.cc',
1981 'browser/profiles/profile_metrics.h', 1983 'browser/profiles/profile_metrics.h',
1982 'browser/profiles/profile_shortcut_manager_win.cc', 1984 'browser/profiles/profile_shortcut_manager_win.cc',
1983 'browser/profiles/profile_shortcut_manager_win.h', 1985 'browser/profiles/profile_shortcut_manager_win.h',
(...skipping 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after
5264 'type': 'static_library', 5266 'type': 'static_library',
5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5266 'variables': { 5268 'variables': {
5267 'proto_in_dir': 'browser/history', 5269 'proto_in_dir': 'browser/history',
5268 'proto_out_dir': 'chrome/browser/history', 5270 'proto_out_dir': 'chrome/browser/history',
5269 }, 5271 },
5270 'includes': [ '../build/protoc.gypi' ] 5272 'includes': [ '../build/protoc.gypi' ]
5271 }, 5273 },
5272 ], 5274 ],
5273 } 5275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698