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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 882753002: Componentize WebHistoryService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | components/history.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 'browser/history/scored_history_match.cc', 1504 'browser/history/scored_history_match.cc',
1505 'browser/history/scored_history_match.h', 1505 'browser/history/scored_history_match.h',
1506 'browser/history/top_sites_factory.cc', 1506 'browser/history/top_sites_factory.cc',
1507 'browser/history/top_sites_factory.h', 1507 'browser/history/top_sites_factory.h',
1508 'browser/history/top_sites_impl.cc', 1508 'browser/history/top_sites_impl.cc',
1509 'browser/history/top_sites_impl.h', 1509 'browser/history/top_sites_impl.h',
1510 'browser/history/typed_url_syncable_service.cc', 1510 'browser/history/typed_url_syncable_service.cc',
1511 'browser/history/typed_url_syncable_service.h', 1511 'browser/history/typed_url_syncable_service.h',
1512 'browser/history/url_index_private_data.cc', 1512 'browser/history/url_index_private_data.cc',
1513 'browser/history/url_index_private_data.h', 1513 'browser/history/url_index_private_data.h',
1514 'browser/history/web_history_service.cc',
1515 'browser/history/web_history_service.h',
1516 'browser/history/web_history_service_factory.cc', 1514 'browser/history/web_history_service_factory.cc',
1517 'browser/history/web_history_service_factory.h', 1515 'browser/history/web_history_service_factory.h',
1518 ], 1516 ],
1519 'chrome_browser_jni_sources': [ 1517 'chrome_browser_jni_sources': [
1520 'android/java/src/org/chromium/chrome/browser/AccessibilityUtil.java', 1518 'android/java/src/org/chromium/chrome/browser/AccessibilityUtil.java',
1521 'android/java/src/org/chromium/chrome/browser/ApplicationLifetime.java', 1519 'android/java/src/org/chromium/chrome/browser/ApplicationLifetime.java',
1522 'android/java/src/org/chromium/chrome/browser/accessibility/FontSizePrefs. java', 1520 'android/java/src/org/chromium/chrome/browser/accessibility/FontSizePrefs. java',
1523 'android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.ja va', 1521 'android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.ja va',
1524 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogContr ollerAndroid.java', 1522 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogContr ollerAndroid.java',
1525 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResul t.java', 1523 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResul t.java',
(...skipping 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3674 'variables': { 3672 'variables': {
3675 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3673 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3676 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3674 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3677 }, 3675 },
3678 'includes': [ '../build/protoc.gypi' ] 3676 'includes': [ '../build/protoc.gypi' ]
3679 }, 3677 },
3680 ], 3678 ],
3681 },], 3679 },],
3682 ], 3680 ],
3683 } 3681 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698