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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 428253008: Revert of Partially move history_types.{cc,h} to //components/history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'browser/history/history_types.cc', 554 'browser/history/history_types.cc',
555 'browser/history/history_types.h', 555 'browser/history/history_types.h',
556 'browser/history/in_memory_history_backend.cc', 556 'browser/history/in_memory_history_backend.cc',
557 'browser/history/in_memory_history_backend.h', 557 'browser/history/in_memory_history_backend.h',
558 'browser/history/in_memory_url_index.cc', 558 'browser/history/in_memory_url_index.cc',
559 'browser/history/in_memory_url_index.h', 559 'browser/history/in_memory_url_index.h',
560 'browser/history/in_memory_url_index_types.cc', 560 'browser/history/in_memory_url_index_types.cc',
561 'browser/history/in_memory_url_index_types.h', 561 'browser/history/in_memory_url_index_types.h',
562 'browser/history/most_visited_tiles_experiment.cc', 562 'browser/history/most_visited_tiles_experiment.cc',
563 'browser/history/most_visited_tiles_experiment.h', 563 'browser/history/most_visited_tiles_experiment.h',
564 'browser/history/page_usage_data.cc',
565 'browser/history/page_usage_data.h',
564 'browser/history/scored_history_match.cc', 566 'browser/history/scored_history_match.cc',
565 'browser/history/scored_history_match.h', 567 'browser/history/scored_history_match.h',
566 'browser/history/shortcuts_database.cc', 568 'browser/history/shortcuts_database.cc',
567 'browser/history/shortcuts_database.h', 569 'browser/history/shortcuts_database.h',
568 'browser/history/thumbnail_database.cc', 570 'browser/history/thumbnail_database.cc',
569 'browser/history/thumbnail_database.h', 571 'browser/history/thumbnail_database.h',
570 'browser/history/top_sites.cc', 572 'browser/history/top_sites.cc',
571 'browser/history/top_sites.h', 573 'browser/history/top_sites.h',
572 'browser/history/top_sites_backend.cc', 574 'browser/history/top_sites_backend.cc',
573 'browser/history/top_sites_backend.h', 575 'browser/history/top_sites_backend.h',
(...skipping 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 'package_name': 'org/chromium/chrome/browser', 3610 'package_name': 'org/chromium/chrome/browser',
3609 'template_deps': ['browser/android/tab_load_status.h'], 3611 'template_deps': ['browser/android/tab_load_status.h'],
3610 }, 3612 },
3611 'includes': [ '../build/android/java_cpp_template.gypi' ], 3613 'includes': [ '../build/android/java_cpp_template.gypi' ],
3612 }, 3614 },
3613 ], 3615 ],
3614 }, 3616 },
3615 ], 3617 ],
3616 ], 3618 ],
3617 } 3619 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.cc ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698