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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 422453004: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more removals from sam Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/uninstall_view.cc ('k') | chrome/chrome_browser_extensions.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 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 'msvs_shard': 4, 3332 'msvs_shard': 4,
3333 }], 3333 }],
3334 ['OS=="win"', { 3334 ['OS=="win"', {
3335 'sources': [ '<@(chrome_browser_win_sources)' ], 3335 'sources': [ '<@(chrome_browser_win_sources)' ],
3336 'include_dirs': [ 3336 'include_dirs': [
3337 '<(DEPTH)/third_party/wtl/include', 3337 '<(DEPTH)/third_party/wtl/include',
3338 ], 3338 ],
3339 'dependencies': [ 3339 'dependencies': [
3340 'chrome_process_finder', 3340 'chrome_process_finder',
3341 'installer_util_strings', 3341 'installer_util_strings',
3342 'launcher_support',
3343 '../chrome/chrome.gyp:chrome_version_header', 3342 '../chrome/chrome.gyp:chrome_version_header',
3344 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3343 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3345 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3344 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3346 '../chrome_elf/chrome_elf.gyp:dll_hash', 3345 '../chrome_elf/chrome_elf.gyp:dll_hash',
3347 '../google_update/google_update.gyp:google_update', 3346 '../google_update/google_update.gyp:google_update',
3348 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3347 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3349 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3348 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3350 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3349 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3351 '../ui/views/controls/webview/webview.gyp:webview', 3350 '../ui/views/controls/webview/webview.gyp:webview',
3352 '../ui/views/views.gyp:views', 3351 '../ui/views/views.gyp:views',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3632 'package_name': 'org/chromium/chrome/browser', 3631 'package_name': 'org/chromium/chrome/browser',
3633 'template_deps': ['browser/android/tab_load_status.h'], 3632 'template_deps': ['browser/android/tab_load_status.h'],
3634 }, 3633 },
3635 'includes': [ '../build/android/java_cpp_template.gypi' ], 3634 'includes': [ '../build/android/java_cpp_template.gypi' ],
3636 }, 3635 },
3637 ], 3636 ],
3638 }, 3637 },
3639 ], 3638 ],
3640 ], 3639 ],
3641 } 3640 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/uninstall_view.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698