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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3113026: Move chrome_version_info target into chrome_common. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | chrome/chrome_common.gypi » ('j') | chrome/chrome_common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [ 11 'dependencies': [
12 'common', 12 'common',
13 'common_net', 13 'common_net',
14 'chrome_extra_resources', 14 'chrome_extra_resources',
15 'chrome_resources', 15 'chrome_resources',
16 'chrome_strings', 16 'chrome_strings',
17 'chrome_version_info',
Evan Martin 2010/08/20 19:39:53 This is no longer necessary, because it's part of
18 'component_extensions', 17 'component_extensions',
19 'installer_util', 18 'installer_util',
20 'platform_locale_settings', 19 'platform_locale_settings',
21 'profile_import', 20 'profile_import',
22 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
23 'syncapi', 22 'syncapi',
24 'theme_resources', 23 'theme_resources',
25 'userfeedback_proto', 24 'userfeedback_proto',
26 '../app/app.gyp:app_resources', 25 '../app/app.gyp:app_resources',
27 '../app/app.gyp:app_strings', 26 '../app/app.gyp:app_strings',
(...skipping 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 ], 3855 ],
3857 }, 3856 },
3858 ], 3857 ],
3859 } 3858 }
3860 3859
3861 # Local Variables: 3860 # Local Variables:
3862 # tab-width:2 3861 # tab-width:2
3863 # indent-tabs-mode:nil 3862 # indent-tabs-mode:nil
3864 # End: 3863 # End:
3865 # vim: set expandtab tabstop=2 shiftwidth=2: 3864 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | chrome/chrome_common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698