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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'browser/chrome_to_mobile_service.cc', 380 'browser/chrome_to_mobile_service.cc',
381 'browser/chrome_to_mobile_service.h', 381 'browser/chrome_to_mobile_service.h',
382 'browser/chrome_to_mobile_service_factory.cc', 382 'browser/chrome_to_mobile_service_factory.cc',
383 'browser/chrome_to_mobile_service_factory.h', 383 'browser/chrome_to_mobile_service_factory.h',
384 'browser/command_observer.h', 384 'browser/command_observer.h',
385 'browser/command_updater.cc', 385 'browser/command_updater.cc',
386 'browser/command_updater.h', 386 'browser/command_updater.h',
387 'browser/command_updater_delegate.h', 387 'browser/command_updater_delegate.h',
388 'browser/common/cancelable_request.cc', 388 'browser/common/cancelable_request.cc',
389 'browser/common/cancelable_request.h', 389 'browser/common/cancelable_request.h',
390 'browser/component_updater/component_patcher.cc',
391 'browser/component_updater/component_patcher.h',
392 'browser/component_updater/component_patcher_internal.h',
393 'browser/component_updater/component_patcher_win.cc',
394 'browser/component_updater/component_patcher_win.h',
390 'browser/component_updater/component_updater_configurator.cc', 395 'browser/component_updater/component_updater_configurator.cc',
391 'browser/component_updater/component_updater_configurator.h', 396 'browser/component_updater/component_updater_configurator.h',
392 'browser/component_updater/component_unpacker.cc', 397 'browser/component_updater/component_unpacker.cc',
393 'browser/component_updater/component_unpacker.h', 398 'browser/component_updater/component_unpacker.h',
394 'browser/component_updater/component_updater_service.cc', 399 'browser/component_updater/component_updater_service.cc',
395 'browser/component_updater/component_updater_service.h', 400 'browser/component_updater/component_updater_service.h',
396 'browser/component_updater/flash_component_installer.h', 401 'browser/component_updater/flash_component_installer.h',
397 'browser/component_updater/pepper_flash_component_installer.cc', 402 'browser/component_updater/pepper_flash_component_installer.cc',
398 'browser/component_updater/pnacl/pnacl_component_installer.cc', 403 'browser/component_updater/pnacl/pnacl_component_installer.cc',
399 'browser/component_updater/pnacl/pnacl_component_installer.h', 404 'browser/component_updater/pnacl/pnacl_component_installer.h',
(...skipping 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3236 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3232 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3237 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3233 }, 3238 },
3234 'includes': [ '../build/android/java_cpp_template.gypi' ], 3239 'includes': [ '../build/android/java_cpp_template.gypi' ],
3235 }, 3240 },
3236 ], 3241 ],
3237 }, 3242 },
3238 ], 3243 ],
3239 ], 3244 ],
3240 } 3245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698