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 320253004: Componentize URLFixerUpper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 6 years, 6 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 | Annotate | Revision Log
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../components/components.gyp:policy_component', 52 '../components/components.gyp:policy_component',
53 '../components/components.gyp:precache_core', 53 '../components/components.gyp:precache_core',
54 '../components/components.gyp:query_parser', 54 '../components/components.gyp:query_parser',
55 '../components/components.gyp:rappor', 55 '../components/components.gyp:rappor',
56 '../components/components.gyp:search_provider_logos', 56 '../components/components.gyp:search_provider_logos',
57 '../components/components.gyp:signin_core_browser', 57 '../components/components.gyp:signin_core_browser',
58 '../components/components.gyp:startup_metric_utils', 58 '../components/components.gyp:startup_metric_utils',
59 '../components/components.gyp:sync_driver', 59 '../components/components.gyp:sync_driver',
60 '../components/components.gyp:translate_core_browser', 60 '../components/components.gyp:translate_core_browser',
61 '../components/components.gyp:translate_core_common', 61 '../components/components.gyp:translate_core_common',
62 '../components/components.gyp:url_fixer',
62 '../components/components.gyp:user_prefs', 63 '../components/components.gyp:user_prefs',
63 '../components/components_strings.gyp:components_strings', 64 '../components/components_strings.gyp:components_strings',
64 # This depends directly on the variations target, rather than just 65 # This depends directly on the variations target, rather than just
65 # transitively via the common target because the proto sources need to 66 # transitively via the common target because the proto sources need to
66 # be generated before code in this target can start building. 67 # be generated before code in this target can start building.
67 '../components/components.gyp:variations', 68 '../components/components.gyp:variations',
68 '../components/components.gyp:webdata_common', 69 '../components/components.gyp:webdata_common',
69 '../content/content.gyp:content_browser', 70 '../content/content.gyp:content_browser',
70 '../content/content.gyp:content_common', 71 '../content/content.gyp:content_common',
71 '../courgette/courgette.gyp:courgette_lib', 72 '../courgette/courgette.gyp:courgette_lib',
(...skipping 3699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 'package_name': 'org/chromium/chrome/browser', 3772 'package_name': 'org/chromium/chrome/browser',
3772 'template_deps': ['browser/android/tab_load_status.h'], 3773 'template_deps': ['browser/android/tab_load_status.h'],
3773 }, 3774 },
3774 'includes': [ '../build/android/java_cpp_template.gypi' ], 3775 'includes': [ '../build/android/java_cpp_template.gypi' ],
3775 }, 3776 },
3776 ], 3777 ],
3777 }, 3778 },
3778 ], 3779 ],
3779 ], 3780 ],
3780 } 3781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698