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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 608653002: Add support for using DOM Distiller in incognito. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/profiles/profile_impl.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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'browser/custom_handlers/register_protocol_handler_permission_request.cc', 324 'browser/custom_handlers/register_protocol_handler_permission_request.cc',
325 'browser/custom_handlers/register_protocol_handler_permission_request.h', 325 'browser/custom_handlers/register_protocol_handler_permission_request.h',
326 'browser/defaults.cc', 326 'browser/defaults.cc',
327 'browser/defaults.h', 327 'browser/defaults.h',
328 'browser/dom_distiller/dom_distiller_service_factory.cc', 328 'browser/dom_distiller/dom_distiller_service_factory.cc',
329 'browser/dom_distiller/dom_distiller_service_factory.h', 329 'browser/dom_distiller/dom_distiller_service_factory.h',
330 'browser/dom_distiller/dom_distiller_service_factory_android.cc', 330 'browser/dom_distiller/dom_distiller_service_factory_android.cc',
331 'browser/dom_distiller/dom_distiller_service_factory_android.h', 331 'browser/dom_distiller/dom_distiller_service_factory_android.h',
332 'browser/dom_distiller/lazy_dom_distiller_service.cc', 332 'browser/dom_distiller/lazy_dom_distiller_service.cc',
333 'browser/dom_distiller/lazy_dom_distiller_service.h', 333 'browser/dom_distiller/lazy_dom_distiller_service.h',
334 'browser/dom_distiller/profile_utils.cc',
335 'browser/dom_distiller/profile_utils.h',
334 'browser/dom_distiller/tab_utils.cc', 336 'browser/dom_distiller/tab_utils.cc',
335 'browser/dom_distiller/tab_utils.h', 337 'browser/dom_distiller/tab_utils.h',
336 'browser/dom_distiller/tab_utils_android.cc', 338 'browser/dom_distiller/tab_utils_android.cc',
337 'browser/dom_distiller/tab_utils_android.h', 339 'browser/dom_distiller/tab_utils_android.h',
338 'browser/domain_reliability/service_factory.cc', 340 'browser/domain_reliability/service_factory.cc',
339 'browser/domain_reliability/service_factory.h', 341 'browser/domain_reliability/service_factory.h',
340 'browser/download/all_download_item_notifier.cc', 342 'browser/download/all_download_item_notifier.cc',
341 'browser/download/all_download_item_notifier.h', 343 'browser/download/all_download_item_notifier.h',
342 'browser/download/chrome_download_manager_delegate.cc', 344 'browser/download/chrome_download_manager_delegate.cc',
343 'browser/download/chrome_download_manager_delegate.h', 345 'browser/download/chrome_download_manager_delegate.h',
(...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'variables': { 3593 'variables': {
3592 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3594 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3593 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3595 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3594 }, 3596 },
3595 'includes': [ '../build/protoc.gypi' ] 3597 'includes': [ '../build/protoc.gypi' ]
3596 }, 3598 },
3597 ], 3599 ],
3598 },], 3600 },],
3599 ], 3601 ],
3600 } 3602 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698