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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8558016: Revert 110685 - Fix Clang error on SettingChange. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/protector/setting_change.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 'browser/profiles/profile_metrics.cc', 1965 'browser/profiles/profile_metrics.cc',
1966 'browser/profiles/profile_metrics.h', 1966 'browser/profiles/profile_metrics.h',
1967 'browser/protector/default_search_provider_change.cc', 1967 'browser/protector/default_search_provider_change.cc',
1968 'browser/protector/histograms.cc', 1968 'browser/protector/histograms.cc',
1969 'browser/protector/histograms.h', 1969 'browser/protector/histograms.h',
1970 'browser/protector/internal/keys_internal.cc', 1970 'browser/protector/internal/keys_internal.cc',
1971 'browser/protector/keys.cc', 1971 'browser/protector/keys.cc',
1972 'browser/protector/keys.h', 1972 'browser/protector/keys.h',
1973 'browser/protector/protector.cc', 1973 'browser/protector/protector.cc',
1974 'browser/protector/protector.h', 1974 'browser/protector/protector.h',
1975 'browser/protector/setting_change.cc',
1976 'browser/protector/setting_change.h', 1975 'browser/protector/setting_change.h',
1977 'browser/protector/settings_change_global_error.cc', 1976 'browser/protector/settings_change_global_error.cc',
1978 'browser/protector/settings_change_global_error.h', 1977 'browser/protector/settings_change_global_error.h',
1979 'browser/protector/settings_change_global_error_delegate.h', 1978 'browser/protector/settings_change_global_error_delegate.h',
1980 'browser/remove_rows_table_model.h', 1979 'browser/remove_rows_table_model.h',
1981 'browser/renderer_host/chrome_render_message_filter.cc', 1980 'browser/renderer_host/chrome_render_message_filter.cc',
1982 'browser/renderer_host/chrome_render_message_filter.h', 1981 'browser/renderer_host/chrome_render_message_filter.h',
1983 'browser/renderer_host/chrome_render_view_host_observer.cc', 1982 'browser/renderer_host/chrome_render_view_host_observer.cc',
1984 'browser/renderer_host/chrome_render_view_host_observer.h', 1983 'browser/renderer_host/chrome_render_view_host_observer.h',
1985 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', 1984 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h',
(...skipping 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after
5283 'type': 'static_library', 5282 'type': 'static_library',
5284 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5285 'variables': { 5284 'variables': {
5286 'proto_in_dir': 'browser/history', 5285 'proto_in_dir': 'browser/history',
5287 'proto_out_dir': 'chrome/browser/history', 5286 'proto_out_dir': 'chrome/browser/history',
5288 }, 5287 },
5289 'includes': [ '../build/protoc.gypi' ] 5288 'includes': [ '../build/protoc.gypi' ]
5290 }, 5289 },
5291 ], 5290 ],
5292 } 5291 }
OLDNEW
« no previous file with comments | « chrome/browser/protector/setting_change.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698