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

Side by Side Diff: chrome/chrome.gyp

Issue 179223003: Adding app_shim executable on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Alphabetical order. Created 6 years, 1 month 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/app_shim/win/app_shim_main.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'sources': [ 504 'sources': [
505 'browser/safe_browsing/binary_feature_extractor.h', 505 'browser/safe_browsing/binary_feature_extractor.h',
506 'browser/safe_browsing/binary_feature_extractor_win.cc', 506 'browser/safe_browsing/binary_feature_extractor_win.cc',
507 'browser/safe_browsing/pe_image_reader_win.cc', 507 'browser/safe_browsing/pe_image_reader_win.cc',
508 'browser/safe_browsing/pe_image_reader_win.h', 508 'browser/safe_browsing/pe_image_reader_win.h',
509 'tools/safe_browsing/sb_sigutil.cc', 509 'tools/safe_browsing/sb_sigutil.cc',
510 ], 510 ],
511 }, 511 },
512 ], # 'targets' 512 ], # 'targets'
513 'includes': [ 513 'includes': [
514 'app_shim/app_shim_win.gypi',
514 'chrome_process_finder.gypi', 515 'chrome_process_finder.gypi',
515 'metro_utils.gypi', 516 'metro_utils.gypi',
516 ], 517 ],
517 }], # OS=="win" 518 }], # OS=="win"
518 ['OS=="win" and target_arch=="ia32"', 519 ['OS=="win" and target_arch=="ia32"',
519 { 'targets': [ 520 { 'targets': [
520 { 521 {
521 'target_name': 'chrome_user32_delay_imports', 522 'target_name': 'chrome_user32_delay_imports',
522 'type': 'none', 523 'type': 'none',
523 'variables': { 524 'variables': {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'service/service_utility_process_host.cc', 760 'service/service_utility_process_host.cc',
760 'service/service_utility_process_host.h', 761 'service/service_utility_process_host.h',
761 ], 762 ],
762 }], 763 }],
763 ], 764 ],
764 }, 765 },
765 ], 766 ],
766 }], 767 }],
767 ], # 'conditions' 768 ], # 'conditions'
768 } 769 }
OLDNEW
« no previous file with comments | « chrome/app_shim/win/app_shim_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698