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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1405633002: Cleanup chrome/version.h handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Building Chrome is hard Created 5 years, 2 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 | « chrome/chrome.gyp ('k') | chrome/chrome_installer.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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3711 matching lines...) Expand 10 before | Expand all | Expand 10 after
3722 }], 3722 }],
3723 ['OS=="win"', { 3723 ['OS=="win"', {
3724 'sources': [ '<@(chrome_browser_win_sources)' ], 3724 'sources': [ '<@(chrome_browser_win_sources)' ],
3725 'include_dirs': [ 3725 'include_dirs': [
3726 '<(DEPTH)/third_party/wtl/include', 3726 '<(DEPTH)/third_party/wtl/include',
3727 ], 3727 ],
3728 'dependencies': [ 3728 'dependencies': [
3729 'chrome_process_finder', 3729 'chrome_process_finder',
3730 'chrome_watcher_client', 3730 'chrome_watcher_client',
3731 'installer_util_strings', 3731 'installer_util_strings',
3732 '../chrome/chrome.gyp:chrome_version_header', 3732 '../chrome/common_constants.gyp:version_header',
3733 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3733 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3734 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3734 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3735 '../chrome_elf/chrome_elf.gyp:dll_hash', 3735 '../chrome_elf/chrome_elf.gyp:dll_hash',
3736 '../components/components.gyp:browser_watcher', 3736 '../components/components.gyp:browser_watcher',
3737 '../components/components.gyp:browser_watcher_client', 3737 '../components/components.gyp:browser_watcher_client',
3738 '../google_update/google_update.gyp:google_update', 3738 '../google_update/google_update.gyp:google_update',
3739 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3739 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3740 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3740 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3741 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3741 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3742 '../ui/views/controls/webview/webview.gyp:webview', 3742 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 '../components/components.gyp:omnibox_browser', 4115 '../components/components.gyp:omnibox_browser',
4116 '../components/components.gyp:rlz', 4116 '../components/components.gyp:rlz',
4117 '../components/components.gyp:search_engines', 4117 '../components/components.gyp:search_engines',
4118 '../rlz/rlz.gyp:rlz_lib', 4118 '../rlz/rlz.gyp:rlz_lib',
4119 ], 4119 ],
4120 }, 4120 },
4121 ], 4121 ],
4122 }], 4122 }],
4123 ], 4123 ],
4124 } 4124 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698