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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 10829126: Archive PDF breakpad symbols for official builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/tools/build/linux/FILES.cfg » ('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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 # (buildbots etc.) to understand the branding gyp define. 408 # (buildbots etc.) to understand the branding gyp define.
409 # NOTE: chrome/app/theme/chromium/BRANDING and 409 # NOTE: chrome/app/theme/chromium/BRANDING and
410 # chrome/app/theme/google_chrome/BRANDING have the short name 410 # chrome/app/theme/google_chrome/BRANDING have the short name
411 # "chrome" etc.; should we try to extract from there instead? 411 # "chrome" etc.; should we try to extract from there instead?
412 412
413 # On Mac, this is done in chrome_dll.gypi. 413 # On Mac, this is done in chrome_dll.gypi.
414 ['internal_pdf', { 414 ['internal_pdf', {
415 'dependencies': [ 415 'dependencies': [
416 '../pdf/pdf.gyp:pdf', 416 '../pdf/pdf.gyp:pdf',
417 ], 417 ],
418 }], 418 'conditions': [
419 ['OS=="linux" and linux_dump_symbols==1', {
420 'dependencies': [
421 '../pdf/pdf.gyp:pdf_linux_symbols',
422 ],
423 }], # OS=="linux" and linux_dump_symbols==1
424 ],
425 }], # internal_pdf
419 ], 426 ],
420 'dependencies': [ 427 'dependencies': [
421 'chrome_resources.gyp:packed_extra_resources', 428 'chrome_resources.gyp:packed_extra_resources',
422 'chrome_resources.gyp:packed_resources', 429 'chrome_resources.gyp:packed_resources',
423 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp 430 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp
424 # file decide what to do on a per-OS basis; on Mac, internal plugins 431 # file decide what to do on a per-OS basis; on Mac, internal plugins
425 # go inside the framework, so this dependency is in chrome_dll.gypi. 432 # go inside the framework, so this dependency is in chrome_dll.gypi.
426 '../third_party/adobe/flash/flash_player.gyp:flash_player', 433 '../third_party/adobe/flash/flash_player.gyp:flash_player',
427 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', 434 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries',
428 ], 435 ],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'target_name': 'chrome_nacl_win64', 597 'target_name': 'chrome_nacl_win64',
591 'type': 'none', 598 'type': 'none',
592 'sources': [], 599 'sources': [],
593 }, 600 },
594 ], 601 ],
595 }], 602 }],
596 ], 603 ],
597 }], 604 }],
598 ], 605 ],
599 } 606 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698