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

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: Replace the notifications fork. 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
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 3382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 'variables': { 3832 'variables': {
3831 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3833 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3832 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3834 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3833 }, 3835 },
3834 'includes': [ '../build/protoc.gypi' ] 3836 'includes': [ '../build/protoc.gypi' ]
3835 }, 3837 },
3836 ], 3838 ],
3837 },], 3839 },],
3838 ], 3840 ],
3839 } 3841 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698