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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8414024: Analyzed the problem and tested 30+ times the affected and related tests without problems. Test f... (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/ui/gtk/status_icons/status_icon_gtk.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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 'browser/spellchecker/spellchecker_platform_engine.h', 2152 'browser/spellchecker/spellchecker_platform_engine.h',
2153 'browser/spellchecker/spellchecker_win.cc', 2153 'browser/spellchecker/spellchecker_win.cc',
2154 'browser/ssl/ssl_add_cert_handler.cc', 2154 'browser/ssl/ssl_add_cert_handler.cc',
2155 'browser/ssl/ssl_add_cert_handler.h', 2155 'browser/ssl/ssl_add_cert_handler.h',
2156 'browser/ssl/ssl_add_cert_handler_mac.mm', 2156 'browser/ssl/ssl_add_cert_handler_mac.mm',
2157 'browser/ssl/ssl_blocking_page.cc', 2157 'browser/ssl/ssl_blocking_page.cc',
2158 'browser/ssl/ssl_blocking_page.h', 2158 'browser/ssl/ssl_blocking_page.h',
2159 'browser/ssl/ssl_error_info.cc', 2159 'browser/ssl/ssl_error_info.cc',
2160 'browser/ssl/ssl_error_info.h', 2160 'browser/ssl/ssl_error_info.h',
2161 'browser/ssl_client_certificate_selector.h', 2161 'browser/ssl_client_certificate_selector.h',
2162 'browser/status_icons/desktop_notification_balloon.cc',
2163 'browser/status_icons/desktop_notification_balloon.h',
2162 'browser/status_icons/status_icon.cc', 2164 'browser/status_icons/status_icon.cc',
2163 'browser/status_icons/status_icon.h', 2165 'browser/status_icons/status_icon.h',
2164 'browser/status_icons/status_tray.cc', 2166 'browser/status_icons/status_tray.cc',
2165 'browser/status_icons/status_tray.h', 2167 'browser/status_icons/status_tray.h',
2166 'browser/sync/glue/app_data_type_controller.cc', 2168 'browser/sync/glue/app_data_type_controller.cc',
2167 'browser/sync/glue/app_data_type_controller.h', 2169 'browser/sync/glue/app_data_type_controller.h',
2168 'browser/sync/glue/app_notification_data_type_controller.cc', 2170 'browser/sync/glue/app_notification_data_type_controller.cc',
2169 'browser/sync/glue/app_notification_data_type_controller.h', 2171 'browser/sync/glue/app_notification_data_type_controller.h',
2170 'browser/sync/glue/autofill_change_processor.cc', 2172 'browser/sync/glue/autofill_change_processor.cc',
2171 'browser/sync/glue/autofill_change_processor.h', 2173 'browser/sync/glue/autofill_change_processor.h',
(...skipping 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after
5223 'type': 'static_library', 5225 'type': 'static_library',
5224 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5226 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5225 'variables': { 5227 'variables': {
5226 'proto_in_dir': 'browser/history', 5228 'proto_in_dir': 'browser/history',
5227 'proto_out_dir': 'chrome/browser/history', 5229 'proto_out_dir': 'chrome/browser/history',
5228 }, 5230 },
5229 'includes': [ '../build/protoc.gypi' ] 5231 'includes': [ '../build/protoc.gypi' ]
5230 }, 5232 },
5231 ], 5233 ],
5232 } 5234 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698