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

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: Changed from NonThreadSafe to ThreadChecker 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 11 matching lines...) Expand all
22 'common', 22 'common',
23 'common_net', 23 'common_net',
24 'feedback_proto', 24 'feedback_proto',
25 'in_memory_url_index_cache_proto', 25 'in_memory_url_index_cache_proto',
26 'probe_message_proto', 26 'probe_message_proto',
27 'safe_browsing_proto', 27 'safe_browsing_proto',
28 'safe_browsing_report_proto', 28 'safe_browsing_report_proto',
29 'suggestions_proto', 29 'suggestions_proto',
30 '../components/components.gyp:autofill_core_browser', 30 '../components/components.gyp:autofill_core_browser',
31 '../components/components.gyp:bookmarks_core_browser', 31 '../components/components.gyp:bookmarks_core_browser',
32 '../components/components.gyp:bookmarks_enhanced',
sky 2014/05/06 16:14:20 Remove the conditionals from components/bookmarks_
Kibeom Kim (inactive) 2014/05/07 00:09:46 Done.
32 '../components/components.gyp:captive_portal', 33 '../components/components.gyp:captive_portal',
33 '../components/components.gyp:cloud_devices_common', 34 '../components/components.gyp:cloud_devices_common',
34 '../components/components.gyp:component_metrics_proto', 35 '../components/components.gyp:component_metrics_proto',
35 '../components/components.gyp:data_reduction_proxy_browser', 36 '../components/components.gyp:data_reduction_proxy_browser',
36 '../components/components.gyp:domain_reliability', 37 '../components/components.gyp:domain_reliability',
37 '../components/components.gyp:favicon_base', 38 '../components/components.gyp:favicon_base',
38 '../components/components.gyp:favicon_core', 39 '../components/components.gyp:favicon_core',
39 '../components/components.gyp:infobars_core', 40 '../components/components.gyp:infobars_core',
40 '../components/components.gyp:metrics', 41 '../components/components.gyp:metrics',
41 '../components/components.gyp:navigation_metrics', 42 '../components/components.gyp:navigation_metrics',
(...skipping 3688 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 'package_name': 'org/chromium/chrome/browser', 3731 'package_name': 'org/chromium/chrome/browser',
3731 'template_deps': ['browser/android/tab_load_status.h'], 3732 'template_deps': ['browser/android/tab_load_status.h'],
3732 }, 3733 },
3733 'includes': [ '../build/android/java_cpp_template.gypi' ], 3734 'includes': [ '../build/android/java_cpp_template.gypi' ],
3734 }, 3735 },
3735 ], 3736 ],
3736 }, 3737 },
3737 ], 3738 ],
3738 ], 3739 ],
3739 } 3740 }
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