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

Side by Side Diff: chrome/chrome.gyp

Issue 337035: Replace ExtensionAction with ExtensionAction2. (Closed)
Patch Set: Remove todo Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'common/desktop_notifications/active_notification_tracker.h', 531 'common/desktop_notifications/active_notification_tracker.h',
532 'common/desktop_notifications/active_notification_tracker.cc', 532 'common/desktop_notifications/active_notification_tracker.cc',
533 'common/extensions/extension.cc', 533 'common/extensions/extension.cc',
534 'common/extensions/extension.h', 534 'common/extensions/extension.h',
535 'common/extensions/extension_constants.cc', 535 'common/extensions/extension_constants.cc',
536 'common/extensions/extension_constants.h', 536 'common/extensions/extension_constants.h',
537 'common/extensions/extension_error_reporter.cc', 537 'common/extensions/extension_error_reporter.cc',
538 'common/extensions/extension_error_reporter.h', 538 'common/extensions/extension_error_reporter.h',
539 'common/extensions/extension_error_utils.cc', 539 'common/extensions/extension_error_utils.cc',
540 'common/extensions/extension_error_utils.h', 540 'common/extensions/extension_error_utils.h',
541 'common/extensions/extension_action2.cc', 541 'common/extensions/extension_action.cc',
542 'common/extensions/extension_action2.h', 542 'common/extensions/extension_action.h',
543 'common/extensions/extension_message_bundle.cc', 543 'common/extensions/extension_message_bundle.cc',
544 'common/extensions/extension_message_bundle.h', 544 'common/extensions/extension_message_bundle.h',
545 'common/extensions/extension_resource.cc', 545 'common/extensions/extension_resource.cc',
546 'common/extensions/extension_resource.h', 546 'common/extensions/extension_resource.h',
547 'common/extensions/extension_unpacker.cc', 547 'common/extensions/extension_unpacker.cc',
548 'common/extensions/extension_unpacker.h', 548 'common/extensions/extension_unpacker.h',
549 'common/extensions/update_manifest.cc', 549 'common/extensions/update_manifest.cc',
550 'common/extensions/update_manifest.h', 550 'common/extensions/update_manifest.h',
551 'common/extensions/url_pattern.cc', 551 'common/extensions/url_pattern.cc',
552 'common/extensions/url_pattern.h', 552 'common/extensions/url_pattern.h',
(...skipping 4066 matching lines...) Expand 10 before | Expand all | Expand 10 after
4619 'browser/views/bookmark_editor_view_unittest.cc', 4619 'browser/views/bookmark_editor_view_unittest.cc',
4620 'browser/visitedlink_unittest.cc', 4620 'browser/visitedlink_unittest.cc',
4621 'browser/webdata/web_database_unittest.cc', 4621 'browser/webdata/web_database_unittest.cc',
4622 'browser/window_sizer_unittest.cc', 4622 'browser/window_sizer_unittest.cc',
4623 'common/bzip2_unittest.cc', 4623 'common/bzip2_unittest.cc',
4624 'common/child_process_logging_mac_unittest.mm', 4624 'common/child_process_logging_mac_unittest.mm',
4625 'common/chrome_plugin_unittest.cc', 4625 'common/chrome_plugin_unittest.cc',
4626 'common/common_param_traits_unittest.cc', 4626 'common/common_param_traits_unittest.cc',
4627 'common/extensions/extension_resource_unittest.cc', 4627 'common/extensions/extension_resource_unittest.cc',
4628 'common/extensions/extension_unittest.cc', 4628 'common/extensions/extension_unittest.cc',
4629 'common/extensions/extension_action2_unittest.cc', 4629 'common/extensions/extension_action_unittest.cc',
4630 'common/extensions/extension_message_bundle_unittest.cc', 4630 'common/extensions/extension_message_bundle_unittest.cc',
4631 'common/extensions/update_manifest_unittest.cc', 4631 'common/extensions/update_manifest_unittest.cc',
4632 'common/extensions/url_pattern_unittest.cc', 4632 'common/extensions/url_pattern_unittest.cc',
4633 'common/extensions/user_script_unittest.cc', 4633 'common/extensions/user_script_unittest.cc',
4634 'common/important_file_writer_unittest.cc', 4634 'common/important_file_writer_unittest.cc',
4635 'common/json_value_serializer_unittest.cc', 4635 'common/json_value_serializer_unittest.cc',
4636 'common/mru_cache_unittest.cc', 4636 'common/mru_cache_unittest.cc',
4637 'common/net/url_util_unittest.cc', 4637 'common/net/url_util_unittest.cc',
4638 'common/notification_service_unittest.cc', 4638 'common/notification_service_unittest.cc',
4639 'common/pref_member_unittest.cc', 4639 'common/pref_member_unittest.cc',
(...skipping 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
6965 ], # targets when browser_sync==1 6965 ], # targets when browser_sync==1
6966 }], 6966 }],
6967 ], # 'conditions' 6967 ], # 'conditions'
6968 } 6968 }
6969 6969
6970 # Local Variables: 6970 # Local Variables:
6971 # tab-width:2 6971 # tab-width:2
6972 # indent-tabs-mode:nil 6972 # indent-tabs-mode:nil
6973 # End: 6973 # End:
6974 # vim: set expandtab tabstop=2 shiftwidth=2: 6974 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698