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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17001003: Replace early check for PNaCl with an on-demand check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 6 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 | « chrome/browser/nacl_host/nacl_file_host.cc ('k') | 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 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'browser/component_updater/component_unpacker.cc', 393 'browser/component_updater/component_unpacker.cc',
394 'browser/component_updater/component_unpacker.h', 394 'browser/component_updater/component_unpacker.h',
395 'browser/component_updater/component_updater_service.cc', 395 'browser/component_updater/component_updater_service.cc',
396 'browser/component_updater/component_updater_service.h', 396 'browser/component_updater/component_updater_service.h',
397 'browser/component_updater/flash_component_installer.h', 397 'browser/component_updater/flash_component_installer.h',
398 'browser/component_updater/pepper_flash_component_installer.cc', 398 'browser/component_updater/pepper_flash_component_installer.cc',
399 'browser/component_updater/pnacl/pnacl_component_installer.cc', 399 'browser/component_updater/pnacl/pnacl_component_installer.cc',
400 'browser/component_updater/pnacl/pnacl_component_installer.h', 400 'browser/component_updater/pnacl/pnacl_component_installer.h',
401 'browser/component_updater/pnacl/pnacl_profile_observer.cc', 401 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
402 'browser/component_updater/pnacl/pnacl_profile_observer.h', 402 'browser/component_updater/pnacl/pnacl_profile_observer.h',
403 'browser/component_updater/pnacl/pnacl_updater_observer.cc',
404 'browser/component_updater/pnacl/pnacl_updater_observer.h',
403 'browser/component_updater/recovery_component_installer.cc', 405 'browser/component_updater/recovery_component_installer.cc',
404 'browser/component_updater/recovery_component_installer.h', 406 'browser/component_updater/recovery_component_installer.h',
405 'browser/component_updater/swiftshader_component_installer.cc', 407 'browser/component_updater/swiftshader_component_installer.cc',
406 'browser/component_updater/swiftshader_component_installer.h', 408 'browser/component_updater/swiftshader_component_installer.h',
407 'browser/component_updater/widevine_cdm_component_installer.cc', 409 'browser/component_updater/widevine_cdm_component_installer.cc',
408 'browser/component_updater/widevine_cdm_component_installer.h', 410 'browser/component_updater/widevine_cdm_component_installer.h',
409 'browser/content_settings/content_settings_default_provider.cc', 411 'browser/content_settings/content_settings_default_provider.cc',
410 'browser/content_settings/content_settings_default_provider.h', 412 'browser/content_settings/content_settings_default_provider.h',
411 'browser/content_settings/content_settings_details.cc', 413 'browser/content_settings/content_settings_details.cc',
412 'browser/content_settings/content_settings_details.h', 414 'browser/content_settings/content_settings_details.h',
(...skipping 2921 matching lines...) Expand 10 before | Expand all | Expand 10 after
3334 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3336 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3335 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3337 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3336 }, 3338 },
3337 'includes': [ '../build/android/java_cpp_template.gypi' ], 3339 'includes': [ '../build/android/java_cpp_template.gypi' ],
3338 }, 3340 },
3339 ], 3341 ],
3340 }, 3342 },
3341 ], 3343 ],
3342 ], 3344 ],
3343 } 3345 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_file_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698