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

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: Cleanup and copyright notice. Created 6 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 | Annotate | Revision Log
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 'browser/safe_browsing/binary_feature_extractor.h', 504 'browser/safe_browsing/binary_feature_extractor.h',
505 'browser/safe_browsing/binary_feature_extractor_win.cc', 505 'browser/safe_browsing/binary_feature_extractor_win.cc',
506 'browser/safe_browsing/pe_image_reader_win.cc', 506 'browser/safe_browsing/pe_image_reader_win.cc',
507 'browser/safe_browsing/pe_image_reader_win.h', 507 'browser/safe_browsing/pe_image_reader_win.h',
508 'tools/safe_browsing/sb_sigutil.cc', 508 'tools/safe_browsing/sb_sigutil.cc',
509 ], 509 ],
510 }, 510 },
511 ], # 'targets' 511 ], # 'targets'
512 'includes': [ 512 'includes': [
513 'chrome_process_finder.gypi', 513 'chrome_process_finder.gypi',
514 'app_shim/app_shim_win.gypi',
514 'metro_utils.gypi', 515 'metro_utils.gypi',
515 ], 516 ],
516 }], # OS=="win" 517 }], # OS=="win"
517 ['OS=="win" and target_arch=="ia32"', 518 ['OS=="win" and target_arch=="ia32"',
518 { 'targets': [ 519 { 'targets': [
519 { 520 {
520 'target_name': 'chrome_user32_delay_imports', 521 'target_name': 'chrome_user32_delay_imports',
521 'type': 'none', 522 'type': 'none',
522 'variables': { 523 'variables': {
523 'lib_dir': '<(INTERMEDIATE_DIR)', 524 'lib_dir': '<(INTERMEDIATE_DIR)',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'service/service_utility_process_host.cc', 759 'service/service_utility_process_host.cc',
759 'service/service_utility_process_host.h', 760 'service/service_utility_process_host.h',
760 ], 761 ],
761 }], 762 }],
762 ], 763 ],
763 }, 764 },
764 ], 765 ],
765 }], 766 }],
766 ], # 'conditions' 767 ], # 'conditions'
767 } 768 }
OLDNEW
« chrome/app_shim/app_shim_win.gypi ('K') | « chrome/app_shim/win_app_shim.rc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698