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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13071002: Turn on component updater on chromeos, only for the pnacl component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: filepath Created 7 years, 9 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 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'browser/component_updater/component_updater_configurator.cc', 368 'browser/component_updater/component_updater_configurator.cc',
369 'browser/component_updater/component_updater_configurator.h', 369 'browser/component_updater/component_updater_configurator.h',
370 'browser/component_updater/component_unpacker.cc', 370 'browser/component_updater/component_unpacker.cc',
371 'browser/component_updater/component_unpacker.h', 371 'browser/component_updater/component_unpacker.h',
372 'browser/component_updater/component_updater_service.cc', 372 'browser/component_updater/component_updater_service.cc',
373 'browser/component_updater/component_updater_service.h', 373 'browser/component_updater/component_updater_service.h',
374 'browser/component_updater/flash_component_installer.h', 374 'browser/component_updater/flash_component_installer.h',
375 'browser/component_updater/pepper_flash_component_installer.cc', 375 'browser/component_updater/pepper_flash_component_installer.cc',
376 'browser/component_updater/pnacl/pnacl_component_installer.cc', 376 'browser/component_updater/pnacl/pnacl_component_installer.cc',
377 'browser/component_updater/pnacl/pnacl_component_installer.h', 377 'browser/component_updater/pnacl/pnacl_component_installer.h',
378 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
379 'browser/component_updater/pnacl/pnacl_profile_observer.h',
378 'browser/component_updater/recovery_component_installer.cc', 380 'browser/component_updater/recovery_component_installer.cc',
379 'browser/component_updater/recovery_component_installer.h', 381 'browser/component_updater/recovery_component_installer.h',
380 'browser/component_updater/swiftshader_component_installer.cc', 382 'browser/component_updater/swiftshader_component_installer.cc',
381 'browser/component_updater/swiftshader_component_installer.h', 383 'browser/component_updater/swiftshader_component_installer.h',
382 'browser/content_settings/content_settings_default_provider.cc', 384 'browser/content_settings/content_settings_default_provider.cc',
383 'browser/content_settings/content_settings_default_provider.h', 385 'browser/content_settings/content_settings_default_provider.h',
384 'browser/content_settings/content_settings_details.cc', 386 'browser/content_settings/content_settings_details.cc',
385 'browser/content_settings/content_settings_details.h', 387 'browser/content_settings/content_settings_details.h',
386 'browser/content_settings/content_settings_custom_extension_provider.cc' , 388 'browser/content_settings/content_settings_custom_extension_provider.cc' ,
387 'browser/content_settings/content_settings_custom_extension_provider.h', 389 'browser/content_settings/content_settings_custom_extension_provider.h',
(...skipping 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3124 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3123 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3125 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3124 }, 3126 },
3125 'includes': [ '../build/android/java_cpp_template.gypi' ], 3127 'includes': [ '../build/android/java_cpp_template.gypi' ],
3126 }, 3128 },
3127 ], 3129 ],
3128 }, 3130 },
3129 ], 3131 ],
3130 ], 3132 ],
3131 } 3133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698