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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT 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
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, },
11 'dependencies': [ 11 'dependencies': [
12 # NOTE: New dependencies should generally be added in the OS!="ios" 12 # NOTE: New dependencies should generally be added in the OS!="ios"
13 # dependencies block below, rather than here. 13 # dependencies block below, rather than here.
14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines',
15 'browser_ui', 15 'browser_ui',
16 'cert_logger_proto', 16 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 17 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 18 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 19 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common_net', 23 'common_net',
24 'in_memory_url_index_cache_proto', 24 'in_memory_url_index_cache_proto',
25 'probe_message_proto', 25 'probe_message_proto',
26 'safe_browsing_proto', 26 'safe_browsing_proto',
27 'safe_browsing_report_proto', 27 'safe_browsing_report_proto',
28 'suggestions_proto', 28 'suggestions_proto',
29 '../components/components.gyp:autofill_core_browser', 29 '../components/components.gyp:autofill_core_browser',
30 '../components/components.gyp:bookmarks_core_browser', 30 '../components/components.gyp:bookmarks_browser',
31 '../components/components.gyp:captive_portal', 31 '../components/components.gyp:captive_portal',
32 '../components/components.gyp:cloud_devices_common', 32 '../components/components.gyp:cloud_devices_common',
33 '../components/components.gyp:component_metrics_proto', 33 '../components/components.gyp:component_metrics_proto',
34 '../components/components.gyp:data_reduction_proxy_browser', 34 '../components/components.gyp:data_reduction_proxy_browser',
35 '../components/components.gyp:domain_reliability', 35 '../components/components.gyp:domain_reliability',
36 '../components/components.gyp:favicon_base', 36 '../components/components.gyp:favicon_base',
37 '../components/components.gyp:favicon_core', 37 '../components/components.gyp:favicon_core',
38 '../components/components.gyp:feedback_component', 38 '../components/components.gyp:feedback_component',
39 '../components/components.gyp:infobars_core', 39 '../components/components.gyp:infobars_core',
40 '../components/components.gyp:invalidation', 40 '../components/components.gyp:invalidation',
(...skipping 3660 matching lines...) Expand 10 before | Expand all | Expand 10 after
3701 'package_name': 'org/chromium/chrome/browser', 3701 'package_name': 'org/chromium/chrome/browser',
3702 'template_deps': ['browser/android/tab_load_status.h'], 3702 'template_deps': ['browser/android/tab_load_status.h'],
3703 }, 3703 },
3704 'includes': [ '../build/android/java_cpp_template.gypi' ], 3704 'includes': [ '../build/android/java_cpp_template.gypi' ],
3705 }, 3705 },
3706 ], 3706 ],
3707 }, 3707 },
3708 ], 3708 ],
3709 ], 3709 ],
3710 } 3710 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698