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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 # 'branding_dir' is set in the 'conditions' section at the bottom. 9 # 'branding_dir' is set in the 'conditions' section at the bottom.
10 }, 10 },
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'installer/linux/rpm/expected_deps_i386', 450 'installer/linux/rpm/expected_deps_i386',
451 'installer/linux/rpm/expected_deps_x86_64', 451 'installer/linux/rpm/expected_deps_x86_64',
452 ], 452 ],
453 'packaging_files_binaries': [ 453 'packaging_files_binaries': [
454 # TODO(mmoss) Any convenient way to get all the relevant build 454 # TODO(mmoss) Any convenient way to get all the relevant build
455 # files? (e.g. all locales, resources, etc.) 455 # files? (e.g. all locales, resources, etc.)
456 '<(PRODUCT_DIR)/chrome', 456 '<(PRODUCT_DIR)/chrome',
457 '<(PRODUCT_DIR)/chrome_sandbox', 457 '<(PRODUCT_DIR)/chrome_sandbox',
458 '<(PRODUCT_DIR)/libffmpegsumo.so', 458 '<(PRODUCT_DIR)/libffmpegsumo.so',
459 '<(PRODUCT_DIR)/libpdf.so', 459 '<(PRODUCT_DIR)/libpdf.so',
460 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
461 '<(PRODUCT_DIR)/xdg-mime', 460 '<(PRODUCT_DIR)/xdg-mime',
462 '<(PRODUCT_DIR)/xdg-settings', 461 '<(PRODUCT_DIR)/xdg-settings',
463 '<(PRODUCT_DIR)/locales/en-US.pak', 462 '<(PRODUCT_DIR)/locales/en-US.pak',
464 '<(PRODUCT_DIR)/nacl_helper', 463 '<(PRODUCT_DIR)/nacl_helper',
465 '<(PRODUCT_DIR)/nacl_helper_bootstrap', 464 '<(PRODUCT_DIR)/nacl_helper_bootstrap',
466 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', 465 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so',
467 '<(PRODUCT_DIR)/PepperFlash/manifest.json', 466 '<(PRODUCT_DIR)/PepperFlash/manifest.json',
468 '<@(default_apps_list_linux_dest)', 467 '<@(default_apps_list_linux_dest)',
469 ], 468 ],
470 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], 469 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'],
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1088 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1090 }, 1089 },
1091 }, { # else branding!="Chrome" 1090 }, { # else branding!="Chrome"
1092 'variables': { 1091 'variables': {
1093 'branding_dir': 'app/theme/chromium', 1092 'branding_dir': 'app/theme/chromium',
1094 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1093 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1095 }, 1094 },
1096 }], 1095 }],
1097 ], 1096 ],
1098 } 1097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698