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

Side by Side Diff: chrome/chrome.gyp

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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
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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'common/safe_browsing/binary_feature_extractor_win.cc', 455 'common/safe_browsing/binary_feature_extractor_win.cc',
456 'common/safe_browsing/pe_image_reader_win.cc', 456 'common/safe_browsing/pe_image_reader_win.cc',
457 'common/safe_browsing/pe_image_reader_win.h', 457 'common/safe_browsing/pe_image_reader_win.h',
458 'tools/safe_browsing/sb_sigutil.cc', 458 'tools/safe_browsing/sb_sigutil.cc',
459 ], 459 ],
460 }, 460 },
461 ], # 'targets' 461 ], # 'targets'
462 'includes': [ 462 'includes': [
463 'chrome_watcher/chrome_watcher.gypi', 463 'chrome_watcher/chrome_watcher.gypi',
464 'chrome_process_finder.gypi', 464 'chrome_process_finder.gypi',
465 'metro_utils.gypi',
466 ], 465 ],
467 }], # OS=="win" 466 }], # OS=="win"
468 ['OS=="win" and target_arch=="ia32"', 467 ['OS=="win" and target_arch=="ia32"',
469 { 'targets': [ 468 { 'targets': [
470 { 469 {
471 'target_name': 'chrome_user32_delay_imports', 470 'target_name': 'chrome_user32_delay_imports',
472 'type': 'none', 471 'type': 'none',
473 'variables': { 472 'variables': {
474 'lib_dir': '<(INTERMEDIATE_DIR)', 473 'lib_dir': '<(INTERMEDIATE_DIR)',
475 }, 474 },
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'service/service_utility_process_host.cc', 767 'service/service_utility_process_host.cc',
769 'service/service_utility_process_host.h', 768 'service/service_utility_process_host.h',
770 ], 769 ],
771 }], 770 }],
772 ], 771 ],
773 }, 772 },
774 ], 773 ],
775 }], 774 }],
776 ], # 'conditions' 775 ], # 'conditions'
777 } 776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698