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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23539002: Delete app_host from apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO Created 7 years, 3 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/chrome.gyp ('k') | chrome/installer/mini_installer.gyp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 1950 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
1951 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', 1951 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc',
1952 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 1952 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
1953 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', 1953 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ',
1954 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', 1954 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc',
1955 ], 1955 ],
1956 'include_dirs': [ 1956 'include_dirs': [
1957 '<(DEPTH)/third_party/wtl/include', 1957 '<(DEPTH)/third_party/wtl/include',
1958 ], 1958 ],
1959 'dependencies': [ 1959 'dependencies': [
1960 'app_host',
1961 'browser_tests_exe_pdb_workaround', 1960 'browser_tests_exe_pdb_workaround',
1962 'chrome_version_resources', 1961 'chrome_version_resources',
1963 'security_tests', # run time dependency 1962 'security_tests', # run time dependency
1964 ], 1963 ],
1965 'conditions': [ 1964 'conditions': [
1966 ['win_use_allocator_shim==1', { 1965 ['win_use_allocator_shim==1', {
1967 'dependencies': [ 1966 'dependencies': [
1968 '<(allocator_target)', 1967 '<(allocator_target)',
1969 ], 1968 ],
1970 }], 1969 }],
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 'utility', 3458 'utility',
3460 ], 3459 ],
3461 'sources': [ 3460 'sources': [
3462 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3463 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3464 ], 3463 ],
3465 }] 3464 }]
3466 }], 3465 }],
3467 ], # 'conditions' 3466 ], # 'conditions'
3468 } 3467 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698