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

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 compilation 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
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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'browser/extensions/token_cache/token_cache_service.cc', 414 'browser/extensions/token_cache/token_cache_service.cc',
415 'browser/extensions/token_cache/token_cache_service.h', 415 'browser/extensions/token_cache/token_cache_service.h',
416 'browser/extensions/token_cache/token_cache_service_factory.cc', 416 'browser/extensions/token_cache/token_cache_service_factory.cc',
417 'browser/extensions/token_cache/token_cache_service_factory.h', 417 'browser/extensions/token_cache/token_cache_service_factory.h',
418 'browser/external_protocol/external_protocol_handler.cc', 418 'browser/external_protocol/external_protocol_handler.cc',
419 'browser/external_protocol/external_protocol_handler.h', 419 'browser/external_protocol/external_protocol_handler.h',
420 'browser/favicon/chrome_favicon_client.cc', 420 'browser/favicon/chrome_favicon_client.cc',
421 'browser/favicon/chrome_favicon_client.h', 421 'browser/favicon/chrome_favicon_client.h',
422 'browser/favicon/chrome_favicon_client_factory.cc', 422 'browser/favicon/chrome_favicon_client_factory.cc',
423 'browser/favicon/chrome_favicon_client_factory.h', 423 'browser/favicon/chrome_favicon_client_factory.h',
424 'browser/favicon/favicon_changed_details.cc',
425 'browser/favicon/favicon_changed_details.h',
426 'browser/favicon/favicon_handler.cc', 424 'browser/favicon/favicon_handler.cc',
427 'browser/favicon/favicon_handler.h', 425 'browser/favicon/favicon_handler.h',
428 'browser/favicon/favicon_service.cc', 426 'browser/favicon/favicon_service.cc',
429 'browser/favicon/favicon_service.h', 427 'browser/favicon/favicon_service.h',
430 'browser/favicon/favicon_service_factory.cc', 428 'browser/favicon/favicon_service_factory.cc',
431 'browser/favicon/favicon_service_factory.h', 429 'browser/favicon/favicon_service_factory.h',
432 'browser/favicon/favicon_tab_helper.cc', 430 'browser/favicon/favicon_tab_helper.cc',
433 'browser/favicon/favicon_tab_helper.h', 431 'browser/favicon/favicon_tab_helper.h',
434 'browser/file_select_helper.cc', 432 'browser/file_select_helper.cc',
435 'browser/file_select_helper.h', 433 'browser/file_select_helper.h',
(...skipping 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 'variables': { 3578 'variables': {
3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3579 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3580 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3583 }, 3581 },
3584 'includes': [ '../build/protoc.gypi' ] 3582 'includes': [ '../build/protoc.gypi' ]
3585 }, 3583 },
3586 ], 3584 ],
3587 },], 3585 },],
3588 ], 3586 ],
3589 } 3587 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698