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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 808253006: Remove the GoogleURLTracker infobar functionality entirely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes Created 6 years 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 '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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 'browser/google/google_profile_helper.h', 1458 'browser/google/google_profile_helper.h',
1459 'browser/google/google_search_counter.cc', 1459 'browser/google/google_search_counter.cc',
1460 'browser/google/google_search_counter.h', 1460 'browser/google/google_search_counter.h',
1461 'browser/google/google_search_counter_android.cc', 1461 'browser/google/google_search_counter_android.cc',
1462 'browser/google/google_search_counter_android.h', 1462 'browser/google/google_search_counter_android.h',
1463 'browser/google/google_update_settings_posix.cc', 1463 'browser/google/google_update_settings_posix.cc',
1464 'browser/google/google_update_win.cc', 1464 'browser/google/google_update_win.cc',
1465 'browser/google/google_update_win.h', 1465 'browser/google/google_update_win.h',
1466 'browser/google/google_url_tracker_factory.cc', 1466 'browser/google/google_url_tracker_factory.cc',
1467 'browser/google/google_url_tracker_factory.h', 1467 'browser/google/google_url_tracker_factory.h',
1468 'browser/google/google_url_tracker_navigation_helper_impl.cc',
1469 'browser/google/google_url_tracker_navigation_helper_impl.h',
1470 ], 1468 ],
1471 'chrome_browser_history_sources': [ 1469 'chrome_browser_history_sources': [
1472 'browser/history/android/android_cache_database.cc', 1470 'browser/history/android/android_cache_database.cc',
1473 'browser/history/android/android_cache_database.h', 1471 'browser/history/android/android_cache_database.h',
1474 'browser/history/android/android_history_provider_service.cc', 1472 'browser/history/android/android_history_provider_service.cc',
1475 'browser/history/android/android_history_provider_service.h', 1473 'browser/history/android/android_history_provider_service.h',
1476 'browser/history/android/android_provider_backend.cc', 1474 'browser/history/android/android_provider_backend.cc',
1477 'browser/history/android/android_provider_backend.h', 1475 'browser/history/android/android_provider_backend.h',
1478 'browser/history/android/android_time.h', 1476 'browser/history/android/android_time.h',
1479 'browser/history/android/android_urls_database.cc', 1477 'browser/history/android/android_urls_database.cc',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3741 'variables': { 3739 'variables': {
3742 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3740 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3743 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3741 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3744 }, 3742 },
3745 'includes': [ '../build/protoc.gypi' ] 3743 'includes': [ '../build/protoc.gypi' ]
3746 }, 3744 },
3747 ], 3745 ],
3748 },], 3746 },],
3749 ], 3747 ],
3750 } 3748 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698