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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unneeded header include Created 6 years, 7 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 | « no previous file | components/bookmarks_enhanced.gypi » ('j') | components/bookmarks_enhanced.gypi » ('J')
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 '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 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3139 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 3139 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
3140 'browser/metrics/variations/variations_request_scheduler_mobile.h', 3140 'browser/metrics/variations/variations_request_scheduler_mobile.h',
3141 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', 3141 'browser/net/spdyproxy/data_reduction_proxy_settings.cc',
3142 'browser/net/spdyproxy/data_reduction_proxy_settings.h', 3142 'browser/net/spdyproxy/data_reduction_proxy_settings.h',
3143 'browser/net/spdyproxy/proxy_advisor.cc', 3143 'browser/net/spdyproxy/proxy_advisor.cc',
3144 'browser/net/spdyproxy/proxy_advisor.h', 3144 'browser/net/spdyproxy/proxy_advisor.h',
3145 ], 3145 ],
3146 }], 3146 }],
3147 ['OS=="android"', { 3147 ['OS=="android"', {
3148 'dependencies': [ 3148 'dependencies': [
3149 '../components/components.gyp:bookmarks_enhanced',
3149 '../components/components.gyp:web_contents_delegate_android', 3150 '../components/components.gyp:web_contents_delegate_android',
3150 'chrome_browser_jni_headers', 3151 'chrome_browser_jni_headers',
3151 ], 3152 ],
3152 'dependencies!': [ 3153 'dependencies!': [
3153 '../components/components.gyp:storage_monitor', 3154 '../components/components.gyp:storage_monitor',
3154 '../components/components.gyp:usb_service', 3155 '../components/components.gyp:usb_service',
3155 '../components/components.gyp:web_modal', 3156 '../components/components.gyp:web_modal',
3156 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3157 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3157 ], 3158 ],
3158 'sources': [ 3159 'sources': [
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
3736 'package_name': 'org/chromium/chrome/browser', 3737 'package_name': 'org/chromium/chrome/browser',
3737 'template_deps': ['browser/android/tab_load_status.h'], 3738 'template_deps': ['browser/android/tab_load_status.h'],
3738 }, 3739 },
3739 'includes': [ '../build/android/java_cpp_template.gypi' ], 3740 'includes': [ '../build/android/java_cpp_template.gypi' ],
3740 }, 3741 },
3741 ], 3742 ],
3742 }, 3743 },
3743 ], 3744 ],
3744 ], 3745 ],
3745 } 3746 }
OLDNEW
« no previous file with comments | « no previous file | components/bookmarks_enhanced.gypi » ('j') | components/bookmarks_enhanced.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698