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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 146183002: Add missing chrome_version_header dependency to browser target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | no next file » | 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 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
2611 'apps', 2611 'apps',
2612 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2612 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2613 'browser_extensions', 2613 'browser_extensions',
2614 'common/extensions/api/api.gyp:api', 2614 'common/extensions/api/api.gyp:api',
2615 'debugger', 2615 'debugger',
2616 'installer_util', 2616 'installer_util',
2617 'sync_file_system_drive_proto', 2617 'sync_file_system_drive_proto',
2618 'sync_file_system_proto', 2618 'sync_file_system_proto',
2619 '../third_party/re2/re2.gyp:re2', 2619 '../third_party/re2/re2.gyp:re2',
2620 '../cc/cc.gyp:cc', 2620 '../cc/cc.gyp:cc',
2621 '../chrome/chrome.gyp:chrome_version_header',
Cait (Slow) 2014/01/27 15:31:19 Do we need this all the time, or only for windows
csharp 2014/02/03 15:10:12 Just for Windows. Fixed.
2621 '../components/components.gyp:autofill_content_browser', 2622 '../components/components.gyp:autofill_content_browser',
2622 '../components/components.gyp:browser_context_keyed_service', 2623 '../components/components.gyp:browser_context_keyed_service',
2623 '../components/components.gyp:dom_distiller_content', 2624 '../components/components.gyp:dom_distiller_content',
2624 '../components/components.gyp:navigation_interception', 2625 '../components/components.gyp:navigation_interception',
2625 '../components/components.gyp:precache_content', 2626 '../components/components.gyp:precache_content',
2626 '../components/components.gyp:sessions', 2627 '../components/components.gyp:sessions',
2627 '../components/components.gyp:translate_content_browser', 2628 '../components/components.gyp:translate_content_browser',
2628 '../components/components.gyp:url_matcher', 2629 '../components/components.gyp:url_matcher',
2629 '../components/components.gyp:visitedlink_browser', 2630 '../components/components.gyp:visitedlink_browser',
2630 '../components/components.gyp:visitedlink_common', 2631 '../components/components.gyp:visitedlink_common',
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
3691 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3692 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3692 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3693 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3693 }, 3694 },
3694 'includes': [ '../build/android/java_cpp_template.gypi' ], 3695 'includes': [ '../build/android/java_cpp_template.gypi' ],
3695 }, 3696 },
3696 ], 3697 ],
3697 }, 3698 },
3698 ], 3699 ],
3699 ], 3700 ],
3700 } 3701 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698