OLD | NEW |
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 'variables': { | 6 'variables': { |
7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
8 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
10 # standard Chrome. | 10 # standard Chrome. |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'dependencies': [ | 490 'dependencies': [ |
491 'content_shell_lib', | 491 'content_shell_lib', |
492 'content_shell_pak', | 492 'content_shell_pak', |
493 '../third_party/mesa/mesa.gyp:osmesa', | 493 '../third_party/mesa/mesa.gyp:osmesa', |
494 '../tools/imagediff/image_diff.gyp:image_diff', | 494 '../tools/imagediff/image_diff.gyp:image_diff', |
495 ], | 495 ], |
496 'include_dirs': [ | 496 'include_dirs': [ |
497 '..', | 497 '..', |
498 ], | 498 ], |
499 'sources': [ | 499 'sources': [ |
500 'app/startup_helper_win.cc', | |
501 'shell/app/shell_main.cc', | 500 'shell/app/shell_main.cc', |
502 ], | 501 ], |
503 'mac_bundle_resources': [ | 502 'mac_bundle_resources': [ |
504 'shell/app/app.icns', | 503 'shell/app/app.icns', |
505 'shell/app/app-Info.plist', | 504 'shell/app/app-Info.plist', |
506 ], | 505 ], |
507 # TODO(mark): Come up with a fancier way to do this. It should only | 506 # TODO(mark): Come up with a fancier way to do this. It should only |
508 # be necessary to list app-Info.plist once, not the three times it is | 507 # be necessary to list app-Info.plist once, not the three times it is |
509 # listed here. | 508 # listed here. |
510 'mac_bundle_resources!': [ | 509 'mac_bundle_resources!': [ |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1097 '--destination_dir', '<(dest_dir)', | 1096 '--destination_dir', '<(dest_dir)', |
1098 ], | 1097 ], |
1099 }, | 1098 }, |
1100 ], | 1099 ], |
1101 }, | 1100 }, |
1102 ], | 1101 ], |
1103 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1104 ] | 1103 ] |
1105 } | 1104 } |
OLD | NEW |