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

Side by Side Diff: components/history.gypi

Issue 441623002: Eliminate sending NOTIFICATION_TOP_SITES_* from TopSites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect parmeter being passed in notification Created 6 years, 3 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/test/base/testing_profile.cc ('k') | components/history/core/browser/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //components/history/core/browser 8 # GN version: //components/history/core/browser
9 'target_name': 'history_core_browser', 9 'target_name': 'history_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 18 matching lines...) Expand all
29 'history/core/browser/history_types.h', 29 'history/core/browser/history_types.h',
30 'history/core/browser/history_match.cc', 30 'history/core/browser/history_match.cc',
31 'history/core/browser/history_match.h', 31 'history/core/browser/history_match.h',
32 'history/core/browser/in_memory_database.cc', 32 'history/core/browser/in_memory_database.cc',
33 'history/core/browser/in_memory_database.h', 33 'history/core/browser/in_memory_database.h',
34 'history/core/browser/keyword_id.h', 34 'history/core/browser/keyword_id.h',
35 'history/core/browser/keyword_search_term.cc', 35 'history/core/browser/keyword_search_term.cc',
36 'history/core/browser/keyword_search_term.h', 36 'history/core/browser/keyword_search_term.h',
37 'history/core/browser/page_usage_data.cc', 37 'history/core/browser/page_usage_data.cc',
38 'history/core/browser/page_usage_data.h', 38 'history/core/browser/page_usage_data.h',
39 'history/core/browser/top_sites_observer.h',
39 'history/core/browser/url_database.cc', 40 'history/core/browser/url_database.cc',
40 'history/core/browser/url_database.h', 41 'history/core/browser/url_database.h',
41 'history/core/browser/url_row.cc', 42 'history/core/browser/url_row.cc',
42 'history/core/browser/url_row.h', 43 'history/core/browser/url_row.h',
43 ], 44 ],
44 }, 45 },
45 { 46 {
46 # GN version: //components/history/core/common 47 # GN version: //components/history/core/common
47 'target_name': 'history_core_common', 48 'target_name': 'history_core_common',
48 'type': 'static_library', 49 'type': 'static_library',
(...skipping 22 matching lines...) Expand all
71 '../url/url.gyp:url_lib', 72 '../url/url.gyp:url_lib',
72 ], 73 ],
73 'sources': [ 74 'sources': [
74 # Note: sources list duplicated in GN build. 75 # Note: sources list duplicated in GN build.
75 'history/core/test/history_client_fake_bookmarks.cc', 76 'history/core/test/history_client_fake_bookmarks.cc',
76 'history/core/test/history_client_fake_bookmarks.h', 77 'history/core/test/history_client_fake_bookmarks.h',
77 ], 78 ],
78 }, 79 },
79 ], 80 ],
80 } 81 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698