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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 484213002: Refactor HistoryService to not send NOTIFICATION_FAVICON_CHANGED (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android unit tests 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 | Annotate | Revision Log
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'browser/enumerate_modules_model_win.cc', 393 'browser/enumerate_modules_model_win.cc',
394 'browser/enumerate_modules_model_win.h', 394 'browser/enumerate_modules_model_win.h',
395 # Oh hey, all the cool browser/extensions files are hanging out in 395 # Oh hey, all the cool browser/extensions files are hanging out in
396 # chrome/chrome_browser_extensions.gypi. 396 # chrome/chrome_browser_extensions.gypi.
397 'browser/external_protocol/external_protocol_handler.cc', 397 'browser/external_protocol/external_protocol_handler.cc',
398 'browser/external_protocol/external_protocol_handler.h', 398 'browser/external_protocol/external_protocol_handler.h',
399 'browser/favicon/chrome_favicon_client.cc', 399 'browser/favicon/chrome_favicon_client.cc',
400 'browser/favicon/chrome_favicon_client.h', 400 'browser/favicon/chrome_favicon_client.h',
401 'browser/favicon/chrome_favicon_client_factory.cc', 401 'browser/favicon/chrome_favicon_client_factory.cc',
402 'browser/favicon/chrome_favicon_client_factory.h', 402 'browser/favicon/chrome_favicon_client_factory.h',
403 'browser/favicon/favicon_changed_details.cc',
404 'browser/favicon/favicon_changed_details.h',
405 'browser/favicon/favicon_handler.cc', 403 'browser/favicon/favicon_handler.cc',
406 'browser/favicon/favicon_handler.h', 404 'browser/favicon/favicon_handler.h',
407 'browser/favicon/favicon_service.cc', 405 'browser/favicon/favicon_service.cc',
408 'browser/favicon/favicon_service.h', 406 'browser/favicon/favicon_service.h',
409 'browser/favicon/favicon_service_factory.cc', 407 'browser/favicon/favicon_service_factory.cc',
410 'browser/favicon/favicon_service_factory.h', 408 'browser/favicon/favicon_service_factory.h',
411 'browser/favicon/favicon_tab_helper.cc', 409 'browser/favicon/favicon_tab_helper.cc',
412 'browser/favicon/favicon_tab_helper.h', 410 'browser/favicon/favicon_tab_helper.h',
413 'browser/file_select_helper.cc', 411 'browser/file_select_helper.cc',
414 'browser/file_select_helper.h', 412 'browser/file_select_helper.h',
(...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after
3562 'variables': { 3560 'variables': {
3563 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3564 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3565 }, 3563 },
3566 'includes': [ '../build/protoc.gypi' ] 3564 'includes': [ '../build/protoc.gypi' ]
3567 }, 3565 },
3568 ], 3566 ],
3569 },], 3567 },],
3570 ], 3568 ],
3571 } 3569 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/sessions/notification_service_sessions_router.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698