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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17114002: Field trial removing tiles from NTP if URL is already open - for 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments plus rebase Created 7 years, 5 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
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 '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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'browser/history/history_types.cc', 750 'browser/history/history_types.cc',
751 'browser/history/history_types.h', 751 'browser/history/history_types.h',
752 'browser/history/in_memory_database.cc', 752 'browser/history/in_memory_database.cc',
753 'browser/history/in_memory_database.h', 753 'browser/history/in_memory_database.h',
754 'browser/history/in_memory_history_backend.cc', 754 'browser/history/in_memory_history_backend.cc',
755 'browser/history/in_memory_history_backend.h', 755 'browser/history/in_memory_history_backend.h',
756 'browser/history/in_memory_url_index.cc', 756 'browser/history/in_memory_url_index.cc',
757 'browser/history/in_memory_url_index.h', 757 'browser/history/in_memory_url_index.h',
758 'browser/history/in_memory_url_index_types.cc', 758 'browser/history/in_memory_url_index_types.cc',
759 'browser/history/in_memory_url_index_types.h', 759 'browser/history/in_memory_url_index_types.h',
760 'browser/history/most_visited_tiles_experiment.cc',
761 'browser/history/most_visited_tiles_experiment.h',
760 'browser/history/page_usage_data.cc', 762 'browser/history/page_usage_data.cc',
761 'browser/history/page_usage_data.h', 763 'browser/history/page_usage_data.h',
762 'browser/history/query_parser.cc', 764 'browser/history/query_parser.cc',
763 'browser/history/query_parser.h', 765 'browser/history/query_parser.h',
764 'browser/history/scored_history_match.cc', 766 'browser/history/scored_history_match.cc',
765 'browser/history/scored_history_match.h', 767 'browser/history/scored_history_match.h',
766 'browser/history/select_favicon_frames.cc', 768 'browser/history/select_favicon_frames.cc',
767 'browser/history/select_favicon_frames.h', 769 'browser/history/select_favicon_frames.h',
768 'browser/history/snippet.cc', 770 'browser/history/snippet.cc',
769 'browser/history/snippet.h', 771 'browser/history/snippet.h',
(...skipping 2580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3351 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3352 }, 3354 },
3353 'includes': [ '../build/android/java_cpp_template.gypi' ], 3355 'includes': [ '../build/android/java_cpp_template.gypi' ],
3354 }, 3356 },
3355 ], 3357 ],
3356 }, 3358 },
3357 ], 3359 ],
3358 ], 3360 ],
3359 } 3361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698