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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 646973002: Introduce ChromeContentSettingsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TODO added + typo fixed Created 6 years, 2 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/ui/tab_helpers.cc ('k') | components/content_settings/core/browser/DEPS » ('j') | 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'browser/component_updater/component_updater_resource_throttle.cc', 274 'browser/component_updater/component_updater_resource_throttle.cc',
275 'browser/component_updater/component_updater_resource_throttle.h', 275 'browser/component_updater/component_updater_resource_throttle.h',
276 'browser/component_updater/ev_whitelist_component_installer.cc', 276 'browser/component_updater/ev_whitelist_component_installer.cc',
277 'browser/component_updater/ev_whitelist_component_installer.h', 277 'browser/component_updater/ev_whitelist_component_installer.h',
278 'browser/component_updater/recovery_component_installer.cc', 278 'browser/component_updater/recovery_component_installer.cc',
279 'browser/component_updater/recovery_component_installer.h', 279 'browser/component_updater/recovery_component_installer.h',
280 'browser/component_updater/sw_reporter_installer_win.cc', 280 'browser/component_updater/sw_reporter_installer_win.cc',
281 'browser/component_updater/sw_reporter_installer_win.h', 281 'browser/component_updater/sw_reporter_installer_win.h',
282 'browser/component_updater/swiftshader_component_installer.cc', 282 'browser/component_updater/swiftshader_component_installer.cc',
283 'browser/component_updater/swiftshader_component_installer.h', 283 'browser/component_updater/swiftshader_component_installer.h',
284 'browser/content_settings/chrome_content_settings_client.cc',
285 'browser/content_settings/chrome_content_settings_client.h',
284 'browser/content_settings/content_settings_default_provider.cc', 286 'browser/content_settings/content_settings_default_provider.cc',
285 'browser/content_settings/content_settings_default_provider.h', 287 'browser/content_settings/content_settings_default_provider.h',
286 'browser/content_settings/content_settings_override_provider.cc', 288 'browser/content_settings/content_settings_override_provider.cc',
287 'browser/content_settings/content_settings_override_provider.h', 289 'browser/content_settings/content_settings_override_provider.h',
288 'browser/content_settings/content_settings_policy_provider.cc', 290 'browser/content_settings/content_settings_policy_provider.cc',
289 'browser/content_settings/content_settings_policy_provider.h', 291 'browser/content_settings/content_settings_policy_provider.h',
290 'browser/content_settings/content_settings_pref_provider.cc', 292 'browser/content_settings/content_settings_pref_provider.cc',
291 'browser/content_settings/content_settings_pref_provider.h', 293 'browser/content_settings/content_settings_pref_provider.h',
292 'browser/content_settings/content_settings_usages_state.cc', 294 'browser/content_settings/content_settings_usages_state.cc',
293 'browser/content_settings/content_settings_usages_state.h', 295 'browser/content_settings/content_settings_usages_state.h',
(...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after
3601 'variables': { 3603 'variables': {
3602 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3604 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3603 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3605 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3604 }, 3606 },
3605 'includes': [ '../build/protoc.gypi' ] 3607 'includes': [ '../build/protoc.gypi' ]
3606 }, 3608 },
3607 ], 3609 ],
3608 },], 3610 },],
3609 ], 3611 ],
3610 } 3612 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | components/content_settings/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698