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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 320253004: Componentize URLFixerUpper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win64 fix 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
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../components/components.gyp:precache_core', 54 '../components/components.gyp:precache_core',
55 '../components/components.gyp:query_parser', 55 '../components/components.gyp:query_parser',
56 '../components/components.gyp:rappor', 56 '../components/components.gyp:rappor',
57 '../components/components.gyp:search_engines', 57 '../components/components.gyp:search_engines',
58 '../components/components.gyp:search_provider_logos', 58 '../components/components.gyp:search_provider_logos',
59 '../components/components.gyp:signin_core_browser', 59 '../components/components.gyp:signin_core_browser',
60 '../components/components.gyp:startup_metric_utils', 60 '../components/components.gyp:startup_metric_utils',
61 '../components/components.gyp:sync_driver', 61 '../components/components.gyp:sync_driver',
62 '../components/components.gyp:translate_core_browser', 62 '../components/components.gyp:translate_core_browser',
63 '../components/components.gyp:translate_core_common', 63 '../components/components.gyp:translate_core_common',
64 '../components/components.gyp:url_fixer',
64 '../components/components.gyp:user_prefs', 65 '../components/components.gyp:user_prefs',
65 '../components/components_strings.gyp:components_strings', 66 '../components/components_strings.gyp:components_strings',
66 # This depends directly on the variations target, rather than just 67 # This depends directly on the variations target, rather than just
67 # transitively via the common target because the proto sources need to 68 # transitively via the common target because the proto sources need to
68 # be generated before code in this target can start building. 69 # be generated before code in this target can start building.
69 '../components/components.gyp:variations', 70 '../components/components.gyp:variations',
70 '../components/components.gyp:webdata_common', 71 '../components/components.gyp:webdata_common',
71 '../content/content.gyp:content_browser', 72 '../content/content.gyp:content_browser',
72 '../content/content.gyp:content_common', 73 '../content/content.gyp:content_common',
73 '../courgette/courgette.gyp:courgette_lib', 74 '../courgette/courgette.gyp:courgette_lib',
(...skipping 3716 matching lines...) Expand 10 before | Expand all | Expand 10 after
3790 'package_name': 'org/chromium/chrome/browser', 3791 'package_name': 'org/chromium/chrome/browser',
3791 'template_deps': ['browser/android/tab_load_status.h'], 3792 'template_deps': ['browser/android/tab_load_status.h'],
3792 }, 3793 },
3793 'includes': [ '../build/android/java_cpp_template.gypi' ], 3794 'includes': [ '../build/android/java_cpp_template.gypi' ],
3794 }, 3795 },
3795 ], 3796 ],
3796 }, 3797 },
3797 ], 3798 ],
3798 ], 3799 ],
3799 } 3800 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698