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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10699057: Move application creation and extension install prompt showing off Browser and onto ExtensionTabHel… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'browser/extensions/extension_system.cc', 378 'browser/extensions/extension_system.cc',
379 'browser/extensions/extension_system.h', 379 'browser/extensions/extension_system.h',
380 'browser/extensions/extension_sync_bundle.cc', 380 'browser/extensions/extension_sync_bundle.cc',
381 'browser/extensions/extension_sync_bundle.h', 381 'browser/extensions/extension_sync_bundle.h',
382 'browser/extensions/extension_system_factory.cc', 382 'browser/extensions/extension_system_factory.cc',
383 'browser/extensions/extension_system_factory.h', 383 'browser/extensions/extension_system_factory.h',
384 'browser/extensions/extension_sync_data.cc', 384 'browser/extensions/extension_sync_data.cc',
385 'browser/extensions/extension_sync_data.h', 385 'browser/extensions/extension_sync_data.h',
386 'browser/extensions/extension_tab_helper.cc', 386 'browser/extensions/extension_tab_helper.cc',
387 'browser/extensions/extension_tab_helper.h', 387 'browser/extensions/extension_tab_helper.h',
388 'browser/extensions/extension_tab_helper_delegate.cc',
389 'browser/extensions/extension_tab_helper_delegate.h',
390 'browser/extensions/extension_tab_id_map.cc', 388 'browser/extensions/extension_tab_id_map.cc',
391 'browser/extensions/extension_tab_id_map.h', 389 'browser/extensions/extension_tab_id_map.h',
392 'browser/extensions/extension_tab_util.cc', 390 'browser/extensions/extension_tab_util.cc',
393 'browser/extensions/extension_tab_util.h', 391 'browser/extensions/extension_tab_util.h',
394 'browser/extensions/extension_toolbar_model.cc', 392 'browser/extensions/extension_toolbar_model.cc',
395 'browser/extensions/extension_toolbar_model.h', 393 'browser/extensions/extension_toolbar_model.h',
396 'browser/extensions/extension_uninstall_dialog.cc', 394 'browser/extensions/extension_uninstall_dialog.cc',
397 'browser/extensions/extension_uninstall_dialog.h', 395 'browser/extensions/extension_uninstall_dialog.h',
398 'browser/extensions/extension_warning_set.cc', 396 'browser/extensions/extension_warning_set.cc',
399 'browser/extensions/extension_warning_set.h', 397 'browser/extensions/extension_warning_set.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'browser/extensions/api/usb/usb_api.h', 697 'browser/extensions/api/usb/usb_api.h',
700 'browser/extensions/api/usb/usb_device_resource.cc', 698 'browser/extensions/api/usb/usb_device_resource.cc',
701 'browser/extensions/api/usb/usb_device_resource.h', 699 'browser/extensions/api/usb/usb_device_resource.h',
702 ], 700 ],
703 }], 701 }],
704 ], 702 ],
705 }, 703 },
706 ], 704 ],
707 } 705 }
708 706
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698