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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 419913005: Reland: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'msvs_shard': 4, 3325 'msvs_shard': 4,
3326 }], 3326 }],
3327 ['OS=="win"', { 3327 ['OS=="win"', {
3328 'sources': [ '<@(chrome_browser_win_sources)' ], 3328 'sources': [ '<@(chrome_browser_win_sources)' ],
3329 'include_dirs': [ 3329 'include_dirs': [
3330 '<(DEPTH)/third_party/wtl/include', 3330 '<(DEPTH)/third_party/wtl/include',
3331 ], 3331 ],
3332 'dependencies': [ 3332 'dependencies': [
3333 'chrome_process_finder', 3333 'chrome_process_finder',
3334 'installer_util_strings', 3334 'installer_util_strings',
3335 'launcher_support',
3336 '../chrome/chrome.gyp:chrome_version_header', 3335 '../chrome/chrome.gyp:chrome_version_header',
3337 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3336 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3338 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3337 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3339 '../chrome_elf/chrome_elf.gyp:dll_hash', 3338 '../chrome_elf/chrome_elf.gyp:dll_hash',
3340 '../google_update/google_update.gyp:google_update', 3339 '../google_update/google_update.gyp:google_update',
3341 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3340 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3342 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3341 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3343 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3342 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3344 '../ui/views/controls/webview/webview.gyp:webview', 3343 '../ui/views/controls/webview/webview.gyp:webview',
3345 '../ui/views/views.gyp:views', 3344 '../ui/views/views.gyp:views',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
3613 'package_name': 'org/chromium/chrome/browser', 3612 'package_name': 'org/chromium/chrome/browser',
3614 'template_deps': ['browser/android/tab_load_status.h'], 3613 'template_deps': ['browser/android/tab_load_status.h'],
3615 }, 3614 },
3616 'includes': [ '../build/android/java_cpp_template.gypi' ], 3615 'includes': [ '../build/android/java_cpp_template.gypi' ],
3617 }, 3616 },
3618 ], 3617 ],
3619 }, 3618 },
3620 ], 3619 ],
3621 ], 3620 ],
3622 } 3621 }
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