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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10217010: Completed the code path from AndroidProviderService to HistoryBackend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Init Created 8 years, 8 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 # 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'browser/accessibility/invert_bubble_views.cc', 92 'browser/accessibility/invert_bubble_views.cc',
93 'browser/accessibility/invert_bubble_views.h', 93 'browser/accessibility/invert_bubble_views.h',
94 'browser/aeropeek_manager.cc', 94 'browser/aeropeek_manager.cc',
95 'browser/aeropeek_manager.h', 95 'browser/aeropeek_manager.h',
96 'browser/alternate_nav_url_fetcher.cc', 96 'browser/alternate_nav_url_fetcher.cc',
97 'browser/alternate_nav_url_fetcher.h', 97 'browser/alternate_nav_url_fetcher.h',
98 'browser/app_controller_mac.h', 98 'browser/app_controller_mac.h',
99 'browser/app_controller_mac.mm', 99 'browser/app_controller_mac.mm',
100 'browser/app_icon_win.cc', 100 'browser/app_icon_win.cc',
101 'browser/app_icon_win.h', 101 'browser/app_icon_win.h',
102 'browser/android_provider_service.cc',
103 'browser/android_provider_service.h',
102 'browser/autocomplete/autocomplete.cc', 104 'browser/autocomplete/autocomplete.cc',
103 'browser/autocomplete/autocomplete.h', 105 'browser/autocomplete/autocomplete.h',
104 'browser/autocomplete/autocomplete_classifier.cc', 106 'browser/autocomplete/autocomplete_classifier.cc',
105 'browser/autocomplete/autocomplete_classifier.h', 107 'browser/autocomplete/autocomplete_classifier.h',
106 'browser/autocomplete/autocomplete_controller_delegate.h', 108 'browser/autocomplete/autocomplete_controller_delegate.h',
107 'browser/autocomplete/autocomplete_edit.cc', 109 'browser/autocomplete/autocomplete_edit.cc',
108 'browser/autocomplete/autocomplete_edit.h', 110 'browser/autocomplete/autocomplete_edit.h',
109 'browser/autocomplete/autocomplete_field_trial.cc', 111 'browser/autocomplete/autocomplete_field_trial.cc',
110 'browser/autocomplete/autocomplete_field_trial.h', 112 'browser/autocomplete/autocomplete_field_trial.h',
111 'browser/autocomplete/autocomplete_match.cc', 113 'browser/autocomplete/autocomplete_match.cc',
(...skipping 4382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4494 ['exclude', '^browser/ui/webui/help/'], 4496 ['exclude', '^browser/ui/webui/help/'],
4495 ['exclude', '^browser/ui/webui/inspect_'], 4497 ['exclude', '^browser/ui/webui/inspect_'],
4496 ['exclude', '^browser/ui/webui/options'], 4498 ['exclude', '^browser/ui/webui/options'],
4497 ['exclude', '^browser/ui/webui/options2'], 4499 ['exclude', '^browser/ui/webui/options2'],
4498 ['exclude', '^browser/ui/webui/print_preview/'], 4500 ['exclude', '^browser/ui/webui/print_preview/'],
4499 ['exclude', '^browser/ui/webui/signin/'], 4501 ['exclude', '^browser/ui/webui/signin/'],
4500 ['exclude', '^browser/ui/webui/sync_promo'], 4502 ['exclude', '^browser/ui/webui/sync_promo'],
4501 ], 4503 ],
4502 }], 4504 }],
4503 ['OS!="android"', { 4505 ['OS!="android"', {
4506 'sources!': [
4507 'browser/android_provider_service.cc',
4508 'browser/android_provider_service.h',
4509 ],
4504 'dependencies': [ 4510 'dependencies': [
4505 '../third_party/libusb/libusb.gyp:libusb', 4511 '../third_party/libusb/libusb.gyp:libusb',
4506 ], 4512 ],
4507 }], 4513 }],
4508 ['OS=="mac"', { 4514 ['OS=="mac"', {
4509 'sources!': [ 4515 'sources!': [
4510 'browser/automation/automation_provider_list_generic.cc', 4516 'browser/automation/automation_provider_list_generic.cc',
4511 'browser/bookmarks/bookmark_drop_info.cc', 4517 'browser/bookmarks/bookmark_drop_info.cc',
4512 'browser/first_run/upgrade_util.cc', 4518 'browser/first_run/upgrade_util.cc',
4513 'browser/importer/nss_decryptor_system_nss.cc', 4519 'browser/importer/nss_decryptor_system_nss.cc',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
5205 'type': 'static_library', 5211 'type': 'static_library',
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5212 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5207 'variables': { 5213 'variables': {
5208 'proto_in_dir': 'browser/chromeos/gdata', 5214 'proto_in_dir': 'browser/chromeos/gdata',
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5215 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5210 }, 5216 },
5211 'includes': [ '../build/protoc.gypi' ] 5217 'includes': [ '../build/protoc.gypi' ]
5212 }, 5218 },
5213 ], 5219 ],
5214 } 5220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698