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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9958111: Adding a BrowsingDataHelper class to hold some useful methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase onto trunk. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browsing_data_remover_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'browser/browser_util_win.cc', 328 'browser/browser_util_win.cc',
329 'browser/browser_util_win.h', 329 'browser/browser_util_win.h',
330 'browser/browsing_data_appcache_helper.cc', 330 'browser/browsing_data_appcache_helper.cc',
331 'browser/browsing_data_appcache_helper.h', 331 'browser/browsing_data_appcache_helper.h',
332 'browser/browsing_data_cookie_helper.cc', 332 'browser/browsing_data_cookie_helper.cc',
333 'browser/browsing_data_cookie_helper.h', 333 'browser/browsing_data_cookie_helper.h',
334 'browser/browsing_data_database_helper.cc', 334 'browser/browsing_data_database_helper.cc',
335 'browser/browsing_data_database_helper.h', 335 'browser/browsing_data_database_helper.h',
336 'browser/browsing_data_file_system_helper.cc', 336 'browser/browsing_data_file_system_helper.cc',
337 'browser/browsing_data_file_system_helper.h', 337 'browser/browsing_data_file_system_helper.h',
338 'browser/browsing_data_helper.cc',
339 'browser/browsing_data_helper.h',
338 'browser/browsing_data_indexed_db_helper.cc', 340 'browser/browsing_data_indexed_db_helper.cc',
339 'browser/browsing_data_indexed_db_helper.h', 341 'browser/browsing_data_indexed_db_helper.h',
340 'browser/browsing_data_local_storage_helper.cc', 342 'browser/browsing_data_local_storage_helper.cc',
341 'browser/browsing_data_local_storage_helper.h', 343 'browser/browsing_data_local_storage_helper.h',
342 'browser/browsing_data_quota_helper.cc', 344 'browser/browsing_data_quota_helper.cc',
343 'browser/browsing_data_quota_helper.h', 345 'browser/browsing_data_quota_helper.h',
344 'browser/browsing_data_quota_helper_impl.cc', 346 'browser/browsing_data_quota_helper_impl.cc',
345 'browser/browsing_data_quota_helper_impl.h', 347 'browser/browsing_data_quota_helper_impl.h',
346 'browser/browsing_data_remover.cc', 348 'browser/browsing_data_remover.cc',
347 'browser/browsing_data_remover.h', 349 'browser/browsing_data_remover.h',
(...skipping 4934 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'variables': { 5284 'variables': {
5283 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5285 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5284 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5286 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5285 }, 5287 },
5286 'includes': ['../build/protoc.gypi'], 5288 'includes': ['../build/protoc.gypi'],
5287 }], 5289 }],
5288 ], 5290 ],
5289 }, 5291 },
5290 ], 5292 ],
5291 } 5293 }
OLDNEW
« no previous file with comments | « chrome/browser/browsing_data_remover_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698