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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 227153007: Remove dependency on Profile's IsOffTheRecord in favicon_handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FAVICON_create_core_dir
Patch Set: Review fixes. Created 6 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 '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 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 'browser_extensions', 2634 'browser_extensions',
2635 'common/extensions/api/api.gyp:chrome_api', 2635 'common/extensions/api/api.gyp:chrome_api',
2636 'debugger', 2636 'debugger',
2637 'installer_util', 2637 'installer_util',
2638 'sync_file_system_drive_proto', 2638 'sync_file_system_drive_proto',
2639 'sync_file_system_proto', 2639 'sync_file_system_proto',
2640 '../third_party/re2/re2.gyp:re2', 2640 '../third_party/re2/re2.gyp:re2',
2641 '../cc/cc.gyp:cc', 2641 '../cc/cc.gyp:cc',
2642 '../components/components.gyp:autofill_content_browser', 2642 '../components/components.gyp:autofill_content_browser',
2643 '../components/components.gyp:dom_distiller_content', 2643 '../components/components.gyp:dom_distiller_content',
2644 '../components/components.gyp:favicon_content',
2644 '../components/components.gyp:keyed_service_content', 2645 '../components/components.gyp:keyed_service_content',
2645 '../components/components.gyp:navigation_interception', 2646 '../components/components.gyp:navigation_interception',
2646 '../components/components.gyp:password_manager_content_browser', 2647 '../components/components.gyp:password_manager_content_browser',
2647 '../components/components.gyp:precache_content', 2648 '../components/components.gyp:precache_content',
2648 '../components/components.gyp:sessions', 2649 '../components/components.gyp:sessions',
2649 '../components/components.gyp:storage_monitor', 2650 '../components/components.gyp:storage_monitor',
2650 '../components/components.gyp:translate_content_browser', 2651 '../components/components.gyp:translate_content_browser',
2651 '../components/components.gyp:url_matcher', 2652 '../components/components.gyp:url_matcher',
2652 '../components/components.gyp:visitedlink_browser', 2653 '../components/components.gyp:visitedlink_browser',
2653 '../components/components.gyp:visitedlink_common', 2654 '../components/components.gyp:visitedlink_common',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 'package_name': 'org/chromium/chrome/browser', 3836 'package_name': 'org/chromium/chrome/browser',
3836 'template_deps': ['browser/android/tab_load_status.h'], 3837 'template_deps': ['browser/android/tab_load_status.h'],
3837 }, 3838 },
3838 'includes': [ '../build/android/java_cpp_template.gypi' ], 3839 'includes': [ '../build/android/java_cpp_template.gypi' ],
3839 }, 3840 },
3840 ], 3841 ],
3841 }, 3842 },
3842 ], 3843 ],
3843 ], 3844 ],
3844 } 3845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698