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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 765643003: Remove dependency from infobars component to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation Created 6 years 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'browser/idle.h', 391 'browser/idle.h',
392 'browser/idle_chromeos.cc', 392 'browser/idle_chromeos.cc',
393 'browser/idle_mac.mm', 393 'browser/idle_mac.mm',
394 'browser/idle_win.cc', 394 'browser/idle_win.cc',
395 'browser/image_decoder.cc', 395 'browser/image_decoder.cc',
396 'browser/image_decoder.h', 396 'browser/image_decoder.h',
397 'browser/image_holder.cc', 397 'browser/image_holder.cc',
398 'browser/image_holder.h', 398 'browser/image_holder.h',
399 'browser/infobars/infobar_service.cc', 399 'browser/infobars/infobar_service.cc',
400 'browser/infobars/infobar_service.h', 400 'browser/infobars/infobar_service.h',
401 'browser/infobars/infobar_service_android.cc',
402 'browser/infobars/infobar_service_cocoa.cc',
403 'browser/infobars/infobar_service_views.cc',
401 'browser/infobars/insecure_content_infobar_delegate.cc', 404 'browser/infobars/insecure_content_infobar_delegate.cc',
402 'browser/infobars/insecure_content_infobar_delegate.h', 405 'browser/infobars/insecure_content_infobar_delegate.h',
403 'browser/infobars/simple_alert_infobar_delegate.cc', 406 'browser/infobars/simple_alert_infobar_delegate.cc',
404 'browser/infobars/simple_alert_infobar_delegate.h', 407 'browser/infobars/simple_alert_infobar_delegate.h',
405 'browser/install_verification/win/imported_module_verification.cc', 408 'browser/install_verification/win/imported_module_verification.cc',
406 'browser/install_verification/win/imported_module_verification.h', 409 'browser/install_verification/win/imported_module_verification.h',
407 'browser/install_verification/win/install_verification.cc', 410 'browser/install_verification/win/install_verification.cc',
408 'browser/install_verification/win/install_verification.h', 411 'browser/install_verification/win/install_verification.h',
409 'browser/install_verification/win/loaded_module_verification.cc', 412 'browser/install_verification/win/loaded_module_verification.cc',
410 'browser/install_verification/win/loaded_module_verification.h', 413 'browser/install_verification/win/loaded_module_verification.h',
(...skipping 3269 matching lines...) Expand 10 before | Expand all | Expand 10 after
3680 'variables': { 3683 'variables': {
3681 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3684 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3682 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3685 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3683 }, 3686 },
3684 'includes': [ '../build/protoc.gypi' ] 3687 'includes': [ '../build/protoc.gypi' ]
3685 }, 3688 },
3686 ], 3689 ],
3687 },], 3690 },],
3688 ], 3691 ],
3689 } 3692 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | components/google/core/browser/google_url_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698