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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1100953002: Move InfoBarResponder into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment. Created 5 years, 8 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
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'browser/icon_loader_android.cc', 428 'browser/icon_loader_android.cc',
429 'browser/icon_loader_chromeos.cc', 429 'browser/icon_loader_chromeos.cc',
430 'browser/icon_loader_mac.mm', 430 'browser/icon_loader_mac.mm',
431 'browser/icon_loader_win.cc', 431 'browser/icon_loader_win.cc',
432 'browser/icon_manager.cc', 432 'browser/icon_manager.cc',
433 'browser/icon_manager.h', 433 'browser/icon_manager.h',
434 'browser/image_decoder.cc', 434 'browser/image_decoder.cc',
435 'browser/image_decoder.h', 435 'browser/image_decoder.h',
436 'browser/image_holder.cc', 436 'browser/image_holder.cc',
437 'browser/image_holder.h', 437 'browser/image_holder.h',
438 'browser/infobars/infobar_responder.cc',
439 'browser/infobars/infobar_responder.h',
438 'browser/infobars/infobar_service.cc', 440 'browser/infobars/infobar_service.cc',
439 'browser/infobars/infobar_service.h', 441 'browser/infobars/infobar_service.h',
440 'browser/infobars/insecure_content_infobar_delegate.cc', 442 'browser/infobars/insecure_content_infobar_delegate.cc',
441 'browser/infobars/insecure_content_infobar_delegate.h', 443 'browser/infobars/insecure_content_infobar_delegate.h',
442 'browser/install_verification/win/imported_module_verification.cc', 444 'browser/install_verification/win/imported_module_verification.cc',
443 'browser/install_verification/win/imported_module_verification.h', 445 'browser/install_verification/win/imported_module_verification.h',
444 'browser/install_verification/win/install_verification.cc', 446 'browser/install_verification/win/install_verification.cc',
445 'browser/install_verification/win/install_verification.h', 447 'browser/install_verification/win/install_verification.h',
446 'browser/install_verification/win/loaded_module_verification.cc', 448 'browser/install_verification/win/loaded_module_verification.cc',
447 'browser/install_verification/win/loaded_module_verification.h', 449 'browser/install_verification/win/loaded_module_verification.h',
(...skipping 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3845 'variables': { 3847 'variables': {
3846 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3848 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3847 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3849 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3848 }, 3850 },
3849 'includes': [ '../build/protoc.gypi' ] 3851 'includes': [ '../build/protoc.gypi' ]
3850 }, 3852 },
3851 ], 3853 ],
3852 },], 3854 },],
3853 ], 3855 ],
3854 } 3856 }
OLDNEW
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698