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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 773103004: Remove NOTIFICATION_HISTORY_URLS_DELETED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to tip Created 5 years, 11 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 '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 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 'browser/history/android/sqlite_cursor.h', 1486 'browser/history/android/sqlite_cursor.h',
1487 'browser/history/chrome_history_client.cc', 1487 'browser/history/chrome_history_client.cc',
1488 'browser/history/chrome_history_client.h', 1488 'browser/history/chrome_history_client.h',
1489 'browser/history/chrome_history_client_factory.cc', 1489 'browser/history/chrome_history_client_factory.cc',
1490 'browser/history/chrome_history_client_factory.h', 1490 'browser/history/chrome_history_client_factory.h',
1491 'browser/history/delete_directive_handler.cc', 1491 'browser/history/delete_directive_handler.cc',
1492 'browser/history/delete_directive_handler.h', 1492 'browser/history/delete_directive_handler.h',
1493 'browser/history/history_backend.cc', 1493 'browser/history/history_backend.cc',
1494 'browser/history/history_backend.h', 1494 'browser/history/history_backend.h',
1495 'browser/history/history_backend_android.cc', 1495 'browser/history/history_backend_android.cc',
1496 'browser/history/history_details.h',
1497 'browser/history/history_notifications.cc',
1498 'browser/history/history_notifications.h',
1499 'browser/history/history_service.cc', 1496 'browser/history/history_service.cc',
1500 'browser/history/history_service.h', 1497 'browser/history/history_service.h',
1501 'browser/history/history_service_factory.cc', 1498 'browser/history/history_service_factory.cc',
1502 'browser/history/history_service_factory.h', 1499 'browser/history/history_service_factory.h',
1503 'browser/history/history_tab_helper.cc', 1500 'browser/history/history_tab_helper.cc',
1504 'browser/history/history_tab_helper.h', 1501 'browser/history/history_tab_helper.h',
1505 'browser/history/in_memory_history_backend.cc', 1502 'browser/history/in_memory_history_backend.cc',
1506 'browser/history/in_memory_history_backend.h', 1503 'browser/history/in_memory_history_backend.h',
1507 'browser/history/in_memory_url_index.cc', 1504 'browser/history/in_memory_url_index.cc',
1508 'browser/history/in_memory_url_index.h', 1505 'browser/history/in_memory_url_index.h',
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3693 'variables': { 3690 'variables': {
3694 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3691 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3695 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3692 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3696 }, 3693 },
3697 'includes': [ '../build/protoc.gypi' ] 3694 'includes': [ '../build/protoc.gypi' ]
3698 }, 3695 },
3699 ], 3696 ],
3700 },], 3697 },],
3701 ], 3698 ],
3702 } 3699 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | components/history/core/browser/history_backend_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698