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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 10875008: Integrate the Windows 8 code into the Chromium tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove conflicting OWNERS file. Created 8 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 | « no previous file | 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 (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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'message': 'Copy first run complete sentinel file', 501 'message': 'Copy first run complete sentinel file',
502 }, 502 },
503 ], 503 ],
504 }, { # 'OS!="win" 504 }, { # 'OS!="win"
505 'sources!': [ 505 'sources!': [
506 'app/client_util.cc', 506 'app/client_util.cc',
507 ], 507 ],
508 }], 508 }],
509 ['OS=="win" and component=="shared_library"', { 509 ['OS=="win" and component=="shared_library"', {
510 'defines': ['COMPILE_CONTENT_STATICALLY'], 510 'defines': ['COMPILE_CONTENT_STATICALLY'],
511 }] 511 }],
512 ['OS=="win" and (MSVS_VERSION=="2010" or MSVS_VERSION=="2010e")', {
513 'dependencies': [
514 '../win8/metro_driver/metro_driver.gyp:*',
515 '../win8/delegate_execute/delegate_execute.gyp:*',
516 ],
517 }],
512 ], 518 ],
513 }, 519 },
514 ], 520 ],
515 'conditions': [ 521 'conditions': [
516 ['OS=="win"', { 522 ['OS=="win"', {
517 'targets': [ 523 'targets': [
518 { 524 {
519 'target_name': 'image_pre_reader', 525 'target_name': 'image_pre_reader',
520 'type': 'static_library', 526 'type': 'static_library',
521 'sources': [ 527 'sources': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'target_name': 'chrome_nacl_win64', 594 'target_name': 'chrome_nacl_win64',
589 'type': 'none', 595 'type': 'none',
590 'sources': [], 596 'sources': [],
591 }, 597 },
592 ], 598 ],
593 }], 599 }],
594 ], 600 ],
595 }], 601 }],
596 ], 602 ],
597 } 603 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698