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

Side by Side Diff: chrome/installer/installer.gyp

Issue 172067: Add more libnss files to lib32. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'version_py': '../../chrome/tools/build/version.py', 3 'version_py': '../../chrome/tools/build/version.py',
4 'version_path': '../../chrome/VERSION', 4 'version_path': '../../chrome/VERSION',
5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
6 # 'branding_dir' is set in the 'conditions' section at the bottom. 6 # 'branding_dir' is set in the 'conditions' section at the bottom.
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../../build/common.gypi', 9 '../../build/common.gypi',
10 ], 10 ],
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'linux/internal/common/repo.cron', 426 'linux/internal/common/repo.cron',
427 'linux/internal/common/rpm.include', 427 'linux/internal/common/rpm.include',
428 'linux/internal/common/updater', 428 'linux/internal/common/updater',
429 'linux/internal/common/wrapper', 429 'linux/internal/common/wrapper',
430 ] 430 ]
431 }, 431 },
432 # System libs needed for 64-bit package building. 432 # System libs needed for 64-bit package building.
433 { 433 {
434 'destination': '<(PRODUCT_DIR)/installer/lib32/', 434 'destination': '<(PRODUCT_DIR)/installer/lib32/',
435 'files': [ 435 'files': [
436 '/usr/<(lib32_dir)/libnspr4.so',
436 '/usr/<(lib32_dir)/libnspr4.so.0d', 437 '/usr/<(lib32_dir)/libnspr4.so.0d',
437 '/usr/<(lib32_dir)/libnss3.so', 438 '/usr/<(lib32_dir)/libnss3.so',
438 '/usr/<(lib32_dir)/libnss3.so.1d', 439 '/usr/<(lib32_dir)/libnss3.so.1d',
440 '/usr/<(lib32_dir)/libnssutil3.so',
439 '/usr/<(lib32_dir)/libnssutil3.so.1d', 441 '/usr/<(lib32_dir)/libnssutil3.so.1d',
442 '/usr/<(lib32_dir)/libplc4.so',
440 '/usr/<(lib32_dir)/libplc4.so.0d', 443 '/usr/<(lib32_dir)/libplc4.so.0d',
444 '/usr/<(lib32_dir)/libplds4.so',
441 '/usr/<(lib32_dir)/libplds4.so.0d', 445 '/usr/<(lib32_dir)/libplds4.so.0d',
446 '/usr/<(lib32_dir)/libsmime3.so',
442 '/usr/<(lib32_dir)/libsmime3.so.1d', 447 '/usr/<(lib32_dir)/libsmime3.so.1d',
443 '/usr/<(lib32_dir)/libsqlite3.so.0', 448 '/usr/<(lib32_dir)/libsqlite3.so.0',
444 '/usr/<(lib32_dir)/libsqlite3.so.0.8.6', 449 '/usr/<(lib32_dir)/libsqlite3.so.0.8.6',
450 '/usr/<(lib32_dir)/libssl3.so',
445 '/usr/<(lib32_dir)/libssl3.so.1d', 451 '/usr/<(lib32_dir)/libssl3.so.1d',
446 '/usr/<(lib32_dir)/nss/libfreebl3.chk', 452 '/usr/<(lib32_dir)/nss/libfreebl3.chk',
447 '/usr/<(lib32_dir)/nss/libfreebl3.so', 453 '/usr/<(lib32_dir)/nss/libfreebl3.so',
448 '/usr/<(lib32_dir)/nss/libnssckbi.so', 454 '/usr/<(lib32_dir)/nss/libnssckbi.so',
449 '/usr/<(lib32_dir)/nss/libnssdbm3.so', 455 '/usr/<(lib32_dir)/nss/libnssdbm3.so',
450 '/usr/<(lib32_dir)/nss/libsoftokn3.chk', 456 '/usr/<(lib32_dir)/nss/libsoftokn3.chk',
451 '/usr/<(lib32_dir)/nss/libsoftokn3.so', 457 '/usr/<(lib32_dir)/nss/libsoftokn3.so',
452 ], 458 ],
453 }, 459 },
454 # Additional theme resources needed for package building. 460 # Additional theme resources needed for package building.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'variables': { 558 'variables': {
553 'branding_dir': '../app/theme/google_chrome', 559 'branding_dir': '../app/theme/google_chrome',
554 }, 560 },
555 }, { # else branding!="Chrome" 561 }, { # else branding!="Chrome"
556 'variables': { 562 'variables': {
557 'branding_dir': '../app/theme/chromium', 563 'branding_dir': '../app/theme/chromium',
558 }, 564 },
559 }], 565 }],
560 ], 566 ],
561 } 567 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698